forked from oldfatcrab/docs.buddybuild.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
35 lines (35 loc) · 1.08 KB
/
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
{
"description": "Documentation for buddbybuild",
"author": "The buddybuild team",
"language": "en",
"styles": {
"website": "_css/docs.css"
},
"structure": {
"readme": "index.adoc"
},
"plugins": [
"sitemap",
"explicit-url@https://github.com/buddybuild-public/gitbook-plugin-explicit-url.git",
"edit-link@https://github.com/buddybuild-public/gitbook-plugin-edit-link.git",
"buddybuild@https://github.com/buddybuild-public/gitbook-plugin-buddybuild.git",
"theme-buddybuild@https://github.com/buddybuild-public/gitbook-plugin-theme-buddybuild.git",
"search@https://github.com/buddybuild-public/plugin-search.git",
"lunr@https://github.com/buddybuild-public/plugin-lunr.git",
"-fontsettings",
"-sharing",
"-theme-default"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/buddybuild-public/docs.buddybuild.com/edit/master",
"label": "",
"aria": "Edit on GitHub",
"position": "right",
"cssclass": "bbedit"
},
"sitemap": {
"hostname": "https://docs.buddybuild.com/"
}
}
}