-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
22 lines (22 loc) · 781 Bytes
/
Copy pathdocfx.json
File metadata and controls
22 lines (22 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"build": {
"content": [
{ "files": [ "**/*.md", "**/*.yml" ], "src": "docs" }
],
"resource": [
{ "files": [ "images/**" ], "src": "docs" }
],
"dest": "_site",
"template": [ "default", "modern", "templates/janglim" ],
"globalMetadata": {
"_appName": "Janglim",
"_appTitle": "Janglim — an LR/LALR parser-generator for .NET",
"_defaultTheme": "dark",
"_appLogoPath": "images/orchid.png",
"_appFaviconPath": "images/orchid.png",
"_appFooter": "Janglim · MIT licensed · <a href=\"https://github.com/AJ-comp/Compiler\">GitHub</a> · <a href=\"https://polite-island-0b2142200.7.azurestaticapps.net\">Playground</a>",
"_enableSearch": true,
"_googleAnalyticsTagId": "G-GYBTX69D2S"
}
}
}