blob: 7c926933311135ef1972750ea11cf65b01034744 [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": {
Luca Prete87e5f3b2017-09-08 10:14:49 -070016 "options": [
17 {
18 "value": "http://guide.opencord.org",
19 "text": "Master"
20 },
21 {
Luca Prete9c6fef52017-09-11 14:57:32 -070022 "value": "http://guide.opencord.org/cord-4.0",
Luca Prete87e5f3b2017-09-08 10:14:49 -070023 "text": "4.0"
24 },
25 {
26 "value": "http://wiki.opencord.org",
27 "text": "3.0 and older"
28 }
29 ]
30 }
31 }
Larry Peterson456ff2c2017-07-13 15:42:24 -070032}