blob: 99c87d6055e176602d9e00b6eba1ce9e331408a3 [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",
Larry Petersone3f9f842018-12-17 07:39:59 -070016 "custom-favicon",
Luca Prete73f6d342018-05-25 14:28:15 -070017 "page-toc",
18 "versions-select"
19 ],
Larry Petersone3f9f842018-12-17 07:39:59 -070020"pluginsConfig": {
21 "favicon": "images/cord.ico",
Luca Prete73f6d342018-05-25 14:28:15 -070022 "versions": {
23 "options": [
24 {
25 "value": "/",
26 "text": "Master (Devel)"
27 },
28 {
Zack Williamsd5fa6d32018-07-20 20:20:41 -070029 "value": "/cord-6.0",
30 "text": "6.0 (Stable)"
31 },
32 {
Luca Prete73f6d342018-05-25 14:28:15 -070033 "value": "/cord-5.0",
34 "text": "5.0 (Stable)"
35 },
36 {
37 "value": "/cord-4.1",
38 "text": "4.1 (Stable)"
39 },
40 {
Luca Prete73f6d342018-05-25 14:28:15 -070041 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
42 "text": "3.0 and previous (wiki)"
43 }
44 ]
45 }
46 }
Zack Williamsad366132018-05-14 14:45:47 -070047}