mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
127 lines
2.4 KiB
JavaScript
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",
|
|
],
|
|
};
|