File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const sidebars = {
9191 label : 'Preview' ,
9292 id : 'cms/features/preview' ,
9393 customProps : {
94- new : true ,
94+ new : false ,
9595 }
9696 } ,
9797 {
@@ -181,7 +181,7 @@ const sidebars = {
181181 label : 'Strapi Client' ,
182182 id : 'cms/api/client' ,
183183 customProps : {
184- new : true ,
184+ new : false ,
185185 }
186186 } ,
187187 'cms/api/graphql' ,
@@ -291,7 +291,7 @@ const sidebars = {
291291 collapsible : true ,
292292 label : "Database" ,
293293 customProps : {
294- updated : true ,
294+ updated : false ,
295295 } ,
296296 items : [
297297 {
@@ -402,7 +402,7 @@ const sidebars = {
402402 label : 'Homepage customization' ,
403403 id : 'cms/admin-panel-customization/homepage' ,
404404 customProps : {
405- new : true ,
405+ new : false ,
406406 }
407407 } ,
408408 // 'cms/cli', // TODO moved to its own category, add TOC component here to highlight it
You can’t perform that action at this time.
0 commit comments