blob: 262c854b7c69ed096643eb22550d1d0f93dffd98 [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 {
Zack Williams1b96a952017-07-17 16:48:01 -070018 "value": "/",
19 "text": "Master (Devel)"
Luca Prete87e5f3b2017-09-08 10:14:49 -070020 },
21 {
Luca Prete977c6e12017-10-03 14:51:24 -070022 "value": "/cord-4.1",
23 "text": "4.1"
24 },
25 {
Zack Williams1b96a952017-07-17 16:48:01 -070026 "value": "/cord-4.0",
27 "text": "4.0 (Stable)"
Luca Prete87e5f3b2017-09-08 10:14:49 -070028 },
29 {
Luca Prete1998afb2017-09-29 10:37:09 -070030 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
Zack Williams144027f2017-09-25 18:01:47 -070031 "text": "3.0 and previous (wiki)"
Luca Prete87e5f3b2017-09-08 10:14:49 -070032 }
33 ]
34 }
35 }
Larry Peterson456ff2c2017-07-13 15:42:24 -070036}