mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 06:12:28 +02:00
fix(v2): do not highlight root docs path in navbar (#2778)
This commit is contained in:
parent
0dc0c35ec8
commit
05c3aa31f4
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
label: versions[0],
|
label: versions[0],
|
||||||
to: 'docs/',
|
to: 'docs/',
|
||||||
|
exact: true,
|
||||||
},
|
},
|
||||||
...versions.slice(1).map((version) => ({
|
...versions.slice(1).map((version) => ({
|
||||||
label: version,
|
label: version,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue