Merge pull request #27563 from backstage/rugvip/getting-started-update

docs/getting-started: reorder next steps a bit
This commit is contained in:
Andre Wanlin
2024-11-08 11:41:03 -06:00
committed by GitHub
+9 -7
View File
@@ -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