Skip to content

Commit

Permalink
Removing duplicate codespace section (#944)
Browse files Browse the repository at this point in the history
Signed-off-by: jasonviviano <[email protected]>
  • Loading branch information
jasonviviano authored Nov 14, 2023
1 parent 757ab3e commit 623d1d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>free</b> 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.
Expand Down
8 changes: 4 additions & 4 deletions docs/content/guides/recipes/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />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<br />Other providers not yet configurable

### Select the Recipe that meets your needs

Expand Down

0 comments on commit 623d1d1

Please sign in to comment.