* Add ci.yml for storage * OSVmImage * Use correct name for storage * Update ci.ymls * Documentation generation * Fix tabbing * More tabbing * Use correct service directory for storage ci.yml * Add docs assets * Use cpp for dropdown generation * Use cmake to generate documentation * Use CMake to generate doxygen docs * BuildArgs -> GenerateArgs * Correct template path * More CURL options * Install curl to satisfy minimum build requirements * use dependency variable name * Add VCPKG_DEFAULT_TRIPLET * Always generate documentaion when -DBUILD_DOCUMENTATION=YES * Build docs at top level * Change variable names, simplify cmake-build.yml * -DBUILD_DOCUMENTATION * Try using MathJax for formula rendering instead of Latex * Add version.txt for storage * artifact.Name -> artifact.Path * Build docs by target * Remove Doxyfile * Remove Doxyfile.template * Remove generate_docs.py, we are using cmake * Pass CtestRegex to archetype-sdk-client job template)
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
|
|
}
|
|
}
|
|
} |