1 Star 0 Fork 0

独孤川/surging

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docfx.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
liuhll 提交于 2019-06-29 12:38 . 新增surging文档脚手架
{
"metadata": [
],
"build": {
"content": [
{
"files": [
"docs/**.md",
"docs/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"**/images/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
// "pdf": {
// "content": [
// {
// "files": [
// "docs/**.md",
// "docs/**/toc.yml",
// "toc.yml",
// "*.md"
// ]
// }
// ],
// "resource": [
// {
// "files": [
// "**/images/**"
// ],
// "exclude": [
// "**/bin/**",
// "**/obj/**",
// "_site_pdf/**"
// ]
// }
// ],
// "overwrite": [
// {
// "files": [
// "apidoc/**.md"
// ],
// "exclude": [
// "**/bin/**",
// "**/obj/**",
// "_site_pdf/**"
// ]
// }
// ],
// "dest": "_site_pdf"
// }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dgchuan/surging.git
git@gitee.com:dgchuan/surging.git
dgchuan
surging
surging
master

搜索帮助