mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../",
|
|
"files": [
|
|
"X10D/**/**.csproj",
|
|
"X10D.Hosting/**/**.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadata": {
|
|
"_appTitle": "X10D",
|
|
"_appName": "X10D",
|
|
"_appFaviconPath": "images/favicon.png",
|
|
"_appLogoPath": "images/favicon.png",
|
|
"_appFooter": "<strong>DocFX + Singulink = ♥</strong>",
|
|
"_copyrightFooter": "© Singulink. All rights reserved.",
|
|
"_enableSearch": true,
|
|
"_disableSideFilter": false,
|
|
"_enableNewTab": true,
|
|
"_disableContribution": false,
|
|
"_disableBreadcrumb": false,
|
|
},
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default", "templates/singulinkfx"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
} |