From 6d178e375ca7d2b9dc4481e277a6f31cb00b6557 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 9 Sep 2020 17:15:57 +0200 Subject: [PATCH] docs: more visible heads up about completing installation steps for templates --- docs/features/software-templates/index.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md index 8989fa35eb..86493c0120 100644 --- a/docs/features/software-templates/index.md +++ b/docs/features/software-templates/index.md @@ -15,12 +15,15 @@ like GitHub. ### Getting Started -The Software Templates are available under `/create`. If you've followed -[Installing in your Backstage App](./installation.md) in your separate App or -[Getting Started with Backstage](../../getting-started) for this repo, you -should be able to reach `http://localhost:3000/create`. +> Be sure to have covered [Installing in your Backstage App](./installation.md) +> for your separate App or +> [Getting Started with Backstage](../../getting-started) for this repo before +> proceeding. -You should get something that looks similar to this: +The Software Templates are available under `/create`. For local development you +should be able to reach them at `http://localhost:3000/create`. + +Once there, you should see something that looks similar to this: ![Create Image](../../assets/software-templates/create.png)