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: [ items: [
{ {
type: 'doc', to: '/docs/intro',
docId: 'intro',
position: 'left',
label: 'Introduction', label: 'Introduction',
position: 'left'
}, },
{ {
type: 'doc', to: '/docs/compiling',
docId: 'compiling',
position: 'left',
label: 'Compiling', label: 'Compiling',
position: 'left'
}, },
{ {
type: 'doc', to: '/docs/permissions',
docId: 'permissions',
position: 'left',
label: 'Permissions', label: 'Permissions',
position: 'left'
}, },
{ {
position: 'left', position: 'left',