oh-my-posh/docs/sidebars.js
Travis Illig 2c95d33c84 feat: az segment for Azure subscription info
New segment `az` allows display of current Azure subscription name and
ID with a configurable separator. Defaults to only display the name.
2020-10-15 07:30:38 +02:00

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