mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: add links
This commit is contained in:
parent
af628fb0e4
commit
01c7a1f40a
|
@ -26,6 +26,16 @@ module.exports = {
|
|||
label: "Docs",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "https://github.com/sponsors/JanDeDobbeleer",
|
||||
label: "Sponsor",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "https://www.gitkraken.com/invite/nQmDPR9D",
|
||||
label: "GitKraken",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "https://github.com/jandedobbeleer/oh-my-posh",
|
||||
label: "GitHub",
|
||||
|
@ -43,13 +53,9 @@ module.exports = {
|
|||
label: "Getting started",
|
||||
to: "docs/",
|
||||
},
|
||||
{
|
||||
label: "Packages",
|
||||
to: "docs/powershell",
|
||||
},
|
||||
{
|
||||
label: "Contributing",
|
||||
to: "docs/contributing_segment",
|
||||
to: "docs/contributing_started",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -73,6 +79,10 @@ module.exports = {
|
|||
label: "Support",
|
||||
href: "/docs/#-support-",
|
||||
},
|
||||
{
|
||||
label: "GitKraken",
|
||||
href: "https://www.gitkraken.com/invite/nQmDPR9D",
|
||||
},
|
||||
{
|
||||
label: "Docusaurus",
|
||||
href: "https://github.com/facebook/docusaurus",
|
||||
|
|
Loading…
Reference in a new issue