oh-my-posh/docs/sidebars.js
Travis Illig 7537f6dc70 feat: kubectl context display segment
Segment displays the current Kubernetes context name when available.
2020-10-15 10:54:49 -07:00

43 lines
752 B
JavaScript

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