From 1c29b31dd333ad3551176fa117885b34104e8c75 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 8 Nov 2024 16:54:00 +0100 Subject: [PATCH] docs/getting-started: reorder next steps a bit Signed-off-by: Patrik Oldsberg --- docs/getting-started/index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index a9c5da596e..993cd7cbfd 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -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