From 5428a1a2f5148013d292d6cbd3525863e7cb82bd Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:00:49 -0500 Subject: [PATCH] Reorganize Backstage getting started documentation Adding new subheading, "Managing Components" and put Registering a Component and Creating a Component under it. Also added a new Updating a Component page to the section. Added a new UI Overview page before the Managing Components subheading. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- mkdocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 45fdd2c9d6..e799687505 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,8 +37,11 @@ nav: - Kubernetes: 'deployment/k8s.md' - Using Backstage: - Logging in: 'getting-started/logging-in.md' - - Register a component: 'getting-started/register-a-component.md' - - Create a component: 'getting-started/create-a-component.md' + - UI overview: 'getting-started/ui-overview.md' + - Managing Components: + - Creating a component: 'getting-started/create-a-component.md' + - Registering a component: 'getting-started/register-a-component.md' + - Updating a component: 'getting-started/'update-a-component.md' - Keeping Backstage Updated: 'getting-started/keeping-backstage-updated.md' - Core Features: - Software Catalog: