Skip to content

Commit

Permalink
replace default links
Browse files Browse the repository at this point in the history
  • Loading branch information
ladddder committed Dec 7, 2023
1 parent d722d43 commit 813ac60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/everywall/everywall.github.io/tree/main/docs',
},
/*
blog: {
Expand Down Expand Up @@ -75,7 +75,7 @@ const config: Config = {
},
//{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/everywall/ladder',
label: 'GitHub',
position: 'right',
},
Expand All @@ -98,7 +98,7 @@ const config: Config = {
items: [
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
href: 'https://discord.gg/brSHjrkE',
},
],
},
Expand Down

0 comments on commit 813ac60

Please sign in to comment.