oh-my-posh/docs/sidebars.js
2020-10-08 20:14:55 +02:00

40 lines
683 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",
"os",
"path",
"python",
"root",
"session",
"shell",
"spotify",
"text",
"time",
]
},
{
type: "category",
label: "Contributing",
items: ["contributing-segment"],
},
],
};