mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
docs updates [skip ci]
This commit is contained in:
@@ -1,28 +1,29 @@
|
||||
module.exports = {
|
||||
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: "upgrading" },
|
||||
{ type: "doc", id: "platforms" },
|
||||
{ type: "doc", id: "license" },
|
||||
],
|
||||
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" },
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user