Merge pull request #33316 from chanchalkhatri19/add-golden-path-descriptions
docs: add missing description frontmatter to golden-path docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user