Skip to content

Commit

Permalink
(website) Fix active state on navbar items (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanatucakov authored Jun 24, 2023
1 parent c34c8f6 commit e39a715
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ const config = {
},
items: [
{
type: 'doc',
docId: 'overview/overview_index',
position: 'right',
label: 'Overview'
label: 'Overview',
to: 'overview/'
},
{
type: 'doc',
docId: 'about/about_index',
position: 'right',
label: 'About'
label: 'About',
to: 'about/',
},
{
href: 'https://github.com/lambdaworks/zio-elasticsearch',
Expand Down

0 comments on commit e39a715

Please sign in to comment.