mirror of
https://github.com/plexusorg/Website.git
synced 2024-12-22 09:57:37 +00:00
Fix all items on navigation being highligted
This commit is contained in:
parent
0220cc3752
commit
813e10abdf
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user