diff --git a/DisCatSharp.Docs/api/index.md b/DisCatSharp.Docs/api/index.md index 57fa48203..78e0d651e 100644 --- a/DisCatSharp.Docs/api/index.md +++ b/DisCatSharp.Docs/api/index.md @@ -1,3 +1,7 @@ # API Reference -Welcome to DisCatSharp API reference. To begin, select a namespace, then a class, from the table of contents on the left. \ No newline at end of file +Welcome to the DisCatSharp API reference. + +To begin, select a namespace, then a class, from the table of contents on the left. + +If you encounter any problems or see typos, please inform us on our [Discord server](https://discord.gg/Uk7sggRBTm). diff --git a/DisCatSharp.Docs/docfx.json b/DisCatSharp.Docs/docfx.json index c33ce6f3b..3d2c5dc9f 100644 --- a/DisCatSharp.Docs/docfx.json +++ b/DisCatSharp.Docs/docfx.json @@ -1,102 +1,125 @@ { "metadata": [ { "src": [ { - "src": "../", + "src": "../DisCatSharp", "files": [ "**.csproj" ], "exclude": [ "**/obj/**", "**/bin/**", "_site/**" ] } ], - "dest": "api", - "filter": "filter_config.yml" - } + "dest": "api/DisCatSharp", + "filter": "filter_config.yml", + "properties": { + "TargetFramework": "net6.0" + } + }, + { + "src": [ + { + "src": "../DisCatSharp.Interactivity", + "files": [ + "**.csproj" + ], + "exclude": [ + "**/obj/**", + "**/bin/**", + "_site/**" + ] + } + ], + "dest": "api/DisCatSharp.Interactivity", + "filter": "filter_config.yml", + "properties": { + "TargetFramework": "net6.0" + } + } ], "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 } } }