Skip to content

Commit 6408d50

Browse files
committed
Remove key declarations in sidebar
Only useful for later Docusaurus upgrades
1 parent c279813 commit 6408d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus/sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const sidebars = {
363363
type: 'doc',
364364
id: 'cms/customization', // TODO: rename to Introduction
365365
label: 'Introduction',
366-
key: 'cms-customization-introduction',
366+
// key: 'cms-customization-introduction',
367367
},
368368
'cms/configurations/functions',
369369
{
@@ -377,7 +377,7 @@ const sidebars = {
377377
type: 'doc',
378378
id: 'cms/backend-customization',
379379
label: 'Overview',
380-
key: 'cms-backend-customization-overview',
380+
// key: 'cms-backend-customization-overview',
381381
},
382382
'cms/backend-customization/requests-responses',
383383
'cms/backend-customization/routes',
@@ -417,7 +417,7 @@ const sidebars = {
417417
type: 'doc',
418418
id: 'cms/admin-panel-customization',
419419
label: 'Overview',
420-
key: 'cms-admin-panel-customization-overview',
420+
// key: 'cms-admin-panel-customization-overview',
421421
},
422422
'cms/admin-panel-customization/logos',
423423
'cms/admin-panel-customization/favicon',
@@ -460,7 +460,7 @@ const sidebars = {
460460
type: 'doc',
461461
id: 'cms/typescript',
462462
label: 'Introduction',
463-
key: 'cms-typescript-introduction',
463+
// key: 'cms-typescript-introduction',
464464
},
465465
{
466466
type: 'doc',

0 commit comments

Comments
 (0)