blob: 2f0702dd66921dbd8d72695ed8b87998654f698f [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": {
Matteo Scandolo465fa982019-05-06 15:07:39 -07005 "summary": "SUMMARY.md",
6 "glossary": "terminology.md"
Zack Williamsad366132018-05-14 14:45:47 -07007 },
Matteo Scandolo888e09c2018-08-06 09:32:18 -07008 "styles": {
9 "website": "styles/website.css"
10 },
Zack Williamsad366132018-05-14 14:45:47 -070011 "variables": {
12 "branch": "master"
13 },
14 "plugins": [
15 "anchorjs",
Matteo Scandolod59a1982018-05-16 14:28:35 -070016 "smart-nav-collapse",
Larry Petersone3f9f842018-12-17 07:39:59 -070017 "custom-favicon",
Luca Prete73f6d342018-05-25 14:28:15 -070018 "page-toc",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -080019 "versions-select",
20 "ga"
Luca Prete73f6d342018-05-25 14:28:15 -070021 ],
Larry Petersone3f9f842018-12-17 07:39:59 -070022"pluginsConfig": {
23 "favicon": "images/cord.ico",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -080024 "ga": {
25 "token": "UA-25767375-2"
26 },
Luca Prete73f6d342018-05-25 14:28:15 -070027 "versions": {
28 "options": [
29 {
30 "value": "/",
31 "text": "Master (Devel)"
32 },
33 {
Zack Williamsb7bcf632019-01-07 15:23:52 -070034 "value": "/cord-6.1",
35 "text": "6.1 (Stable)"
36 },
37 {
Zack Williamsd5fa6d32018-07-20 20:20:41 -070038 "value": "/cord-6.0",
39 "text": "6.0 (Stable)"
40 },
41 {
Luca Prete73f6d342018-05-25 14:28:15 -070042 "value": "/cord-5.0",
43 "text": "5.0 (Stable)"
44 },
45 {
46 "value": "/cord-4.1",
47 "text": "4.1 (Stable)"
48 },
49 {
Luca Prete73f6d342018-05-25 14:28:15 -070050 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
51 "text": "3.0 and previous (wiki)"
52 }
53 ]
54 }
55 }
Zack Williamsad366132018-05-14 14:45:47 -070056}