oh-my-posh/docs/sidebars.js
2022-03-27 10:09:20 +02:00

127 lines
2.4 KiB
JavaScript

module.exports = {
docs: [
{
type: "category",
label: "💡 Getting Started",
collapsed: false,
items: [
"introduction",
"upgrading",
{
type: "category",
label: "🚀 Get started",
collapsed: false,
items: [
{
type: "category",
label: "📦 Installation",
collapsed: false,
items: [
"windows",
"macos",
"linux",
],
},
"prompt",
"customize"
],
},
],
},
{
type: "category",
label: "⚙️ Configuration",
items: [
"config-overview",
"config-block",
"config-segment",
"config-sample",
"config-title",
"config-colors",
"config-templates",
"config-secondary-prompt",
"config-debug-prompt",
"config-transient",
"config-line-error",
"config-tooltips",
"config-fonts",
],
},
{
type: "category",
label: "🌟 Segments",
collapsed: true,
items: [
"angular",
"aws",
"az",
"azfunc",
"battery",
"brewfather",
"cds",
"command",
"crystal",
"cf",
"cftarget",
"dart",
"dotnet",
"executiontime",
"exit",
"git",
"poshgit",
"golang",
"haskell",
"ipify",
"java",
"julia",
"kotlin",
"kubectl",
"nbgv",
"nightscout",
"npm",
"node",
"os",
"owm",
"path",
"php",
"plastic",
"project",
"python",
"r",
"root",
"ruby",
"rust",
"session",
"shell",
"spotify",
"strava",
"swift",
"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",
],
};