Skip to content

Commit

Permalink
udpate doc template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent 21851e7 commit c60fe6d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"src": [
{
"files": [ "src/**.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
"files": ["src/**.csproj"],
"exclude": ["**/bin/**", "**/obj/**"]
}
],
"dest": "api"
Expand All @@ -13,22 +13,16 @@
"build": {
"content": [
{
"files": [ "api/**.yml", "toc.yml", "*.md" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
"files": ["api/**.yml", "toc.yml", "*.md"],
"exclude": ["**/bin/**", "**/obj/**"]
}
],
"resource": [
{
"files": [ "images/**" ]
"files": ["images/**"]
}
],
"overwrite": [
{
"files": [ "apidoc/**.md" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"dest": "_site",
"template": [ "default" ]
"dest": "_site/markdown",
"template": ["markdown"]
}
}

0 comments on commit c60fe6d

Please sign in to comment.