forked from mirrors/thatmattlove-hyperglass
38 lines
999 B
JSON
38 lines
999 B
JSON
{
|
|
"index": { "title": "Introduction", "theme": { "breadcrumb": false } },
|
|
"---": {
|
|
"type": "separator"
|
|
},
|
|
"installation": "Installation",
|
|
"configuration": "Configuration",
|
|
"platforms": "Platforms",
|
|
"plugins": "Plugins",
|
|
"documentation": {
|
|
"title": "Documentation",
|
|
"type": "menu",
|
|
"items": {
|
|
"installation": {
|
|
"title": "Installation",
|
|
"href": "/installation"
|
|
},
|
|
"configuration": {
|
|
"title": "Configuration",
|
|
"href": "/configuration"
|
|
},
|
|
"plugins": {
|
|
"title": "Plugins",
|
|
"href": "/plugins"
|
|
},
|
|
"changelog": {
|
|
"title": "Changelog",
|
|
"href": "/changelog"
|
|
}
|
|
}
|
|
},
|
|
"demo": {
|
|
"title": "Demo",
|
|
"type": "page",
|
|
"href": "https://demo.hyperglass.dev",
|
|
"newWindow": true
|
|
}
|
|
}
|