mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-29 04:49:39 -08:00
34 lines
564 B
JavaScript
34 lines
564 B
JavaScript
|
module.exports = {
|
||
|
docs: [
|
||
|
{
|
||
|
type: "category",
|
||
|
label: "Getting Started",
|
||
|
items: ["introduction", "installation", "configure"],
|
||
|
},
|
||
|
{
|
||
|
type: "category",
|
||
|
label: "Packages",
|
||
|
items: ["powershell"],
|
||
|
},
|
||
|
{
|
||
|
type: "category",
|
||
|
label: "Segments",
|
||
|
items: [
|
||
|
"battery",
|
||
|
"command",
|
||
|
"exit",
|
||
|
"git",
|
||
|
"node",
|
||
|
"path",
|
||
|
"python",
|
||
|
"root",
|
||
|
"session",
|
||
|
"shell",
|
||
|
"spotify",
|
||
|
"text",
|
||
|
"time",
|
||
|
]
|
||
|
},
|
||
|
],
|
||
|
};
|