{ | |
"title": "CORD Guide", | |
"root": ".", | |
"structure": { | |
"summary": "SUMMARY.md", | |
"glossary": "terminology.md" | |
}, | |
"styles": { | |
"website": "styles/website.css" | |
}, | |
"variables": { | |
"branch": "master" | |
}, | |
"plugins": [ | |
"anchorjs", | |
"smart-nav-collapse", | |
"custom-favicon", | |
"page-toc", | |
"versions-select", | |
"ga", | |
"copy-code-button" | |
], | |
"pluginsConfig": { | |
"favicon": "images/cord.ico", | |
"ga": { | |
"token": "UA-25767375-2" | |
}, | |
"versions": { | |
"options": [ | |
{ | |
"value": "/", | |
"text": "Master (Devel)" | |
}, | |
{ | |
"value": "/cord-7.0", | |
"text": "7.0 (Stable)" | |
}, | |
{ | |
"value": "/cord-6.1", | |
"text": "6.1 (Stable)" | |
}, | |
{ | |
"value": "/cord-6.0", | |
"text": "6.0 (Stable)" | |
}, | |
{ | |
"value": "/cord-5.0", | |
"text": "5.0 (Stable)" | |
}, | |
{ | |
"value": "/cord-4.1", | |
"text": "4.1 (Stable)" | |
}, | |
{ | |
"value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD", | |
"text": "3.0 and previous (wiki)" | |
} | |
] | |
} | |
} | |
} |