From 1f8141c94f7dcaff0aff8e0955a0a7294a617641 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Thu, 1 Sep 2022 14:54:19 +0300 Subject: [PATCH] Fix broken links --- docusaurus.config.js | 4 ++-- src/pages/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2c32c3c..30ce8e5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -33,7 +33,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - routeBasePath: '/', // serve the docs at the site's route + // routeBasePath: '/', // serve the docs at the site's route sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. @@ -89,7 +89,7 @@ const config = { items: [ { label: 'Research Graph', - to: '/docs/category/research-graph', + to: '/docs/intro', }, ], }, diff --git a/src/pages/index.js b/src/pages/index.js index 0f0cae9..49742f9 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,7 +17,7 @@ function HomepageHeader() {
+ to="docs/intro"> Get started {/*- 5min ⏱️*/}