2020-10-05 02:33:12 -07:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Getting Started",
|
2020-10-08 11:14:19 -07:00
|
|
|
items: ["introduction", "upgrading", "installation", "configure"],
|
2020-10-05 02:33:12 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Packages",
|
|
|
|
items: ["powershell"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Segments",
|
|
|
|
items: [
|
2020-10-14 16:56:25 -07:00
|
|
|
"az",
|
2020-10-05 02:33:12 -07:00
|
|
|
"battery",
|
|
|
|
"command",
|
2020-10-09 10:22:32 -07:00
|
|
|
"environment",
|
2020-10-05 02:33:12 -07:00
|
|
|
"exit",
|
|
|
|
"git",
|
2020-10-15 10:48:41 -07:00
|
|
|
"kubectl",
|
2020-10-05 02:33:12 -07:00
|
|
|
"node",
|
2020-10-07 12:01:03 -07:00
|
|
|
"os",
|
2020-10-05 02:33:12 -07:00
|
|
|
"path",
|
|
|
|
"python",
|
|
|
|
"root",
|
|
|
|
"session",
|
|
|
|
"shell",
|
|
|
|
"spotify",
|
|
|
|
"text",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
},
|
2020-10-06 12:01:42 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Contributing",
|
|
|
|
items: ["contributing-segment"],
|
|
|
|
},
|
2020-10-05 02:33:12 -07:00
|
|
|
],
|
|
|
|
};
|