Skip to content

Commit 1d08c92

Browse files
committed
Cancel "highlight" on plugins in Dev Docs sidebar
1 parent 77f9819 commit 1d08c92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docusaurus/sidebars.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ const sidebars = {
371371
},
372372
{
373373
type: 'category',
374-
collapsed: false,
375374
label: 'Using plugins',
376375
link: {
377376
type: 'doc',
@@ -428,7 +427,6 @@ const sidebars = {
428427
{
429428
type: 'category',
430429
label: 'Developing plugins',
431-
collapsed: false,
432430
customProps: {
433431
new: true,
434432
},
@@ -458,7 +456,6 @@ const sidebars = {
458456
'dev-docs/plugins-extension',
459457
{
460458
type: 'category',
461-
collapsed: false,
462459
label: 'Guides',
463460
link: {
464461
type: 'doc',

0 commit comments

Comments
 (0)