-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
45 lines (45 loc) · 968 Bytes
/
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
{
"metadata": [
{
"src": [
{
"files": [ "**/*.sln", "src/DotnetNew/*.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "src"
}
],
"dest": "obj/api"
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "obj/api",
"dest": "api"
},
{
"files": [ "articles/**/*.md", "*.md", "toc.yml", "restapi/**" ]
}
],
"resource": [
{
"files": [ "articles/images/**"]
}
],
"template": [
"default",
"_template/light-dark-theme",
"_template/last-modified",
"_template/description-generator"
],
"overwrite": "specs/*.md",
"globalMetadata": {
"_appTitle": "Telltale Minecraft Docs",
"_enableSearch": true
},
"markdownEngineName": "markdig",
"dest": "_site",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}