Merge pull request #33316 from chanchalkhatri19/add-golden-path-descriptions

docs: add missing description frontmatter to golden-path docs
This commit is contained in:
Patrik Oldsberg
2026-03-17 22:03:49 +01:00
committed by GitHub
31 changed files with 31 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
---
id: index
title: 'Creating your first Backstage app'
description: A guided walkthrough for creating and setting up your first Backstage application
---
### Prerequisites
@@ -2,6 +2,7 @@
id: installing-plugins
sidebar_label: 003 - Installing plugins
title: 003 - Installing plugins
description: How to find and install plugins in your Backstage app
---
Now that you have a working Backstage app, let's walk through the most valuable part of the Backstage ecosystem - plugins!
@@ -2,6 +2,7 @@
id: keeping-backstage-updated
sidebar_label: 006 - Keep Backstage updated
title: 006 - Keeping Backstage up to date
description: How to keep your Backstage instance up to date with the latest releases
---
Audience: Developers and Admins
@@ -1,6 +1,7 @@
---
id: local-development
title: 002 - Local development
description: How to run and develop your Backstage app locally
---
Your Backstage app is fully installed and ready to be run! Now that the installation is complete, you can go to the application directory and start the app using the `yarn start` command. The `yarn start` command will run both the frontend and backend as separate processes (named `[0]` and `[1]`) in the same window.
@@ -1,6 +1,7 @@
---
id: npx-create-app
title: '001 - Scaffolding'
description: How to scaffold a new Backstage app using create-app
---
Audience: Developers and Admins