@@ -92,7 +92,11 @@ const sidebarsConfig: SidebarConfig = {
9292 type : "doc" ,
9393 id : "log_processor/scenarios/intro" ,
9494 } ,
95- items : [ "log_processor/scenarios/format" , "log_processor/scenarios/simulation" , "log_processor/scenarios/create" ] ,
95+ items : [
96+ "log_processor/scenarios/format" ,
97+ "log_processor/scenarios/simulation" ,
98+ "log_processor/scenarios/create" ,
99+ ] ,
96100 } ,
97101 {
98102 type : "category" ,
@@ -134,8 +138,8 @@ const sidebarsConfig: SidebarConfig = {
134138 id : "log_processor/service-discovery-setup/intro" ,
135139 } ,
136140 items : [
137- "log_processor/service-discovery-setup/detect-yaml" ,
138- "log_processor/service-discovery-setup/setup-expr-helpers"
141+ "log_processor/service-discovery-setup/detect-yaml" ,
142+ "log_processor/service-discovery-setup/setup-expr-helpers" ,
139143 ] ,
140144 } ,
141145 {
@@ -245,7 +249,10 @@ const sidebarsConfig: SidebarConfig = {
245249 type : "doc" ,
246250 id : "configuration/crowdsec_configuration" ,
247251 } ,
248- items : [ "configuration/feature_flags" , "configuration/network_management" ] ,
252+ items : [
253+ "configuration/feature_flags" ,
254+ "configuration/network_management" ,
255+ ] ,
249256 } ,
250257 {
251258 type : "category" ,
@@ -335,7 +342,12 @@ const sidebarsConfig: SidebarConfig = {
335342 type : "doc" ,
336343 id : "cscli/cscli_alerts" ,
337344 } ,
338- items : [ "cscli/cscli_alerts_delete" , "cscli/cscli_alerts_flush" , "cscli/cscli_alerts_inspect" , "cscli/cscli_alerts_list" ] ,
345+ items : [
346+ "cscli/cscli_alerts_delete" ,
347+ "cscli/cscli_alerts_flush" ,
348+ "cscli/cscli_alerts_inspect" ,
349+ "cscli/cscli_alerts_list" ,
350+ ] ,
339351 } ,
340352 {
341353 type : "category" ,
@@ -659,7 +671,11 @@ const sidebarsConfig: SidebarConfig = {
659671 type : "doc" ,
660672 id : "cscli/cscli_simulation" ,
661673 } ,
662- items : [ "cscli/cscli_simulation_disable" , "cscli/cscli_simulation_enable" , "cscli/cscli_simulation_status" ] ,
674+ items : [
675+ "cscli/cscli_simulation_disable" ,
676+ "cscli/cscli_simulation_enable" ,
677+ "cscli/cscli_simulation_status" ,
678+ ] ,
663679 } ,
664680 {
665681 type : "doc" ,
0 commit comments