Skip to content

Commit aefc42b

Browse files
committed
Fix duplicate labels in sidebar
1 parent 6eaab99 commit aefc42b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/sidebars.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ const sidebars = {
363363
type: 'doc',
364364
id: 'cms/customization', // TODO: rename to Introduction
365365
label: 'Introduction',
366+
key: 'cms-customization-introduction',
366367
},
367368
'cms/configurations/functions',
368369
{
@@ -376,6 +377,7 @@ const sidebars = {
376377
type: 'doc',
377378
id: 'cms/backend-customization',
378379
label: 'Overview',
380+
key: 'cms-backend-customization-overview',
379381
},
380382
'cms/backend-customization/requests-responses',
381383
'cms/backend-customization/routes',
@@ -415,6 +417,7 @@ const sidebars = {
415417
type: 'doc',
416418
id: 'cms/admin-panel-customization',
417419
label: 'Overview',
420+
key: 'cms-admin-panel-customization-overview',
418421
},
419422
'cms/admin-panel-customization/logos',
420423
'cms/admin-panel-customization/favicon',
@@ -457,6 +460,7 @@ const sidebars = {
457460
type: 'doc',
458461
id: 'cms/typescript',
459462
label: 'Introduction',
463+
key: 'cms-typescript-introduction',
460464
},
461465
{
462466
type: 'doc',

0 commit comments

Comments
 (0)