mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
49 lines
902 B
JavaScript
49 lines
902 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: "category",
|
|
label: "Getting Started",
|
|
items: ["introduction", "upgrading", "installation", "configure", "themes", "fonts"],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Segments",
|
|
items: [
|
|
"aws",
|
|
"az",
|
|
"azfunc",
|
|
"battery",
|
|
"command",
|
|
"dotnet",
|
|
"environment",
|
|
"executiontime",
|
|
"exit",
|
|
"git",
|
|
"poshgit",
|
|
"golang",
|
|
"java",
|
|
"julia",
|
|
"kubectl",
|
|
"node",
|
|
"os",
|
|
"path",
|
|
"python",
|
|
"root",
|
|
"ruby",
|
|
"session",
|
|
"shell",
|
|
"spotify",
|
|
"terraform",
|
|
"text",
|
|
"time",
|
|
"ytm",
|
|
]
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Contributing",
|
|
items: ["contributing_started", "contributing_segment"],
|
|
},
|
|
],
|
|
};
|