docs: add links

This commit is contained in:
Jan De Dobbeleer 2021-05-04 20:58:27 +02:00
parent af628fb0e4
commit 01c7a1f40a
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -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",