blob: 4421194ab22f026f88cb0a970a97a501ee705151 [file] [log] [blame]
Matteo Scandolo6d8e8832018-05-11 16:42:19 -07001{
Zack Williamsad366132018-05-14 14:45:47 -07002 "title": "CORD Guide",
3 "root": ".",
4 "structure": {
5 "summary": "SUMMARY.md"
6 },
7 "variables": {
Zack Williams9fb48942018-07-21 10:45:35 -07008 "branch": "cord-6.0"
Zack Williamsad366132018-05-14 14:45:47 -07009 },
10 "plugins": [
11 "anchorjs",
Matteo Scandolod59a1982018-05-16 14:28:35 -070012 "smart-nav-collapse",
Luca Prete73f6d342018-05-25 14:28:15 -070013 "page-toc",
14 "versions-select"
15 ],
16 "pluginsConfig": {
17 "versions": {
18 "options": [
19 {
20 "value": "/",
21 "text": "Master (Devel)"
22 },
23 {
Zack Williams3c43dc32018-07-20 20:54:28 -070024 "value": "/cord-6.0",
25 "text": "6.0 (Stable)"
26 },
27 {
Luca Prete73f6d342018-05-25 14:28:15 -070028 "value": "/cord-5.0",
29 "text": "5.0 (Stable)"
30 },
31 {
32 "value": "/cord-4.1",
33 "text": "4.1 (Stable)"
34 },
35 {
Luca Prete73f6d342018-05-25 14:28:15 -070036 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
37 "text": "3.0 and previous (wiki)"
38 }
39 ]
40 }
41 }
Zack Williamsad366132018-05-14 14:45:47 -070042}