mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 16:48:05 +00:00
17 lines
496 B
JavaScript
Executable file
17 lines
496 B
JavaScript
Executable file
module.exports = {
|
|
someSidebar: [
|
|
{
|
|
type: "category",
|
|
label: "Installation",
|
|
items: ["introduction", "getting-started", "setup"]
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Configuration",
|
|
items: ["configuration", "devices", "ui", "cache", "api", "messages", "queries"]
|
|
},
|
|
{ type: "doc", id: "platforms" },
|
|
{ type: "doc", id: "agent" },
|
|
{ type: "doc", id: "license" }
|
|
]
|
|
};
|