forked from feathersjs-ecosystem/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
executable file
·40 lines (40 loc) · 901 Bytes
/
book.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
{
"styles": {
"website": "styles/website.css"
},
"plugins": [
"feathers-collapsible-menu",
"heading-anchors",
"include-codeblock",
"edit-link",
"ga",
"feathers-versions",
"advanced-emoji"
],
"pluginsConfig": {
"edit-link": {
"placement": "left",
"base": "https://github.com/feathersjs/feathers-docs/edit/master",
"label": "Edit This Page"
},
"ga": {
"token": "UA-64904930-1"
},
"lunr": {
"maxIndexSize": 1000000000
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/feathersjs/feathers-docs/master/book.json",
"options": [
{
"value": "https://docs.feathersjs.com",
"text": "Latest Stable (Auk)"
},
{
"value": "https://legacy.docs.feathersjs.com",
"text": "Legacy (Pre-Auk)"
}
]
}
}
}