diff --git a/microsite/sidebars.json b/microsite/sidebars.json index e0d52bc771..83bfe55dfc 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -34,10 +34,7 @@ ] } ], - "CLI": [ - "cli/index", - "cli/commands" - ], + "CLI": ["cli/index", "cli/commands"], "Core Features": [ { "type": "subcategory", @@ -108,23 +105,17 @@ { "type": "subcategory", "label": "GitHub", - "ids": [ - "integrations/github/org" - ] + "ids": ["integrations/github/org"] }, { "type": "subcategory", "label": "LDAP", - "ids": [ - "integrations/ldap/org" - ] + "ids": ["integrations/ldap/org"] }, { "type": "subcategory", "label": "Google Analytics", - "ids": [ - "integrations/google-analytics/installation" - ] + "ids": ["integrations/google-analytics/installation"] } ], "Plugins": [ @@ -147,9 +138,7 @@ { "type": "subcategory", "label": "Testing", - "ids": [ - "plugins/testing" - ] + "ids": ["plugins/testing"] }, { "type": "subcategory", @@ -195,9 +184,7 @@ { "type": "subcategory", "label": "Backend APIs", - "ids": [ - "api/backend" - ] + "ids": ["api/backend"] } ], "Tutorials": [ @@ -219,15 +206,8 @@ "architecture-decisions/adrs-adr010", "architecture-decisions/adrs-adr011" ], - "Support": [ - "support/support", - "support/project-structure" - ], - "Glossary": [ - "glossary" - ], - "FAQ": [ - "FAQ" - ] + "Support": ["support/support", "support/project-structure"], + "Glossary": ["glossary"], + "FAQ": ["FAQ"] } }