-
Notifications
You must be signed in to change notification settings - Fork 1
/
docfx.json
62 lines (62 loc) · 1.25 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
{
"metadata": [
{
"src": [
{
"src": ".",
"files": [
"TrinketTinker/TrinketTinker.csproj"
]
}
],
"dest": "api",
// "filter": "docfx-api-filters.yml"
}
],
"maxParallelism": 1,
"build": {
"content": [
{
"files": [
"guide/*.{md,yml}",
"api/*",
"toc.yml",
"index.md",
"CHANGELOG.md"
]
}
],
"resource": [
{
"files": [
"images/**",
"guide/**/*.{json}"
]
}
],
"output": "_site",
"template": [
"default",
"modern",
"templates/material"
],
"fileMetadata": {
"_noindex": {
"api/*": true
}
},
"globalMetadata": {
"_appName": "TrinketTinker",
"_appTitle": "TrinketTinker",
"_appLogoPath": "images/favicon.png",
"_appFaviconPath": "images/favicon.png",
"_appFooter": "<a href=\"https://github.com/Mushymato/TrinketTinker\">Source</a> <a href=\"https://www.nexusmods.com/stardewvalley/mods/29073\">Nexus</a>",
"_enableSearch": true,
"_disableContribution": true,
"pdf": false
},
"postProcessors": [
"ExtractSearchIndex"
],
}
}