1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

30 lines
658 B
JavaScript
Raw Normal View History

2020-02-08 00:58:32 -07:00
module.exports = {
2020-04-19 14:47:42 -07:00
someSidebar: [
{
type: "category",
label: "Installation",
items: ["introduction", "getting-started", "setup"],
},
{
type: "category",
label: "Configuration",
items: [
"configuration",
"queries",
"logging",
"cache",
"devices",
"commands",
"ui",
"api",
"messages",
],
},
{ type: "category", label: "Linux Agent", items: ["agent/installation"] },
{ type: "doc", id: "production" },
{ type: "doc", id: "upgrading" },
{ type: "doc", id: "platforms" },
{ type: "doc", id: "license" },
],
2020-02-08 00:58:32 -07:00
};