Skip to content

Commit

Permalink
Tweak docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 1, 2024
1 parent 13e6c0c commit 435db24
Showing 1 changed file with 5 additions and 46 deletions.
51 changes: 5 additions & 46 deletions Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,62 +9,21 @@
]
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"content": [{
"files": [ "api/*.yml" ]
}],
"dest": "_site",
"globalMetadataFiles": [],
"globalMetadata": {
"_appName": "ManiaAPI.NET",
"_appTitle": "ManiaAPI.NET Documentation",
"_appFooter": "© 2024 BigBang1112"
},
"fileMetadataFiles": [],
"template": [
"default", "templates/DiscordFX/discordfx"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
]
}
}

0 comments on commit 435db24

Please sign in to comment.