-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathdocfx.json
More file actions
99 lines (99 loc) · 2.84 KB
/
docfx.json
File metadata and controls
99 lines (99 loc) · 2.84 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"metadata": [
{
"src": [
{
"files": [
"external/MonoGame/Artifacts/MonoGame.Framework/DesktopGL/Debug/MonoGame.Framework.dll",
"external/MonoGame/Artifacts/MonoGame.Framework.Content.Pipeline/Debug/MonoGame.Framework.Content.Pipeline.dll"
]
}
],
"dest": "api",
"filter": "filterConfig.yml",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened",
"memberLayout": "samePage",
"EnumSortOrder": "alphabetic"
}
],
"rules": {
"InvalidFileLink": "error",
"InvalidBookmark": "error",
"UidNotFound": "error",
"ReferencedXrefPropertyNotString": "error"
},
"build": {
"content": [
{
"files": [
"api/**/*.yml",
"api/**/*.md"
]
},
{
"files": [
"articles/**/*.md",
"articles/**/*.yml",
"foundation/**/*.md",
"roadmap/**/*.md",
"roadmap/**/*.yml",
"errors/**/*.md",
"toc.yml",
"*.md"
],
"exclude": [ "_site/**", "README.md" ]
}
],
"resource": [
{
"files": [
"**/images/**",
"**/videos/**",
"**/gifs/**",
"**/files/**",
"**/snippets/**",
"**/*.docx",
"CNAME"
]
}
],
"output": "_site",
"globalMetadata": {
"_appLogoUrl": "https://monogame.net",
"_appFaviconPath": "/images/favicon.png",
"_disableBreadcrumb": "true",
"_appFooter": "Copyright © 2009-2026 MonoGame Foundation, Inc.",
"_hostname": "monogame.net",
"_openGraphImage": "images/social_embed_image.png",
"_description": "One framework for creating powerful cross-platform games.",
"_appTitle": "MonoGame",
"_enableSearch": true,
"pdfFooterTemplate": "<div style='width: 100%; font-size: 11px; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; border-top: 2px solid #e73c00; padding: 8px 20px 0 20px; display: flex; justify-content: space-between; align-items: center;'><span style='color: #e73c00; font-weight: 600;'>MonoGame Complete Reference Guide</span><span style='color: #666;'>Page <span class='pageNumber'></span> of <span class='totalPages'></span></span></div>"
},
"template": [
"default",
"modern",
"templates/monogame"
],
"markdownEngineProperties": {
"markdigExtensions": [
"Abbreviations",
"Figures",
"CustomContainers",
"attributes"
]
},
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false,
"sitemap": {
"baseUrl": "https://docs.monogame.net/",
"priority": 0.1,
"changefreq": "monthly"
}
}
}