Skip to content

Commit

Permalink
fix: set all right urls to my github and discord
Browse files Browse the repository at this point in the history
  • Loading branch information
gretmn102 committed Jun 18, 2024
1 parent 3f7fe29 commit 408d158
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
Expand All @@ -128,7 +124,7 @@ const config: Config = {
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/gretmn102/gretmn102.github.io',
},
],
},
Expand Down

0 comments on commit 408d158

Please sign in to comment.