blob: 0bf2058f09763368d961e63d4abb679826e27de9 [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 },
Matteo Scandolo888e09c2018-08-06 09:32:18 -07007 "styles": {
8 "website": "styles/website.css"
9 },
Zack Williamsad366132018-05-14 14:45:47 -070010 "variables": {
11 "branch": "master"
12 },
13 "plugins": [
14 "anchorjs",
Matteo Scandolod59a1982018-05-16 14:28:35 -070015 "smart-nav-collapse",
Luca Prete73f6d342018-05-25 14:28:15 -070016 "page-toc",
17 "versions-select"
18 ],
19 "pluginsConfig": {
20 "versions": {
21 "options": [
22 {
23 "value": "/",
24 "text": "Master (Devel)"
25 },
26 {
Zack Williamsd5fa6d32018-07-20 20:20:41 -070027 "value": "/cord-6.0",
28 "text": "6.0 (Stable)"
29 },
30 {
Luca Prete73f6d342018-05-25 14:28:15 -070031 "value": "/cord-5.0",
32 "text": "5.0 (Stable)"
33 },
34 {
35 "value": "/cord-4.1",
36 "text": "4.1 (Stable)"
37 },
38 {
Luca Prete73f6d342018-05-25 14:28:15 -070039 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
40 "text": "3.0 and previous (wiki)"
41 }
42 ]
43 }
44 }
Zack Williamsad366132018-05-14 14:45:47 -070045}