mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
fix(v2): fix HTML issues nav dropdown and highlight docs item (#2489)
This commit is contained in:
parent
ec4942d368
commit
1577ab98e9
3 changed files with 12 additions and 8 deletions
|
@ -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 => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue