mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
42 lines
1 KiB
TypeScript
42 lines
1 KiB
TypeScript
export default {
|
|
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",
|
|
},
|
|
license: {
|
|
title: "License",
|
|
href: "/license",
|
|
},
|
|
},
|
|
},
|
|
demo: {
|
|
title: "Demo",
|
|
type: "page",
|
|
href: "https://demo.hyperglass.dev",
|
|
newWindow: true,
|
|
},
|
|
};
|