oh-my-posh/docs/sidebars.js

66 lines
1.1 KiB
JavaScript
Raw Normal View History

2020-10-05 02:33:12 -07:00
module.exports = {
docs: [
{
type: "category",
label: "Getting Started",
2021-04-24 03:58:23 -07:00
items: [
"introduction",
"upgrading",
{
type: "category",
label: "🚀 Installation",
items: [
"pwsh",
"windows",
"macos",
"linux",
],
},
"configure",
"themes",
"share",
"fonts"
],
2020-10-05 02:33:12 -07:00
},
{
type: "category",
label: "Segments",
items: [
2021-02-12 03:49:37 -08:00
"aws",
"az",
2021-04-02 10:36:50 -07:00
"azfunc",
2020-10-05 02:33:12 -07:00
"battery",
"command",
"dotnet",
2020-10-09 10:22:32 -07:00
"environment",
2020-12-06 13:03:40 -08:00
"executiontime",
2020-10-05 02:33:12 -07:00
"exit",
"git",
2021-03-28 01:33:53 -07:00
"poshgit",
2020-10-22 04:47:42 -07:00
"golang",
2021-03-17 00:16:19 -07:00
"java",
2020-11-14 11:04:04 -08:00
"julia",
"kubectl",
2020-10-05 02:33:12 -07:00
"node",
2020-10-07 12:01:03 -07:00
"os",
2020-10-05 02:33:12 -07:00
"path",
"python",
"root",
2021-02-03 23:38:20 -08:00
"ruby",
2020-10-05 02:33:12 -07:00
"session",
"shell",
"spotify",
2020-10-16 07:25:38 -07:00
"terraform",
2020-10-05 02:33:12 -07:00
"text",
"time",
"ytm",
2020-10-05 02:33:12 -07:00
]
},
2020-10-06 12:01:42 -07:00
{
type: "category",
label: "Contributing",
items: ["contributing_started", "contributing_segment"],
2020-10-06 12:01:42 -07:00
},
2020-10-05 02:33:12 -07:00
],
};