diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ea959eeb7e..5cc0063e6f 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -131,7 +131,7 @@ module.exports = { links: [ { label: 'Docs', - to: 'docs/introduction', // "fake" link + to: 'docs', // "fake" link position: 'left', activeBaseRegex: `docs/(?!next/(support|team|resources))`, items: [ @@ -180,7 +180,7 @@ module.exports = { items: [ { label: 'Introduction', - to: 'docs/introduction', + to: 'docs', }, { label: 'Installation', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 4b7a9870ee..e69a31f78f 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -97,7 +97,7 @@ function Home() {