@@ -42,9 +42,6 @@ const sidebars = {
4242 type : 'doc' ,
4343 label : 'Introduction' ,
4444 id : 'dev-docs/setup-deployment' ,
45- customProps : {
46- new : true ,
47- }
4845 } ,
4946 {
5047 type : 'category' ,
@@ -161,9 +158,6 @@ const sidebars = {
161158 type : 'doc' ,
162159 label : 'Introduction/Concepts' ,
163160 id : 'dev-docs/api/content-api' ,
164- customProps : {
165- new : true ,
166- }
167161 } ,
168162 {
169163 type : 'category' ,
@@ -245,17 +239,20 @@ const sidebars = {
245239 type : 'doc' ,
246240 id : 'dev-docs/backend-customization/middlewares' ,
247241 } ,
248- 'dev-docs/backend-customization/controllers' ,
242+ {
243+ type : 'doc' ,
244+ id : 'dev-docs/backend-customization/controllers' ,
245+ customProps : {
246+ updated : true ,
247+ } ,
248+ } ,
249249 'dev-docs/backend-customization/services' ,
250250 'dev-docs/backend-customization/models' ,
251251 'dev-docs/backend-customization/webhooks' ,
252252 {
253253 type : 'category' ,
254254 label : '✨ Examples' ,
255255 collapsed : true ,
256- customProps : {
257- new : true ,
258- } ,
259256 items : [
260257 {
261258 type : 'doc' ,
@@ -371,16 +368,11 @@ const sidebars = {
371368 type : 'doc' ,
372369 label : 'Introduction/Concepts' ,
373370 id : 'dev-docs/plugins' ,
374- customProps : {
375- new : true ,
376- }
377371 } ,
378372 {
379373 type : 'category' ,
374+ collapsed : false ,
380375 label : 'Using plugins' ,
381- customProps : {
382- updated : true ,
383- } ,
384376 link : {
385377 type : 'doc' ,
386378 id : 'dev-docs/plugins/using-plugins'
@@ -395,9 +387,6 @@ const sidebars = {
395387 type : 'doc' ,
396388 label : 'Content Source Map' ,
397389 id : 'dev-docs/plugins/content-source-map' ,
398- customProps : {
399- new : true ,
400- }
401390 } ,
402391 {
403392 type : 'doc' ,
@@ -439,6 +428,10 @@ const sidebars = {
439428 {
440429 type : 'category' ,
441430 label : 'Developing plugins' ,
431+ collapsed : false ,
432+ customProps : {
433+ new : true ,
434+ } ,
442435 link : {
443436 type : 'doc' ,
444437 id : 'dev-docs/plugins/developing-plugins' ,
@@ -465,6 +458,7 @@ const sidebars = {
465458 'dev-docs/plugins-extension' ,
466459 {
467460 type : 'category' ,
461+ collapsed : false ,
468462 label : 'Guides' ,
469463 link : {
470464 type : 'doc' ,
0 commit comments