Browse Source

Cleanup docfx.json

pull/988/head
Hsu Still 7 years ago
parent
commit
c41f569e39
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 46 additions and 65 deletions
  1. +46
    -65
      docs/docfx.json

+ 46
- 65
docs/docfx.json View File

@@ -1,69 +1,50 @@
{
"metadata":[
"metadata": [{
"src": [{
"src": "../src",
"files": [
"**.csproj"
]
}],
"dest": "api",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "netstandard1.3"
}
}],
"build": {
"content": [{
"files": ["api/**.yml", "api/index.md"]
},
{
"src":[
{
"src":"../src",
"files":[
"**.csproj"
]
}
],
"dest":"api",
"filter":"filterConfig.yml",
"properties":{
"TargetFramework":"netstandard1.3"
}
}
],
"build":{
"content":[
{
"files":[
"api/**.yml",
"api/index.md"
]
},
{
"files":[
"guides/**.md",
"guides/**/toc.yml",
"faq/**.md",
"faq/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude":[
"obj/**",
"_site/**"
]
}
],
"resource":[
{
"files":[
"**/images/**",
"**/samples/**"
],
"exclude":[
"obj/**",
"_site/**"
]
}
],
"dest":"_site",
"template":[
"default",
"_template/light-dark-theme"
],
"overwrite": "_overwrites/**/**.md",
"globalMetadata":{
"_appFooter":"Discord.Net (c) 2015-2018 2.0.0-beta",
"_enableSearch":true
"files": ["toc.yml", "index.md"]
},
"noLangKeyword":false,
"xrefService":[
"https://xref.docs.microsoft.com/query?uid={uid}"
{
"files": ["faq/**.md", "faq/**/toc.yml"]
},
{
"files": ["guides/**.md", "guides/**/toc.yml"]
}
],
"resource": [{
"files": [
"**/images/**",
"**/samples/**"
]
}
}
}],
"dest": "_site",
"template": [
"default",
"_template/light-dark-theme"
],
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appFooter": "Discord.Net (c) 2015-2018 2.0.0-beta",
"_enableSearch": true
},
"noLangKeyword": false,
"xrefService": [
"https://xref.docs.microsoft.com/query?uid={uid}"
]
}
}

Loading…
Cancel
Save