diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 9a4f03620f..d54f838c28 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -55,8 +55,16 @@ export default { label: 'Using Backstage', items: [ 'getting-started/logging-in', - 'getting-started/register-a-component', - 'getting-started/create-a-component', + { + type: 'category', + label: 'Managing Components', + items: [ + 'getting-started/register-a-component', + 'getting-started/create-a-component', + 'getting-started/update-a-component', + ], + }, + 'getting-started/search-catalog', ], }, 'overview/support',