Skip to content

Commit 0d5d421

Browse files
authored
Merge pull request #27563 from backstage/rugvip/getting-started-update
docs/getting-started: reorder next steps a bit
2 parents dff1a55 + 1c29b31 commit 0d5d421

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/getting-started/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,18 @@ Choose the correct next steps for your user role, if you're likely to be deployi
143143

144144
### Admin
145145

146-
- Deploying a production server
146+
- Deploying to production
147+
148+
- [Setting up authentication](./config/authentication.md)
149+
- [Configuring a database](./config/database.md)
147150
- [Deploying with Docker](../deployment/docker.md)
148151
- [Deploying with Kubernetes](../deployment/k8s.md)
149-
- [Deploying with AWS Lightsail](../deployment/backstage-deploy/aws.md)
152+
150153
- Configuring Backstage
151-
- [Database](./config/database.md)
152-
- [Authentication](./config/authentication.md)
153-
- [Plugins](./configure-app-with-plugins.md)
154-
- [Theme](./app-custom-theme.md)
155-
- [Homepage](./homepage.md)
154+
155+
- [Adding plugins](./configure-app-with-plugins.md)
156+
- [Customizing the theme](./app-custom-theme.md)
157+
- [Populating the homepage](./homepage.md)
156158

157159
### Developer
158160

0 commit comments

Comments
 (0)