Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Radius on Kubernetes #746

Merged
merged 15 commits into from
Sep 26, 2023
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Radius extends strong existing tools to further streamline the app developer exp
<a href="{{< ref getting-started >}}"><img src="vscode-logo.png" alt="Visual Studio Code logo" style="width:80%"></a>
</td>
<td style="width:50%;text-align:center">
<a href="{{< ref bicep >}}" target="_blank"><img src="bicep-logo.png" alt="Bicep logo" style="width:70%"></a>
<a href="{https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/}" target="_blank"><img src="bicep-logo.png" alt="Bicep logo" style="width:70%"></a>
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With the Radius app model, teams can easily codify and share pieces of an applic

{{< /tabs >}}

Radius uses the [Bicep language]({{< ref bicep >}}) as its file-format and structure. It offers:
Radius uses the [Bicep language](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/) as its file-format and structure. It offers:

- A high quality authoring experience with modules, loops, parametrization, and templating
- ARM Deployment Stacks as the declarative deployment/rollback mechanism
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ iwr -useb "https://get.radapp.dev/tools/rad/install.ps1" | iex

{{< /tabs >}}

Visit the [rad CLI]({{< ref howto-rad-cli >}}) page for troubleshooting or additional options.
Visit the [rad CLI]({{< ref "installation/overview#install-the-rad-cli" >}}) page for troubleshooting or additional options.

Verify the rad CLI is installed correctly by running `rad version`.

Expand Down
71 changes: 0 additions & 71 deletions docs/content/guides/author-apps/howto-vscode/index.md

This file was deleted.

95 changes: 0 additions & 95 deletions docs/content/guides/deploy-apps/howto-rad-cli/index.md

This file was deleted.

Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions docs/content/installation/_index.md
Reshrahim marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
type: docs
title: "Radius Installation"
linkTitle: "Installation"
description: "Learn how to install Radius"
weight: 20
---
33 changes: 0 additions & 33 deletions docs/content/installation/index.md

This file was deleted.

Loading