fix(v2): fix broken URL to introduction

This commit is contained in:
Alexey Pyltsyn 2020-06-04 03:38:01 +03:00
parent 4b78fd4f96
commit 5c6670b94e

View file

@ -93,7 +93,7 @@ module.exports = {
links: [ links: [
{ {
label: 'Docs', label: 'Docs',
to: 'docs/introduction', // "fake" link to: 'docs', // "fake" link
position: 'left', position: 'left',
activeBaseRegex: `docs/(?!next/(support|team|resources))`, activeBaseRegex: `docs/(?!next/(support|team|resources))`,
items: [ items: [
@ -142,7 +142,7 @@ module.exports = {
items: [ items: [
{ {
label: 'Introduction', label: 'Introduction',
to: 'docs/introduction', to: 'docs',
}, },
{ {
label: 'Installation', label: 'Installation',