oh-my-posh/docs/sidebars.js
2022-02-22 20:05:40 +01:00

107 lines
2 KiB
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "💡 Getting Started",
collapsed: false,
items: [
"introduction",
"upgrading",
{
type: "category",
label: "🚀 Installation",
collapsed: false,
items: ["windows", "macos", "linux"],
},
],
},
{
type: "category",
label: "⚙️ Configuration",
items: [
"config-overview",
"config-block",
"config-segment",
"config-sample",
"config-title",
"config-colors",
"config-templates",
"config-secondary-prompt",
"config-transient",
"config-line-error",
"config-tooltips",
"config-fonts",
],
},
{
type: "category",
label: "🌟 Segments",
collapsed: true,
items: [
"angular",
"aws",
"az",
"azfunc",
"battery",
"brewfather",
"command",
"crystal",
"cf",
"cftarget",
"dart",
"dotnet",
"executiontime",
"exit",
"git",
"poshgit",
"golang",
"haskell",
"ipify",
"java",
"julia",
"kubectl",
"nbgv",
"nightscout",
"node",
"os",
"owm",
"path",
"php",
"plastic",
"python",
"root",
"ruby",
"rust",
"session",
"shell",
"spotify",
"strava",
"sysinfo",
"terraform",
"text",
"time",
"ui5tooling",
"wakatime",
"wifi",
"winreg",
"ytm",
],
},
{
type: "category",
label: "🙋🏾‍♀️ Contributing",
collapsed: true,
items: [
"contributing_started",
"contributing_segment",
"contributing_git",
"contributing_plastic",
],
},
"themes",
"share",
"faq",
"contributors",
],
};