Merge branch 'master' into feature/client-side-redirects

This commit is contained in:
slorber 2020-06-04 11:42:00 +02:00
commit a02f90c064
2 changed files with 3 additions and 3 deletions

View file

@ -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',