diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0d4ec994..ea38ecd8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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",