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: [
{
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',