Skip to content

Commit

Permalink
fix(v2): do not highlight root docs path in navbar (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored May 20, 2020
1 parent 0dc0c35 commit 05c3aa3
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 05c3aa3

Please sign in to comment.