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: [
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user