From 871f06f5881f8011477171c41741c330000b85f5 Mon Sep 17 00:00:00 2001
From: jasonviviano <83607984+jasonviviano@users.noreply.github.com>
Date: Wed, 13 Sep 2023 18:37:11 +0000
Subject: [PATCH] Removed quickstart term
---
.../guides/author-apps/containers/overview/index.md | 2 +-
docs/content/tutorials/tutorial-recipe/index.md | 2 +-
...tart-diagram.png => recipe-tutorial-diagram.png} | Bin
3 files changed, 2 insertions(+), 2 deletions(-)
rename docs/content/tutorials/tutorial-recipe/{recipe-quickstart-diagram.png => recipe-tutorial-diagram.png} (100%)
diff --git a/docs/content/guides/author-apps/containers/overview/index.md b/docs/content/guides/author-apps/containers/overview/index.md
index 588b90e59..b6b99a2ff 100644
--- a/docs/content/guides/author-apps/containers/overview/index.md
+++ b/docs/content/guides/author-apps/containers/overview/index.md
@@ -83,7 +83,7 @@ CONNECTION_MYCONNECTION_DATABASE="my-database"
CONNECTION_MYCONNECTION_USERNAME="admin"
```
-Alternatively, if you already have another convention you would like to follow or if you just prefer to be explicit, you may ignore the values generated by a connection and instead override it by setting your own environment variable values. Refer to the [environment variables quickstart]({{< ref howto-environment-variables >}}) for more details.
+Alternatively, if you already have another convention you would like to follow or if you just prefer to be explicit, you may ignore the values generated by a connection and instead override it by setting your own environment variable values. Refer to the [environment variables how-to guide]({{< ref howto-environment-variables >}}) for more details.
### Extensions
diff --git a/docs/content/tutorials/tutorial-recipe/index.md b/docs/content/tutorials/tutorial-recipe/index.md
index 1c3e274cc..fd3896976 100644
--- a/docs/content/tutorials/tutorial-recipe/index.md
+++ b/docs/content/tutorials/tutorial-recipe/index.md
@@ -29,7 +29,7 @@ This how-to guide will teach you:
This application is a simple to-do list which stores and visualizes to-do items. It consists of a frontend [container]({{< ref "guides/author-apps/containers" >}}) and a backend [Redis Cache]({{< ref redis >}}).
-
+
{{< alert title="💡 Portable resources" color="info" >}}
Developers don't need to specify what cloud resources they're using in their application. Instead, they choose the portable Redis API which can be provided by any cloud provider (or a Docker container). When deployed, a Recipe will select what infrastructure to deploy and run.
diff --git a/docs/content/tutorials/tutorial-recipe/recipe-quickstart-diagram.png b/docs/content/tutorials/tutorial-recipe/recipe-tutorial-diagram.png
similarity index 100%
rename from docs/content/tutorials/tutorial-recipe/recipe-quickstart-diagram.png
rename to docs/content/tutorials/tutorial-recipe/recipe-tutorial-diagram.png