-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocfx.json
More file actions
59 lines (59 loc) · 1.31 KB
/
docfx.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
{
"metadata": [
{
"src": [
{
"src": "../..",
"files": ["Core.csproj", "MapAssembly.csproj", "StarterKit.csproj", "Utils.csproj", "Engine.csproj"]
}
],
"dest": "api",
"filter": "filterConfig.yml",
"properties": {
"TargetFramework": "netstandard2.1"
}
}
],
"build": {
"content": [
{
"files": ["api/**.yml", "api/index.md"]
},
{
"files": ["index.md", "toc.yml"]
},
{
"files": ["Docs/Wiki/*.md", "Docs/Wiki/toc.yml"]
},
{
"files": ["Docs/Engine/*.md", "Docs/Engine/toc.yml"]
},
{
"files": ["Scripts/Core/FILE_REGISTRY.md"]
},
{
"files": ["Scripts/Map/FILE_REGISTRY.md"]
},
{
"files": ["Scripts/Scripting/FILE_REGISTRY.md"]
}
],
"resource": [
{
"files": ["Promotion-Assets/Images/**"]
}
],
"xref": [
"https://normanderwan.github.io/UnityXrefMaps/2022.3/xrefmap.yml"
],
"dest": "_site",
"template": ["default", "modern"],
"globalMetadata": {
"_appTitle": "Archon Engine",
"_appName": "Archon Engine",
"_appFooter": "Archon Engine - Grand Strategy Game Framework",
"_enableSearch": true,
"_enableNewTab": true
}
}
}