From 623d1d107cfa5f9b82c5c70a665cca40bc462091 Mon Sep 17 00:00:00 2001
From: jasonviviano <83607984+jasonviviano@users.noreply.github.com>
Date: Tue, 14 Nov 2023 10:14:13 -0800
Subject: [PATCH 1/3] Removing duplicate codespace section (#944)
Signed-off-by: jasonviviano <83607984+jasonviviano@users.noreply.github.com>
---
docs/content/getting-started/index.md | 6 ------
docs/content/guides/recipes/overview/index.md | 8 ++++----
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/docs/content/getting-started/index.md b/docs/content/getting-started/index.md
index 007020c1c..e2425f0b7 100644
--- a/docs/content/getting-started/index.md
+++ b/docs/content/getting-started/index.md
@@ -22,12 +22,6 @@ The Radius getting-started guide can be [run **for free** in a GitHub Codespace]
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/radius-project/samples)
{{< /alert >}}
-{{< alert title="🚀 Run in a free GitHub Codespace" color="primary" >}}
-The Radius getting-started guide can be [run **for free** in a GitHub Codespace](https://github.blog/changelog/2022-11-09-codespaces-for-free-and-pro-accounts/). Visit the following link to get started in seconds:
-
-[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/radius-project/samples)
-{{< /alert >}}
-
## 1. Have your Kubernetes cluster handy
Radius runs inside [Kubernetes]({{< ref "guides/operations/kubernetes" >}}). However you run Kubernetes, get a cluster ready.
diff --git a/docs/content/guides/recipes/overview/index.md b/docs/content/guides/recipes/overview/index.md
index 5c0c7b24c..9d528831f 100644
--- a/docs/content/guides/recipes/overview/index.md
+++ b/docs/content/guides/recipes/overview/index.md
@@ -16,10 +16,10 @@ Recipes enable a **separation of concerns** between infrastructure operators and
### Support for multiple IaC languages
-| Language | Recipe Support | Notes |
-|----------| ---------------|-------|
-| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | ✅ | Supports Azure, AWS, and Kubernetes
-| [Terraform](https://developer.hashicorp.com/terraform/docs) | ✅ | Supports Azure, AWS, and Kubernetes providers
Other providers not yet configurable
+| Language | Supported sources | Notes |
+|----------|-------------------|-------|
+| [Bicep](https://learn.microsoft.com/azure/azure-resource-manager/bicep/) | [OCI registries](https://opencontainers.org/) | Supports Azure, AWS, and Kubernetes
+| [Terraform](https://developer.hashicorp.com/terraform/docs) | [Public Terraform registries](https://registry.terraform.io/) | Supports Azure, AWS, and Kubernetes providers
Other providers not yet configurable
### Select the Recipe that meets your needs
From 8ade5913b39fdc75f0e4c6adda8af74673b07a0b Mon Sep 17 00:00:00 2001
From: Aaron Crawfis
Date: Thu, 16 Nov 2023 15:39:38 -0800
Subject: [PATCH 2/3] Update wording of "operators" (#928)
* Update wording of "operators"
Signed-off-by: Aaron Crawfis
* Update to "IT operators"
Signed-off-by: Aaron Crawfis
* Add IT
Signed-off-by: Aaron Crawfis
* Update docs/content/guides/recipes/overview/index.md
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
---------
Signed-off-by: Aaron Crawfis
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
---
docs/content/guides/recipes/overview/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/guides/recipes/overview/index.md b/docs/content/guides/recipes/overview/index.md
index b9df3c672..0116f25c0 100644
--- a/docs/content/guides/recipes/overview/index.md
+++ b/docs/content/guides/recipes/overview/index.md
@@ -8,7 +8,7 @@ categories: "Overview"
tags: ["recipes"]
---
-Recipes enable a **separation of concerns** between infrastructure operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and infrastructure operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.
+Recipes enable a **separation of concerns** between IT operators and developers by **automating infrastructure deployment**. Developers select the resource they want in their app (_Mongo Database, Redis Cache, Dapr State Store, etc._), and IT operators codify in their environment how these resources should be deployed and configured (_lightweight containers, Azure resources, AWS resources, etc._). When a developer deploys their application and its resources, Recipes automatically deploy the backing infrastructure and bind it to the developer's resources.
From 12467489ed306104ca4a17a469e3013f3c5937e3 Mon Sep 17 00:00:00 2001
From: lbzs <42933987+lbzss@users.noreply.github.com>
Date: Tue, 21 Nov 2023 22:33:37 +0800
Subject: [PATCH 3/3] docs: the output is not correct (#969)
Signed-off-by: lbzs <627062293@qq.com>
---
docs/content/tutorials/tutorial-recipe/index.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/content/tutorials/tutorial-recipe/index.md b/docs/content/tutorials/tutorial-recipe/index.md
index 03c835f23..19b33a6cc 100644
--- a/docs/content/tutorials/tutorial-recipe/index.md
+++ b/docs/content/tutorials/tutorial-recipe/index.md
@@ -103,13 +103,11 @@ Note that no Recipe name is specified with 'db', so it will be using the default
Deployment In Progress...
Completed db Applications.Datastores/redisCaches
- Completed webapp Applications.Core/applications
Completed frontend Applications.Core/containers
Deployment Complete
Resources:
- webapp Applications.Core/applications
frontend Applications.Core/containers
db Applications.Datastores/redisCaches
```