diff --git a/DisCatSharp.Docs/docfx.json b/DisCatSharp.Docs/docfx.json index 40c7c7830..b48c37419 100644 --- a/DisCatSharp.Docs/docfx.json +++ b/DisCatSharp.Docs/docfx.json @@ -1,125 +1,119 @@ { "metadata": [ { "src": [ { "src": "../DisCatSharp/", "files": [ "**.csproj" ], "exclude": [ "**/obj/**", "**/bin/**", "_site/**" ] } ], "dest": "api/DisCatSharp", - "filter": "filter_config.yml", - "properties": { - "TargetFramework": "net6.0.400" - } + "filter": "filter_config.yml" }, { "src": [ { "src": "../DisCatSharp.Interactivity/", "files": [ "**.csproj" ], "exclude": [ "**/obj/**", "**/bin/**", "_site/**" ] } ], "dest": "api/DisCatSharp.Interactivity", - "filter": "filter_config.yml", - "properties": { - "TargetFramework": "net6.0.400" - } + "filter": "filter_config.yml" } ], "build": { "content": [ { "files": [ "api/**.yml", "api/**.md" ] }, { "files": [ "**.md", "toc.yml", "faq/**.yml", "faq/**.md", "articles/**.yml", "articles/**.md", "natives/**.yml", "natives/**.md" ], "exclude": [ "**/bin/**", "**/obj/**", "_site/**", "dcs/**" ] } ], "resource": [ { "files": [ "images/**", "natives/**.zip" ], "exclude": [ "**/bin/**", "**/obj/**", "_site/**", "images/_**" ] } ], "overwrite": [ { "files": [], "exclude": [ "**/bin/**", "**/obj/**", "_site/**" ] } ], "dest": "_site", "globalMetadata": { "_appFooter": "© 2021-2022 Aiko IT Systems", "_enableSearch": true, "_enableNewTab": true, "_appTitle": "DisCatSharp Docs", "_gitUrlPattern": "git", "_gitContribute": { "repo": "https://github.com/Aiko-IT-Systems/DisCatSharp", "branch": "main" } }, "disableGitFeatures": false, "exportRawModel": true, "rawModelOutputFolder": "_site/.bot-query/raw/", "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [ "dcs" ], "postProcessors": ["ExtractSearchIndex", "CustomMemberIndexer"], "noLangKeyword": false, "keepFileLink": false, "cleanupCacheHistory": false, "sitemap": { "baseUrl": "https://docs.discatsharp.tech/", "changefreq": "daily", "priority": 1.0 } } }