-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbook.json
More file actions
26 lines (26 loc) · 763 Bytes
/
book.json
File metadata and controls
26 lines (26 loc) · 763 Bytes
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
{
"links": {
"sidebar": {
"Github": "https://github.com/jeromeetienne/ar.js"
}
},
"plugins": [
"edit-link",
"github",
"anchorjs"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/jeromeetienne/ar.js/tree/master/docs/",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/jeromeetienne/ar.js/"
}
},
"theme-default": {
"styles": {
"website": "gitbook/gitbook.css"
}
}
}