oh-my-posh/docs/sidebars.js
2021-03-18 17:14:40 +01:00

47 lines
865 B
JavaScript

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