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>
This commit is contained in:
milliehartnt123
2025-12-23 10:25:05 -05:00
committed by GitHub
parent 83f5e18b14
commit 7ac601484b
+10 -2
View File
@@ -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',