From 0c5318df7d2b960f3e1635393802cfba9971f409 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 1 Mar 2021 11:59:53 +0100 Subject: [PATCH] Update sidebar Signed-off-by: Johan Haals --- microsite/sidebars.json | 49 ++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 15 deletions(-) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 8b5c0e5f0c..4510f254e1 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -34,7 +34,10 @@ ] } ], - "CLI": ["cli/index", "cli/commands"], + "CLI": [ + "cli/index", + "cli/commands" + ], "Core Features": [ { "type": "subcategory", @@ -69,10 +72,10 @@ "features/software-templates/software-templates-index", "features/software-templates/installation", "features/software-templates/adding-templates", - "features/software-templates/extending/extending-index", - "features/software-templates/extending/extending-templater", - "features/software-templates/extending/extending-publisher", - "features/software-templates/extending/extending-preparer" + "features/software-templates/writing-templates", + "featires/software-templates/builtin-actions", + "features/software-templates/writing-custom-actions", + "features/software-templates/templates-legacy" ] }, { @@ -105,17 +108,23 @@ { "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": [ @@ -138,7 +147,9 @@ { "type": "subcategory", "label": "Testing", - "ids": ["plugins/testing"] + "ids": [ + "plugins/testing" + ] }, { "type": "subcategory", @@ -165,7 +176,6 @@ "auth/glossary", "auth/auth-backend-classes" ], - "Designing for Backstage": [ "dls/design", "dls/contributing-to-storybook", @@ -185,7 +195,9 @@ { "type": "subcategory", "label": "Backend APIs", - "ids": ["api/backend"] + "ids": [ + "api/backend" + ] } ], "Tutorials": [ @@ -207,8 +219,15 @@ "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" + ] } -} +} \ No newline at end of file