Skip to content

Commit 4f1f076

Browse files
authored
Update docfx.json
1 parent 5f81445 commit 4f1f076

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/docfx.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
{
44
"src": [
55
{
6-
"files": [
7-
"src/bunit.csproj"
8-
]
9-
},
10-
"cwd": ".."
6+
"files": [ "bunit.csproj" ],
7+
"exclude": [ "**/bin/**", "**/obj/**" ],
8+
"src": "../src"
9+
}
1110
],
1211
"dest": "api",
1312
"disableGitFeatures": false,

0 commit comments

Comments
 (0)