oh-my-posh/docs/sidebars.js
2020-10-06 21:13:21 +02:00

39 lines
669 B
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "Getting Started",
items: ["introduction", "installation", "configure"],
},
{
type: "category",
label: "Packages",
items: ["powershell"],
},
{
type: "category",
label: "Segments",
items: [
"battery",
"command",
"exit",
"git",
"node",
"path",
"python",
"root",
"session",
"shell",
"spotify",
"text",
"time",
]
},
{
type: "category",
label: "Contributing",
items: ["contributing-segment"],
},
],
};