oh-my-posh/docs/sidebars.js

39 lines
669 B
JavaScript
Raw Normal View History

2020-10-05 02:33:12 -07:00
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",
]
},
2020-10-06 12:01:42 -07:00
{
type: "category",
label: "Contributing",
items: ["contributing-segment"],
},
2020-10-05 02:33:12 -07:00
],
};