2022-05-12 14:24:13 +01:00
|
|
|
{
|
|
|
|
"metadata": [
|
|
|
|
{
|
|
|
|
"src": [
|
|
|
|
{
|
|
|
|
"src": "../",
|
|
|
|
"files": [
|
|
|
|
"X10D/**/**.csproj",
|
|
|
|
"X10D.Unity/**/**.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",
|
2023-04-13 02:31:21 +01:00
|
|
|
"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,
|
|
|
|
},
|
2022-05-12 14:24:13 +01:00
|
|
|
"fileMetadataFiles": [],
|
|
|
|
"template": [
|
|
|
|
"default", "templates/singulinkfx"
|
|
|
|
],
|
|
|
|
"postProcessors": [],
|
|
|
|
"markdownEngineName": "markdig",
|
|
|
|
"noLangKeyword": false,
|
|
|
|
"keepFileLink": false,
|
|
|
|
"cleanupCacheHistory": false,
|
|
|
|
"disableGitFeatures": false
|
|
|
|
}
|
|
|
|
}
|