mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(v2): do not highlight root docs path in navbar (#2778)
This commit is contained in:
parent
0dc0c35ec8
commit
05c3aa31f4
|
|
@ -100,6 +100,7 @@ module.exports = {
|
|||
{
|
||||
label: versions[0],
|
||||
to: 'docs/',
|
||||
exact: true,
|
||||
},
|
||||
...versions.slice(1).map((version) => ({
|
||||
label: version,
|
||||
|
|
|
|||
Loading…
Reference in New Issue