From 7ac601484bf93a50a9e08beba18b9d0bc6df0ca6 Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:25:05 -0500 Subject: [PATCH] Update sidebar links in sidebars.ts Added new files and structure for Using Backstage after resolving merge conflicts that incorporated a new format for the sidebars file. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- microsite/sidebars.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index afe5616bbf..73d40b9be0 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -69,8 +69,16 @@ export default { ]), sidebarElementWithIndex({ label: 'Using Backstage' }, [ 'getting-started/logging-in', - 'getting-started/register-a-component', - 'getting-started/create-a-component', + 'getting-started/viewing-catalog', + 'getting-started/view-what-you-own', + 'getting-started/viewing-entity-relationships', + 'getting-started/search-catalog', + sidebarElementWithIndex({ label: 'Managing Components' }, [ + 'getting-started/register-a-component', + 'getting-started/create-a-component', + 'getting-started/update-a-component', + 'getting-started/unregister-delete-component', + ]), ]), 'overview/support', 'getting-started/keeping-backstage-updated',