Skip to content

Commit

Permalink
add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent cc09b03 commit 21851e7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"metadata": [
{
"src": [
{
"files": [ "src/**.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [ "api/**.yml", "toc.yml", "*.md" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"resource": [
{
"files": [ "images/**" ]
}
],
"overwrite": [
{
"files": [ "apidoc/**.md" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"dest": "_site",
"template": [ "default" ]
}
}

0 comments on commit 21851e7

Please sign in to comment.