-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
52 lines (52 loc) · 1.15 KB
/
docfx.json
File metadata and controls
52 lines (52 loc) · 1.15 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
{
"metadata": [
{
"src": [
{
"src": "../Game",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template":[
"default",
"templates/singulinkfx"
],
"globalMetadata": {
"_appTitle": "Railventure",
"_appName": "Railventure",
"_appFaviconPath": "images/favicon.ico",
"_appLogoPath": "images/logo.png",
"_appFooter": "<h5 id=\"current-time\"></h5><script>setInterval(() => document.getElementById('current-time').innerText = new Date().toLocaleString(), 1000);</script>",
"_copyrightFooter": "Copyright © 2024 JustMattis, Sam302rk",
"_enableSearch": true,
"_disableSideFilter": false,
"_enableNewTab": true,
"_disableContribution": false,
"_disableBreadcrumb": false
}
}
}