oh-my-posh/docs/sidebars.js
2020-12-01 20:49:51 +01:00

48 lines
872 B
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "Getting Started",
items: ["introduction", "upgrading", "installation", "configure", "themes"],
},
{
type: "category",
label: "Packages",
items: ["powershell", "scoop", "homebrew"],
},
{
type: "category",
label: "Segments",
items: [
"az",
"battery",
"command",
"dotnet",
"environment",
"exit",
"git",
"golang",
"julia",
"kubectl",
"node",
"os",
"path",
"python",
"root",
"session",
"shell",
"spotify",
"terraform",
"text",
"time",
"ytm",
]
},
{
type: "category",
label: "Contributing",
items: ["contributing_segment"],
},
],
};