From 408d1587ff6fb2cae24b393c1f88d72aeb54bbcf Mon Sep 17 00:00:00 2001 From: gretmn102 Date: Wed, 19 Jun 2024 00:37:46 +0300 Subject: [PATCH] fix: set all right urls to my github and discord --- docusaurus.config.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f11218b..f520c4b 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -84,7 +84,7 @@ const config: Config = { }, {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/gretmn102/gretmn102.github.io', label: 'GitHub', position: 'right', }, @@ -105,13 +105,9 @@ const config: Config = { { title: 'Community', items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, { label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + href: discordInviteUrl, }, { label: 'Twitter', @@ -128,7 +124,7 @@ const config: Config = { }, { label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/gretmn102/gretmn102.github.io', }, ], },