Skip to content

Commit

Permalink
Merge pull request #27563 from backstage/rugvip/getting-started-update
Browse files Browse the repository at this point in the history
docs/getting-started: reorder next steps a bit
  • Loading branch information
awanlin authored Nov 8, 2024
2 parents dff1a55 + 1c29b31 commit 0d5d421
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,18 @@ Choose the correct next steps for your user role, if you're likely to be deployi

### Admin

- Deploying a production server
- Deploying to production

- [Setting up authentication](./config/authentication.md)
- [Configuring a database](./config/database.md)
- [Deploying with Docker](../deployment/docker.md)
- [Deploying with Kubernetes](../deployment/k8s.md)
- [Deploying with AWS Lightsail](../deployment/backstage-deploy/aws.md)

- Configuring Backstage
- [Database](./config/database.md)
- [Authentication](./config/authentication.md)
- [Plugins](./configure-app-with-plugins.md)
- [Theme](./app-custom-theme.md)
- [Homepage](./homepage.md)

- [Adding plugins](./configure-app-with-plugins.md)
- [Customizing the theme](./app-custom-theme.md)
- [Populating the homepage](./homepage.md)

### Developer

Expand Down

0 comments on commit 0d5d421

Please sign in to comment.