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: [
|
2020-06-21 14:12:08 -07:00
|
|
|
"parameters",
|
|
|
|
"adding-devices",
|
2020-04-19 14:47:42 -07:00
|
|
|
"commands",
|
2020-06-21 14:12:08 -07:00
|
|
|
"logging",
|
2020-04-19 14:47:42 -07:00
|
|
|
"messages",
|
2020-06-21 14:12:08 -07:00
|
|
|
"query-settings",
|
|
|
|
"response-caching",
|
|
|
|
"rest-api",
|
|
|
|
"table-output",
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Web UI",
|
|
|
|
items: [
|
|
|
|
"ui/configuration",
|
|
|
|
"ui/logo",
|
|
|
|
"ui/text",
|
|
|
|
"ui/theme",
|
|
|
|
"ui/example",
|
|
|
|
],
|
|
|
|
},
|
2020-04-19 14:47:42 -07:00
|
|
|
],
|
|
|
|
},
|
2020-06-02 01:37:56 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Linux Agent",
|
2020-09-05 14:37:16 -07:00
|
|
|
items: ["agent/installation", "agent/setup", "agent/parameters"],
|
2020-06-02 01:37:56 -07:00
|
|
|
},
|
2020-04-19 14:47:42 -07:00
|
|
|
{ type: "doc", id: "production" },
|
|
|
|
{ type: "doc", id: "upgrading" },
|
|
|
|
{ type: "doc", id: "platforms" },
|
|
|
|
{ type: "doc", id: "license" },
|
|
|
|
],
|
2020-02-08 00:58:32 -07:00
|
|
|
};
|