Skip to content

Commit

Permalink
add docfx.json for documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
FadySalama committed Feb 6, 2024
1 parent a0ac964 commit 7ae72c8
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions WoT/docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"metadata": [
{
"src": [
{
"src": "../WoT",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "WoT.Net",
"_appTitle": "WoT.Net",
"_enableSearch": true,
"pdf": true
}
}
}

0 comments on commit 7ae72c8

Please sign in to comment.