Skip to content

Commit

Permalink
Excluded Sample project from API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Dec 27, 2023
1 parent edc49cc commit d991913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"src": "../src",
"files": ["*/*.csproj"],
"exclude": ["UnitTests/*"]
"exclude": ["UnitTests/*", "Sample/*"]
}
],
"dest": "api"
Expand Down

0 comments on commit d991913

Please sign in to comment.