Skip to content

Commit

Permalink
fix(v2): do not highlight root docs path in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed May 20, 2020
1 parent e8f50af commit f8937b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ module.exports = {
{
label: versions[0],
to: 'docs/',
exact: true,
},
...versions.slice(1).map((version) => ({
label: version,
Expand Down

0 comments on commit f8937b4

Please sign in to comment.