forked from mirrors/thatmattlove-hyperglass
17 lines
541 B
JavaScript
Executable file
17 lines
541 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: "category", label: "Linux Agent", items: ["agent/installation"] },
|
|
{ type: "doc", id: "platforms" },
|
|
{ type: "doc", id: "license" }
|
|
]
|
|
};
|