forked from feathersjs-ecosystem/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
38 lines (38 loc) · 835 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
{
"styles": {
"website": "styles/website.css"
},
"plugins": [
"feathers-collapsible-menu",
"heading-anchors",
"edit-link",
"ga",
"versions"
],
"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/v/master",
"text": "Latest Stable"
},
{
"value": "https://docs.feathersjs.com/v/auk/",
"text": "Auk"
}
]
}
}
}