Skip to content

Commit

Permalink
Fix navbar dropdown active links
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWilliams2 committed Apr 11, 2024
1 parent 19d7d20 commit 5c45fd6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,24 @@ const config = {
position: 'left',
items: [
{
type: 'doc',
docId: 'sdk/index',
to: 'sdk',
label: 'SDK',
className: 'plausible-event-name=Header+SDK'
activeBasePath: 'sdk'
},
{
type: 'doc',
docId: 'ui-components/index',
to: 'vocdoni-api/vocdoni-api',
label: 'API',
activeBasePath: 'vocdoni-api'
},
{
to: 'ui-components',
label: 'UI Components',
className: 'plausible-event-name=Header+UICOMPONENTS'
activeBasePath: 'ui-components'
},
{
type: 'doc',
docId: 'protocol/index',
to: 'protocol',
label: 'Protocol',
className: 'plausible-event-name=Header+API'
activeBasePath: 'protocol'
}
]
},
Expand Down

0 comments on commit 5c45fd6

Please sign in to comment.