docs/getting-started: reorder next steps a bit

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-11-08 16:54:00 +01:00
parent 781421de79
commit 1c29b31dd3
+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