Hyperion/docs/docfx.json

67 строки
1.2 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": [ "**/*.csproj" ],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**",
"**/*Tests*.csproj",
"**/*Tests.*.csproj"
],
"src": "../src"
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
"obj/**",
"_site/**"
]
},
],
"resource": [
{
"files": [
"images/**"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadata": {
"_appTitle": "gdax_stsdfsdf",
"_disableContribution": "true",
"_appLogoPath": "/images/icon.png",
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"template"
],
"postProcessors": [],
"noLangKeyword": false
}
}