1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2020-06-21 14:12:08 -07:00

45 lines
969 B
JavaScript
Executable File

module.exports = {
someSidebar: [
{
type: "category",
label: "Installation",
items: ["introduction", "getting-started", "setup"],
},
{
type: "category",
label: "Configuration",
items: [
"parameters",
"adding-devices",
"commands",
"logging",
"messages",
"query-settings",
"response-caching",
"rest-api",
"table-output",
{
type: "category",
label: "Web UI",
items: [
"ui/configuration",
"ui/logo",
"ui/text",
"ui/theme",
"ui/example",
],
},
],
},
{
type: "category",
label: "Linux Agent",
items: ["agent/installation", "agent/setup"],
},
{ type: "doc", id: "production" },
{ type: "doc", id: "upgrading" },
{ type: "doc", id: "platforms" },
{ type: "doc", id: "license" },
],
};