oh-my-posh/docs/sidebars.js
2021-05-14 13:45:38 +02:00

68 lines
1.2 KiB
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "Getting Started",
items: [
"introduction",
"upgrading",
{
type: "category",
label: "🚀 Installation",
items: [
"pwsh",
"windows",
"macos",
"linux",
],
},
"configure",
"themes",
"share",
"fonts",
"faq"
],
},
{
type: "category",
label: "Segments",
items: [
"aws",
"az",
"azfunc",
"battery",
"command",
"crystal",
"dotnet",
"environment",
"executiontime",
"exit",
"git",
"poshgit",
"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", "contributing_git"],
},
],
};