| { | |
| "title": "CORD Guide", | |
| "root": ".", | |
| "structure": { | |
| "summary": "SUMMARY.md" | |
| }, | |
| "variables": { | |
| "branch": "master" | |
| }, | |
| "plugins": [ | |
| "anchorjs", | |
| "toggle-chapters", | |
| "versions-select" | |
| ], | |
| "pluginsConfig": { | |
| "versions": { | |
| "options": [ | |
| { | |
| "value": "/", | |
| "text": "Master (Devel)" | |
| }, | |
| { | |
| "value": "/cord-4.1", | |
| "text": "4.1" | |
| }, | |
| { | |
| "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)" | |
| } | |
| ] | |
| } | |
| } | |
| } |