blob: 43e761ae2a9c240cf0a3e9626e643ad1ded10676 [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 Prete87e5f3b2017-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 {
Luca Prete9c6fef52017-09-11 14:57:32 -070023 "value": "http://guide.opencord.org/cord-4.0",
Luca Prete87e5f3b2017-09-08 10:14:49 -070024 "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}