diff --git a/Docs/docfx.json b/Docs/docfx.json index 00da9e0..e33d649 100644 --- a/Docs/docfx.json +++ b/Docs/docfx.json @@ -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 + ] } } \ No newline at end of file