-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocfx.json
43 lines (43 loc) · 1.72 KB
/
docfx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"build": {
"content": [
{
"files": [
"deleted-messages/**.md",
"deleted-messages/**/toc.yml",
"tools/html/**/*.md",
"tools/html/**/toc.yml",
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"index.md"
]
}
],
"resource": [
{
"files": [
"deleted-messages/*.txt",
"deleted-messages/*.png",
"images/**"
]
}
],
"dest": "html",
"globalMetadata": {
"_appTitle": "RuSO Archive",
"_appFooter": "<span>RuSO Archive (published from sources in <a href=\"https://github.com/MSDN-WhiteKnight/ruso-archive\">GitHub repository</a>). Content licensed under <a href=\"https://github.com/MSDN-WhiteKnight/ruso-archive/blob/master/LICENSE\">CC-BY-SA 4.0</a>.<br/>Generated by <strong>DocFX</strong></span><script type=\"text/javascript\" >(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})(window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\");ym(65150713, \"init\", {clickmap:true,trackLinks:true,accurateTrackBounce:true});</script><noscript><div><img src=\"https://mc.yandex.ru/watch/65150713\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>"
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": true
}
}