1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 16:48:05 +00:00
thatmattlove-hyperglass/docs/sidebars.js
2020-04-13 02:04:47 -07:00

27 lines
742 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: "upgrading" },
{ type: "doc", id: "platforms" },
{ type: "doc", id: "license" },
],
};