From d0af57563d7db464699ea193df10861ca82bb5ba Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 1 Mar 2021 13:48:39 +0100 Subject: [PATCH] Format with correct prettier config Signed-off-by: Johan Haals --- microsite/sidebars.json | 38 +++++++++----------------------------- 1 file changed, 9 insertions(+), 29 deletions(-) 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"] } }