This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
/
docfx.json
59 lines (59 loc) · 1.72 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
{
"metadata": [
{
"src": [
{
"files": [ "WorldLocking.Plugin/**/*.cs", "WorldLocking.Core/**/*.cs", "WorldLocking.Tools/**/*.cs", "WorldLocking.Examples/**/*.cs", "WorldLocking.ASA/**/*.cs", "WorldLocking.ASA.Examples/**/*.cs" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"src": "Assets"
}
],
"dest": "DocGen/Temp/obj/api",
"force" : true
}
],
"build": {
"content": [
{
"files": [ "**/*.yml" ],
"src": "DocGen/Temp/obj/api",
"dest": "DocGen/Temp/api"
},
{
"files": [ "DocGen/api_doc/**" ]
},
{
"files": [ "DocGen/Documentation/**/*.md", "*.md", "*.yml", "toc.yml", "DocGen/Documentation/**/*.yml", "DocGen/Documentation/Architecture/**", "DocGen/External/Documentation/*.md", "DocGen/External/HowTo/*.md" ]
}
],
"resource": [
{
"files": [ "index.html", "DocGen/web/**" ]
},
{
"files": [ "DocGen/External/ReadMeImages/**" ]
},
{
"files": [ "DocGen/Images/**" ]
}
],
"template": [
"default",
"DocGen/templates/worldlockingtools"
],
"globalMetadata": {
"_appTitle": "World Locking Tools for Unity Documentation",
"_enableSearch": true,
"_disableNavbar": false,
"_appLogoPath": "DocGen/Images/Logos/WorldLock64.png",
"_appFaviconPath": "DocGen/Images/Logos/favicon.ico",
"_gitContribute": {
"repo": "https://github.com/Microsoft/MixedReality-WorldLockingTools-Unity.git",
"branch": "master"
}
},
"markdownEngineName": "markdig",
"dest": "DocGen/Temp/doc",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}