* Generate doc index * Remove template from doc index. This is used to validate that listing and linking works (it does) * add template back into excludes * exclude 'performance-stress'
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/**.md",
|
|
"api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"toc.yml",
|
|
"*.md"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"templates/matthews"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false,
|
|
"globalMetadata": {
|
|
"_appTitle": "Azure SDK for C++",
|
|
"_appFooter": "Azure SDK for C++",
|
|
"_enableSearch": false,
|
|
"_enableNewTab": true,
|
|
"_appFaviconPath": "https://c.s-microsoft.com/favicon.ico?v2",
|
|
"_disableContribution": true
|
|
}
|
|
}
|
|
} |