From 9379c999316da51a4ac56126e267c693d0855837 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 22 Oct 2020 14:10:33 +0200 Subject: [PATCH] fix: adjust bottom bar links --- docs/docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 34532366..4f4a1455 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -49,7 +49,7 @@ module.exports = { }, { label: "Contributing", - to: "docs/contributing", + to: "docs/contributing_segment", }, ], }, @@ -67,8 +67,12 @@ module.exports = { ], }, { - title: "Built with", + title: "Links", items: [ + { + label: "Support", + href: "/docs/#-support-", + }, { label: "Docusaurus", href: "https://github.com/facebook/docusaurus",