{ | |
"title": "CORD Guide", | |
"root": ".", | |
"structure": { | |
"summary": "SUMMARY.md" | |
}, | |
"variables": { | |
"branch": "cord-4.0" | |
}, | |
"plugins": [ | |
"toggle-chapters", | |
"versions-select" | |
], | |
"pluginsConfig": { | |
"versions": { | |
"options": [ | |
{ | |
"value": "/", | |
"text": "Master (Devel)" | |
}, | |
{ | |
"value": "/cord-4.0", | |
"text": "4.0 (Stable)" | |
}, | |
{ | |
"value": "https://wiki.opencord.org/display/CORD/Building+and+Installing+CORD", | |
"text": "3.0 and previous (wiki)" | |
} | |
] | |
} | |
} | |
} |