-
Notifications
You must be signed in to change notification settings - Fork 4
/
docfx.json
68 lines (68 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"build": {
"content": [
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
"obj/**",
"_site/**",
"readme.md"
]
}
],
"resource": [
{
"files": [
"favicon.ico",
"logo.svg",
"images/**",
"videos/**",
"**/images/**",
"**/videos/**"
],
"exclude": [
"obj/**",
"_site/**",
"readme.md"
]
}
],
"overwrite": [
{
"files": [
],
"exclude": [
"obj/**",
"_site/**",
"readme.md",
"guidelines.md",
"articles/toc.yml"
]
}
],
"dest": "_site",
"globalMetadata": {
"_appTitle": "Intent Architect",
"_enableSearch": true,
"_appLogoPath": "images/logo.png",
"_appLogoPathDark": "images/logo-dark.png",
"_appFaviconPath": "favicon.ico",
"_appFooter": "<span>Copyright © 2017-<script type=\"text/javascript\">document.write((new Date()).getFullYear());</script>, Intent Software Pte Ltd.</span>\n<!-- Google tag (gtag.js) -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-GWP11LTGRN\"></script>\n<script>\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', 'G-GWP11LTGRN');\n</script>"
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"Template/darkerfx_custom"
],
"postProcessors": ["ExtractSearchIndex", "TagPostProcessor"],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false
}
}