blob: ad7d67ac6355b9467eaa27be8f9d23d60331d794 [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": {
Zack Williams731237b2019-01-07 13:37:38 -070011 "branch": "cord-6.1"
Zack Williamsad366132018-05-14 14:45:47 -070012 },
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",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -080018 "versions-select",
19 "ga"
Luca Prete73f6d342018-05-25 14:28:15 -070020 ],
Larry Petersone3f9f842018-12-17 07:39:59 -070021"pluginsConfig": {
22 "favicon": "images/cord.ico",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -080023 "ga": {
24 "token": "UA-25767375-2"
25 },
Luca Prete73f6d342018-05-25 14:28:15 -070026 "versions": {
27 "options": [
28 {
29 "value": "/",
30 "text": "Master (Devel)"
31 },
32 {
Zack Williams731237b2019-01-07 13:37:38 -070033 "value": "/cord-6.1",
34 "text": "6.1 (Stable)"
35 },
36 {
Zack Williamsd5fa6d32018-07-20 20:20:41 -070037 "value": "/cord-6.0",
38 "text": "6.0 (Stable)"
39 },
40 {
Luca Prete73f6d342018-05-25 14:28:15 -070041 "value": "/cord-5.0",
42 "text": "5.0 (Stable)"
43 },
44 {
45 "value": "/cord-4.1",
46 "text": "4.1 (Stable)"
47 },
48 {
Luca Prete73f6d342018-05-25 14:28:15 -070049 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
50 "text": "3.0 and previous (wiki)"
51 }
52 ]
53 }
54 }
Zack Williamsad366132018-05-14 14:45:47 -070055}