fix(v2): fix HTML issues nav dropdown and highlight docs item (#2489)

This commit is contained in:
Alexey Pyltsyn 2020-04-01 20:07:51 +03:00 committed by GitHub
parent ec4942d368
commit 1577ab98e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 8 deletions

View file

@ -92,12 +92,13 @@ module.exports = {
links: [
{
label: 'Docs',
to: 'docs/introduction', // "fake" link
position: 'left',
activeBasePath: 'docs',
items: [
{
label: versions[0],
to: `docs/introduction`,
to: 'docs/introduction',
},
].concat(
versions.slice(1).map(version => ({