{ | |
"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": "http://wiki.opencord.org/", | |
"text": "3.0 and previous (wiki)" | |
} | |
] | |
} | |
} | |
} |