From 00bf300628121e794cba8f5f27acf3673f0cf1c9 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 1 Feb 2022 00:12:12 -0600 Subject: [PATCH] Change GitHub links --- docusaurus.config.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d53c713..4f4b4e7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -55,6 +55,11 @@ const config = { position: 'left', label: 'Compiling', }, + { + position: 'right', + label: 'GitHub', + href: 'https://github.com/PlexDevelopment', + }, ], }, footer: { @@ -87,12 +92,16 @@ const config = { ], }, { - title: 'More', + title: 'GitHub', items: [ { - label: 'GitHub', - href: 'https://github.com/PlexDevelopment', + label: 'Plex', + href: 'https://github.com/PlexDevelopment/Plex', }, + { + label: 'Docs', + href: 'https://github.com/PlexDevelopment/docs', + } ], }, ],