1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
checktheroads 99f79b16b5 docs updates
2020-04-11 17:44:32 -07:00

27 lines
700 B
JavaScript
Executable File

module.exports = {
someSidebar: [
{
type: "category",
label: "Installation",
items: ["introduction", "getting-started", "setup"],
},
{
type: "category",
label: "Configuration",
items: [
"configuration",
"devices",
"commands",
"ui",
"cache",
"api",
"messages",
"queries",
],
},
{ type: "category", label: "Linux Agent", items: ["agent/installation"] },
{ type: "doc", id: "platforms" },
{ type: "doc", id: "license" },
],
};