blob: c53b7fbbae0f0348e83933b7fa462fcd95cf8927 [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",
Matteo Scandolo05101ed2019-06-05 16:26:35 -070020 "ga",
21 "copy-code-button"
Luca Prete73f6d342018-05-25 14:28:15 -070022 ],
Larry Petersone3f9f842018-12-17 07:39:59 -070023"pluginsConfig": {
24 "favicon": "images/cord.ico",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -080025 "ga": {
26 "token": "UA-25767375-2"
27 },
Luca Prete73f6d342018-05-25 14:28:15 -070028 "versions": {
29 "options": [
30 {
31 "value": "/",
32 "text": "Master (Devel)"
33 },
34 {
Zack Williams6bfe1452019-07-12 14:43:25 -070035 "value": "/cord-7.0",
36 "text": "7.0 (Stable)"
37 },
38 {
Zack Williamsb7bcf632019-01-07 15:23:52 -070039 "value": "/cord-6.1",
40 "text": "6.1 (Stable)"
41 },
42 {
Zack Williamsd5fa6d32018-07-20 20:20:41 -070043 "value": "/cord-6.0",
44 "text": "6.0 (Stable)"
45 },
46 {
Luca Prete73f6d342018-05-25 14:28:15 -070047 "value": "/cord-5.0",
48 "text": "5.0 (Stable)"
49 },
50 {
51 "value": "/cord-4.1",
52 "text": "4.1 (Stable)"
53 },
54 {
Luca Prete73f6d342018-05-25 14:28:15 -070055 "value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD",
56 "text": "3.0 and previous (wiki)"
57 }
58 ]
59 }
60 }
Zack Williamsad366132018-05-14 14:45:47 -070061}