Refactor sidebar to include component management section

Added new component management section to include registering, creating, and updating a component. Also added the new search catalog file.  All changes are under Using Backstage.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
This commit is contained in:
milliehartnt123
2025-11-13 14:28:39 -05:00
committed by GitHub
parent 501ec57ebf
commit ef4ed48d84
+10 -2
View File
@@ -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',