blob: f141a04f8b027e76bfeae2cf0671ba51fe60dd6c [file] [log] [blame]
Larry Peterson456ff2c2017-07-13 15:42:24 -07001{
2 "title": "CORD Guide",
3 "root": ".",
4 "structure": {
5 "summary": "SUMMARY.md"
6 },
Luca Prete9dff95a2017-09-08 10:14:49 -07007 "variables": {
8 "branch": "master"
9 },
10 "plugins": [
11 "toggle-chapters",
12 "versions-select"
13 ],
14 "pluginsConfig": {
15 "versions": {
16 "gitbookConfigURL": "https://raw.githubusercontent.com/opencord/cord/master/docs/book.json",
17 "options": [
18 {
19 "value": "http://guide.opencord.org",
20 "text": "Master"
21 },
22 {
23 "value": "http://guide.opencord.org/400",
24 "text": "4.0"
25 },
26 {
27 "value": "http://wiki.opencord.org",
28 "text": "3.0 and older"
29 }
30 ]
31 }
32 }
Larry Peterson456ff2c2017-07-13 15:42:24 -070033}