blob: 4f492405b270493e6caf414f28b7d4c635db458d [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": {
Luca Prete5df2ebd2017-09-11 14:53:04 -07008 "branch": "cord-4.0"
Luca Prete9dff95a2017-09-08 10:14:49 -07009 },
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 {
Luca Prete5df2ebd2017-09-11 14:53:04 -070019 "value": "http://guide.opencord.org/cord-4.0",
20 "text": "4.0"
Luca Prete9dff95a2017-09-08 10:14:49 -070021 },
22 {
Luca Prete5df2ebd2017-09-11 14:53:04 -070023 "value": "http://guide.opencord.org",
24 "text": "Master"
Luca Prete9dff95a2017-09-08 10:14:49 -070025 },
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}