Skip to content

Commit

Permalink
Upmerge to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
rad-ci-bot committed Sep 13, 2024
2 parents be761e1 + a772ba7 commit 797a2ad
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 42 deletions.
8 changes: 4 additions & 4 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://edge.docs.radapp.io/"
baseURL = "https://docs.radapp.io/"
languageCode = "en-us"
title = "Radius Docs"
theme = "docsy"
Expand Down Expand Up @@ -67,17 +67,17 @@ tag = "tags"

[params]
copyright = "The Radius Authors. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see the https://linuxfoundation.org/trademark-usage/ page."
version = "edge"
version = "v0.37"
tag_version = "latest"
chart_version = "0.26.0"
chart_version = "0.37.0"

# Algolia Search
algolia_docsearch = true

# GitHub Information
github_repo = "https://github.com/radius-project/docs"
github_subdir = "docs"
github_branch = "edge"
github_branch = "v0.37"
github_project_repo = "https://github.com/radius-project/radius"

# Versioning
Expand Down
5 changes: 3 additions & 2 deletions docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ This guide will show you how to quickly get started with Radius. You'll walk thr

{{< image src="diagram.png" alt="Diagram of the application and its resources" width="500px" >}}

<!-- commenting until we enable free minutes to try Codepaces
{{< 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 >}}
{{< /alert >}}-->

## 1. Have your Kubernetes cluster handy

Radius runs inside [Kubernetes]({{< ref "guides/operations/kubernetes" >}}). However you run Kubernetes, get a cluster ready.
> *If you don't have a preferred way to create Kubernetes clusters, you could try using [k3d](https://k3d.io/), which runs a minimal Kubernetes distribution in Docker.*
> *If you don't have a preferred way to create Kubernetes clusters, you could try using [k3d](https://k3d.io/), which runs a minimal Kubernetes distribution in Docker. Make sure to apply the [recommended configuration]({{< ref "guides/operations/kubernetes/overview##supported-kubernetes-clusters" >}}).*
Ensure your cluster is set as your current context:

Expand Down
10 changes: 5 additions & 5 deletions docs/content/guides/tooling/bicepconfig/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The `bicepconfig.json` allows the Bicep compiler to consume and use Radius-types

## Author and deploy Radius-types

{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the official Bicep. If you have bicep files with the following import statements, please replace them as needed.
{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the Bicep. If you have bicep files with the following import statements, please replace them as needed.

1. `import radius as radius` should become `extension radius` to use Radius types
1. `import aws as aws` should become `extension aws` to use AWS types
1. `import kubernetes as kubernetes {}` should become `extension kubernetes with {} as kubernetes` to use Kubernetes types
1. Change `import radius as radius` to `extension radius`
1. Change `import aws as aws` to `extension aws`
1. Change `import kubernetes as kubernetes {}` to `extension kubernetes with {} as kubernetes`
{{< /alert >}}

Once you have a `bicepconfig.json` file in your application's directory, you can author and deploy Radius-types.

{{< rad file="snippets/app.bicep" embed=true >}}
{{< rad file="snippets/app.bicep" embed=true >}}
2 changes: 1 addition & 1 deletion docs/layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
container: '#docsearch',
appId: 'ED67NSVSZS',
apiKey: '21e2920c3a9c29b98cbc382694413f29',
indexName: 'radapp-dev-edge',
indexName: 'radapp-dev',
});
</script>
{{ end }}
Expand Down
63 changes: 33 additions & 30 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 797a2ad

Please sign in to comment.