mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
3ded4c00fc
BREAKING CHANGE: this removes the posh-git segment. To mitigate, rename the posh-git segment to git. In case you had a custom template, make sure to migrate to the git segment's template. You can now also leverage the same logic and properties as the git segment in both the text template and/or color templates.
136 lines
3.2 KiB
JavaScript
136 lines
3.2 KiB
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "category",
|
|
label: "💡 Getting Started",
|
|
collapsed: false,
|
|
items: [
|
|
"introduction",
|
|
{
|
|
type: "category",
|
|
label: "🚀 Get started",
|
|
collapsed: false,
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "📦 Installation",
|
|
collapsed: false,
|
|
items: [
|
|
"installation/windows",
|
|
"installation/macos",
|
|
"installation/linux",
|
|
],
|
|
},
|
|
"installation/fonts",
|
|
"installation/prompt",
|
|
"installation/customize",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "⚙️ Configuration",
|
|
items: [
|
|
"configuration/overview",
|
|
"configuration/block",
|
|
"configuration/segment",
|
|
"configuration/sample",
|
|
"configuration/title",
|
|
"configuration/colors",
|
|
"configuration/templates",
|
|
"configuration/secondary-prompt",
|
|
"configuration/debug-prompt",
|
|
"configuration/transient",
|
|
"configuration/line-error",
|
|
"configuration/tooltips",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "🌟 Segments",
|
|
collapsed: true,
|
|
items: [
|
|
"segments/angular",
|
|
"segments/aws",
|
|
"segments/az",
|
|
"segments/azfunc",
|
|
"segments/battery",
|
|
"segments/brewfather",
|
|
"segments/cds",
|
|
"segments/command",
|
|
"segments/crystal",
|
|
"segments/cf",
|
|
"segments/cftarget",
|
|
"segments/cmake",
|
|
"segments/dart",
|
|
"segments/dotnet",
|
|
"segments/executiontime",
|
|
"segments/exit",
|
|
"segments/flutter",
|
|
"segments/fossil",
|
|
"segments/gcp",
|
|
"segments/git",
|
|
"segments/golang",
|
|
"segments/haskell",
|
|
"segments/ipify",
|
|
"segments/iterm",
|
|
"segments/java",
|
|
"segments/julia",
|
|
"segments/kotlin",
|
|
"segments/kubectl",
|
|
"segments/lua",
|
|
"segments/nbgv",
|
|
"segments/nightscout",
|
|
"segments/npm",
|
|
"segments/node",
|
|
"segments/nx",
|
|
"segments/os",
|
|
"segments/owm",
|
|
"segments/path",
|
|
"segments/perl",
|
|
"segments/php",
|
|
"segments/plastic",
|
|
"segments/project",
|
|
"segments/python",
|
|
"segments/r",
|
|
"segments/root",
|
|
"segments/ruby",
|
|
"segments/rust",
|
|
"segments/session",
|
|
"segments/shell",
|
|
"segments/spotify",
|
|
"segments/strava",
|
|
"segments/svn",
|
|
"segments/swift",
|
|
"segments/sysinfo",
|
|
"segments/terraform",
|
|
"segments/text",
|
|
"segments/time",
|
|
"segments/ui5tooling",
|
|
"segments/wakatime",
|
|
"segments/wifi",
|
|
"segments/withings",
|
|
"segments/winreg",
|
|
"segments/ytm",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "🙋🏾♀️ Contributing",
|
|
collapsed: true,
|
|
items: [
|
|
"contributing/started",
|
|
"contributing/segment",
|
|
"contributing/git",
|
|
"contributing/plastic",
|
|
],
|
|
},
|
|
"themes",
|
|
"share",
|
|
"faq",
|
|
"migrating",
|
|
"contributors",
|
|
],
|
|
};
|