From 4b78fd4f96ff5cf6b06fc10d3b72cddff49e3a89 Mon Sep 17 00:00:00 2001 From: Fanny Date: Wed, 3 Jun 2020 21:34:22 -0300 Subject: [PATCH 1/2] fix(v2): Getting Started URL (#2874) --- website/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {
+ to={useBaseUrl('docs/')}> Get Started From 5c6670b94e83bfc3b1dc05eee5c34047f0070e6c Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 4 Jun 2020 03:38:01 +0300 Subject: [PATCH 2/2] fix(v2): fix broken URL to introduction --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index faa58f1cbb..2578144436 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -93,7 +93,7 @@ module.exports = { links: [ { label: 'Docs', - to: 'docs/introduction', // "fake" link + to: 'docs', // "fake" link position: 'left', activeBaseRegex: `docs/(?!next/(support|team|resources))`, items: [ @@ -142,7 +142,7 @@ module.exports = { items: [ { label: 'Introduction', - to: 'docs/introduction', + to: 'docs', }, { label: 'Installation',