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] 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