-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
43 lines (43 loc) · 1.3 KB
/
book.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
41
42
43
{
"gitbook": "3.x.x",
"title": "Walkable - Clojure(script) SQL library for building APIs",
"plugins": ["github", "github-buttons", "toggle-chapters",
"theme-fexa@git+https://github.com/walkable-server/gitbook-plugin-theme-fexa.git",
"back-to-top-button", "copy-code-button",
"cuav-chapters", "heading-anchors",
"-fontsettings", "-sharing",
"localized-footer", "toolbar", "anchorjs",
"folding-menu",
"mdtabs@git+https://github.com/walkable-server/plugin-mdtabs",
"hints", "prism", "-highlight"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/walkable-server/walkable/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/walkable-server/walkable/"
},
"github-buttons": {
"buttons": [{
"user": "walkable-server",
"repo": "walkable",
"type": "star",
"size": "small",
"count": true
}]
},
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"theme-fexa":{
"search-placeholder":"your query",
"search-btn": "Search",
"anchor-selector": "h1, h2",
"favicon": "./favicon.ico"
}
}
}