semantic-conventions/docfx.json

30 lines
517 B
JSON

{
"build": {
"content": [
{
"files": [
"**.md",
"toc.yml"
]
}
],
"resource": [
{
"files": [
".github/CODEOWNERS",
".markdownlint.yaml",
".vscode/settings.json",
"**.png"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": true,
"disableGitFeatures": true
}
}