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:
+10
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user