* docs: adjust wording of ActivityType.Watching enum Adjusts the xmldoc summary wording of the ActivityType.Watching enum to fix a wording issue. * Add D.NET Logo to Open Graph meta tags * Update DescriptionGenerator ...And update color to suit the logo better * Disable smooth scrolling due to user complaints * Remove unnecessary spacing in sideaffix * Update footer version * Remove featherlight plugin As it is unnecessary and can break image tags * Adjust wordings regarding safe-handling of secrets * Fix formatting for first bot token sample * Add badges to homepage * Minor wording fixes on terminal * Update to higher quality PNG * Add Discord.Net.Example in sln for build validation * Clarify all instances of IAsnycEnumerable * Clarify overridden props in SocketNewsChannel * Add returns and params docs for SyncPermissionsAsync * Remove/fix invalid XMLdoc strings * Remove AppVeyor and add GitHub badge
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"metadata": [{
|
|
"src": [{
|
|
"src": "../src",
|
|
"files": [
|
|
"**.csproj"
|
|
]
|
|
}],
|
|
"dest": "api",
|
|
"filter": "filterConfig.yml",
|
|
"properties": {
|
|
"TargetFramework": "netstandard1.3"
|
|
}
|
|
}],
|
|
"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-2019 2.1.1",
|
|
"_enableSearch": true,
|
|
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
|
"_appFaviconPath": "favicon.ico"
|
|
},
|
|
"xrefService": [
|
|
"https://xref.docs.microsoft.com/query?uid={uid}"
|
|
]
|
|
}
|
|
}
|