Fix all items on navigation being highligted

This commit is contained in:
Telesphoreo 2024-12-01 22:54:06 -06:00
parent 0220cc3752
commit 813e10abdf

View File

@ -46,22 +46,19 @@ const config: Config = {
},
items: [
{
type: 'doc',
docId: 'intro',
position: 'left',
to: '/docs/intro',
label: 'Introduction',
position: 'left'
},
{
type: 'doc',
docId: 'compiling',
position: 'left',
to: '/docs/compiling',
label: 'Compiling',
position: 'left'
},
{
type: 'doc',
docId: 'permissions',
position: 'left',
to: '/docs/permissions',
label: 'Permissions',
position: 'left'
},
{
position: 'left',