ThreatSourceLibaray/docfx.json
2024-12-31 13:05:26 +08:00

81 lines
1.8 KiB
JSON

{
"metadata": [
{
"src": [
{
"src": "./",
"files": [
"ThreatSource/ThreatSource.csproj"
]
}
],
"dest": "docs/api"
}
],
"build": {
"content": [
{
"files": [
"docs/api/**.yml",
"docs/api/index.md"
]
},
{
"files": [
"docs/articles/**.md",
"docs/articles/**/toc.yml",
"docs/toc.yml",
"docs/*.md",
"docs/examples/**/*.md"
]
}
],
"resource": [
{
"files": [
"docs/images/**",
"docs/styles/**",
"docs/cover.html",
"docs/examples/**/*.cs",
"docs/examples/**/*.cpp"
]
}
],
"dest": "docs/_site",
"globalMetadata": {
"_appTitle": "威胁源仿真库",
"_appFooter": "威胁源仿真库文档",
"_language": "zh-cn",
"pdf": true,
"_disableContribution": true,
"_baseUrl": ""
},
"pdf": {
"content": [
{
"files": [
"docs/toc.yml",
"docs/*.md",
"docs/articles/**.md",
"docs/examples/**/*.md",
"docs/api/**.yml",
"docs/api/index.md"
]
}
],
"wkhtmltopdf": {
"additionalArguments": "--enable-local-file-access --page-size A4 --margin-top 20 --margin-bottom 20 --margin-left 20 --margin-right 20 --footer-left \"威胁源仿真库文档\" --footer-right \"[page]/[topage]\" --footer-spacing 8 --footer-font-size 8"
},
"coverPage": {
"title": "威胁源仿真库文档",
"author": "ThreatSource Team",
"template": "docs/cover.html"
}
},
"template": [
"default",
"templates/pdf"
],
"markdownEngineName": "markdig"
}
}