mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
18 lines
496 B
JavaScript
Executable File
18 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" }
|
|
]
|
|
};
|