|
- {
- "metadata": [
- {
- "src": [
- {
- "src": "../src",
- "files": ["**.csproj"]
- }
- ],
- "dest": "api",
- "filter": "filterConfig.yml",
- "properties": {
- "TargetFramework": "net5.0"
- }
- }
- ],
- "build": {
- "content": [
- {
- "files": ["api/**.yml", "api/index.md"]
- },
- {
- "files": ["toc.yml", "index.md"]
- },
- {
- "files": ["faq/**.md", "faq/**/toc.yml"]
- },
- {
- "files": ["guides/**.md", "guides/**/toc.yml"]
- },
- {
- "src": "../",
- "files": ["CHANGELOG.md"]
- }
- ],
- "resource": [
- {
- "files": [
- "**/images/**",
- "**/samples/**",
- "langwordMapping.yml",
- "marketing/logo/**.svg",
- "marketing/logo/**.png",
- "favicon.ico"
- ]
- }
- ],
- "dest": "_site",
- "template": [
- "default",
- "_template/light-dark-theme",
- "_template/last-modified",
- "_template/description-generator"
- ],
- "postProcessors": [
- "ExtractSearchIndex",
- "LastModifiedPostProcessor",
- "DescriptionPostProcessor"
- ],
- "overwrite": "_overwrites/**/**.md",
- "globalMetadata": {
- "_appTitle": "Discord.Net Documentation",
- "_appFooter": "Discord.Net (c) 2015-2022 3.8.0",
- "_enableSearch": true,
- "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
- "_appFaviconPath": "favicon.ico"
- },
- "xrefService": ["https://xref.docs.microsoft.com/query?uid={uid}"]
- }
- }
|