mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
74 lines
1.3 KiB
JavaScript
74 lines
1.3 KiB
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "category",
|
|
label: "Getting Started",
|
|
items: [
|
|
"introduction",
|
|
"upgrading",
|
|
{
|
|
type: "category",
|
|
label: "🚀 Installation",
|
|
items: ["pwsh", "windows", "macos", "linux"],
|
|
},
|
|
"configure",
|
|
"beta",
|
|
"themes",
|
|
"share",
|
|
"fonts",
|
|
"faq",
|
|
"contributors",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Segments",
|
|
items: [
|
|
"aws",
|
|
"az",
|
|
"azfunc",
|
|
"battery",
|
|
"command",
|
|
"crystal",
|
|
"dart",
|
|
"dotnet",
|
|
"environment",
|
|
"executiontime",
|
|
"exit",
|
|
"git",
|
|
"poshgit",
|
|
"golang",
|
|
"java",
|
|
"julia",
|
|
"kubectl",
|
|
"memory",
|
|
"nbgv",
|
|
"node",
|
|
"os",
|
|
"owm",
|
|
"path",
|
|
"python",
|
|
"root",
|
|
"ruby",
|
|
"rust",
|
|
"session",
|
|
"shell",
|
|
"spotify",
|
|
"terraform",
|
|
"text",
|
|
"time",
|
|
"ytm",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: [
|
|
"contributing_started",
|
|
"contributing_segment",
|
|
"contributing_git",
|
|
],
|
|
},
|
|
],
|
|
};
|