Skip to content

Commit 9e7d711

Browse files
author
Petr Šrámek
committed
Updated docfx.json metadata file
1 parent adf7188 commit 9e7d711

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/docfx.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
{
2+
"metadata": [
3+
{
4+
"src": [
5+
{
6+
"files": [
7+
"**.csproj"
8+
],
9+
"exclude": [ "**/bin/**", "**/obj/**" ],
10+
"src": ".."
11+
}
12+
],
13+
"dest": "docs"
14+
}
15+
],
16+
"build": {
17+
"content": [
18+
{
19+
"files": [ "docs/*.yml" ]
20+
}
21+
],
22+
"dest": "docs"
23+
}
224
}

0 commit comments

Comments
 (0)