oh-my-posh/website/sidebars.js

130 lines
3.1 KiB
JavaScript
Raw Normal View History

2020-10-05 02:33:12 -07:00
module.exports = {
docs: [
{
type: "category",
2021-11-12 10:14:16 -08:00
label: "💡 Getting Started",
2021-10-28 06:27:08 -07:00
collapsed: false,
2021-04-24 03:58:23 -07:00
items: [
"introduction",
{
type: "category",
2022-03-09 02:39:31 -08:00
label: "🚀 Get started",
2021-11-12 10:14:16 -08:00
collapsed: false,
2022-03-09 02:39:31 -08:00
items: [
{
type: "category",
label: "📦 Installation",
collapsed: false,
items: [
2022-04-20 09:43:59 -07:00
"installation/windows",
"installation/macos",
"installation/linux",
2022-03-09 02:39:31 -08:00
],
},
2022-04-20 09:43:59 -07:00
"installation/prompt",
2022-05-26 05:51:26 -07:00
"installation/customize",
2022-03-09 02:39:31 -08:00
],
2021-04-24 03:58:23 -07:00
},
],
2020-10-05 02:33:12 -07:00
},
{
type: "category",
2021-11-12 10:14:16 -08:00
label: "⚙️ Configuration",
items: [
2022-04-20 09:43:59 -07:00
"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",
"configuration/fonts",
2021-11-12 10:14:16 -08:00
],
},
{
type: "category",
label: "🌟 Segments",
2021-10-28 06:27:08 -07:00
collapsed: true,
2020-10-05 02:33:12 -07:00
items: [
2022-04-20 09:43:59 -07:00
"segments/angular",
"segments/aws",
"segments/az",
"segments/azfunc",
"segments/battery",
"segments/brewfather",
"segments/cds",
"segments/command",
"segments/crystal",
"segments/cf",
"segments/cftarget",
"segments/dart",
"segments/dotnet",
"segments/executiontime",
"segments/exit",
2022-05-24 01:13:01 -07:00
"segments/flutter",
2022-04-20 09:43:59 -07:00
"segments/git",
"segments/poshgit",
"segments/golang",
"segments/haskell",
"segments/ipify",
"segments/iterm",
2022-04-20 09:43:59 -07:00
"segments/java",
"segments/julia",
"segments/kotlin",
"segments/kubectl",
"segments/nbgv",
"segments/nightscout",
"segments/npm",
"segments/node",
2022-05-26 05:51:26 -07:00
"segments/nx",
2022-04-20 09:43:59 -07:00
"segments/os",
"segments/owm",
"segments/path",
"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/swift",
"segments/sysinfo",
"segments/terraform",
"segments/text",
"segments/time",
"segments/ui5tooling",
"segments/wakatime",
"segments/wifi",
"segments/winreg",
"segments/ytm",
2021-07-04 13:53:10 -07:00
],
2020-10-05 02:33:12 -07:00
},
2020-10-06 12:01:42 -07:00
{
type: "category",
2021-11-12 10:14:16 -08:00
label: "🙋🏾‍♀️ Contributing",
2021-10-28 06:27:08 -07:00
collapsed: true,
2021-07-04 13:53:10 -07:00
items: [
2022-04-20 09:43:59 -07:00
"contributing/started",
"contributing/segment",
"contributing/git",
"contributing/plastic",
2021-07-04 13:53:10 -07:00
],
2020-10-06 12:01:42 -07:00
},
2021-11-12 10:14:16 -08:00
"themes",
"share",
"faq",
2022-04-25 22:50:59 -07:00
"migrating",
2021-11-12 10:14:16 -08:00
"contributors",
2020-10-05 02:33:12 -07:00
],
};