forked from dfuse-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 847 Bytes
/
config.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
{
"baseURL": "/",
"languageCode": "en-us",
"title": "dfuse docs",
"theme": "book",
"enableGitInfo": true,
"params": {
"DfuseLogo": "dfuse-logo.svg",
"BookToC": 5,
"BookSections": {
"admin-guide": "show",
"public-apis": "show",
"dev-guide": "show",
"eosio": "show",
"ethereum": "show",
"platform": "show"
},
"PerSectionTagline": {
"eosio": "EOSIO Documentation",
"ethereum": "Ethereum Documentation",
"platform": "Platform",
"topLevel": "Documentation"
},
"CustomCss": ["css/override.css"],
"BookRepo": "https://github.com/dfuse-io/docs",
"BookEditPath": "edit/master/content",
"SectionPagesMenu": "main"
},
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
},
"ignoreFiles": ["shared/*"]
}