From 01c7a1f40a72555e9218c979e0e7c2a6351dcd0d Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 4 May 2021 20:58:27 +0200 Subject: [PATCH] docs: add links --- docs/docusaurus.config.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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",