-
Notifications
You must be signed in to change notification settings - Fork 55
/
docfx.json
48 lines (48 loc) · 1.37 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
{
"build": {
"content": [
{
"files": [ "articles/**/*.md", "*.md", "toc.yml", "articles/**/toc.yml","articles/toc.yml" ]
}
],
"resource": [
{
"files": [ "articles/images/**"]
},
{
"files": [ "favicon.ico", "logo.png"]
},
{
"files": [
"**/images/*.svg",
"**/images/*.png",
"**/images/*.jpg",
"**/images/*.jpeg",
"**/images/*.gif"
],
"exclude": [
"**/obj/**",
"**/_themes/**"
],
"src": "articles",
"dest": "articles"
}
],
"overwrite": [],
"globalMetadata": {
"_appTitle": "",
"_appFaviconPath": "favicon.ico",
"_appLogoPath": "logo.png",
"_enableSearch": true,
"_appFooter": "<span>© <a href=https://ukcloud.com>UKCloud Ltd</a>, 2022. All Rights Reserved.<br><a href=https://ukcloud.com/legal>Privacy Policy. </a><a href=https://ukcloud.com/terms-and-conditions>Terms of Use. </a><a href=https://docs.ukcloud.com/articles/other/other-how-contribute-knowledge.html>Contribute. </a></span>"
},
"markdownEngineName": "markdig",
"dest": "_site",
"template": [
"custom_template"
],
"sitemap":{
"baseUrl": "https://docs.ukcloud.com/"
}
}
}