Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Smith <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
3 people authored Sep 28, 2023
1 parent e38ebf9 commit 4cc10e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/guides/tooling/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
type: docs
title: "Radius Tooling"
linkTitle: "Tooling"
description: "Learn about the set of Radius tools that help you manage your applications and Radius installation"
description: "Learn about Radius tools for managing your applications and Radius installation"
weight: 99
---
4 changes: 2 additions & 2 deletions docs/content/guides/tooling/rad-cli/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: "Overview"
tags: ["rad CLI"]
---

The rad CLI is a command line interface that allows you to interact with Radius from your local machine. It is the primary way to interact with Radius and is used to create, deploy, and manage your applications, environments, and resources.
The rad Command Line Interface (CLI) allows you to interact with Radius from your local machine. It is the primary way to interact with Radius and is used to create, deploy, and manage your applications, environments, and resources.

```bash
$ rad
Expand Down Expand Up @@ -39,7 +39,7 @@ Available Commands:

## Installation

The rad CLI is distributed as a single binary that can be installed on Linux, macOS, and Windows. Visit the [installation guide]({{< ref howto-rad-cli >}}) to learn how to install the rad CLI on your machine.
The rad CLI is distributed as a single binary that can be installed on Linux, macOS, and Windows. Visit the [installation guide]({{< ref howto-rad-cli >}}) to learn how to install the rad CLI.

{{< button text="Install rad CLI" page="howto-rad-cli" >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
type: docs
title: "How-To: Install the Radius-Bicep VSCode extension"
linkTitle: "Radius Bicep extension"
linkTitle: "Radius Bicep Extension"
description: "Learn how to use Radius in Visual Studio Code"
weight: 200
categories: "How-To"
Expand Down
4 changes: 2 additions & 2 deletions docs/content/guides/tooling/vscode/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: "Overview"
tags: ["VSCode"]
---

When using Visual Studio Code with Radius there are a set of extensions that you can install to help author, validate, and manage your Radius applications and environments.
When using Visual Studio Code with Radius there are a set of extensions you can install to help author, validate, and manage your Radius applications and environments.

## Radius Bicep extension

Expand All @@ -20,7 +20,7 @@ The Radius Bicep extension provides formatting, intellisense, and validation for
{{< button text="Radius Bicep guide" page="howto-vscode-bicep" >}}

{{< alert title="Note" color="secondary" >}}
The Radius Bicep extension is a temporary extension that exists in order to extend the set of Bicep types with the Radius types. When the Bicep project adds extensibility support to their tooling the Radius Bicep extension will be deprecated. Stay tuned for updates.
The Radius Bicep extension is a temporary extension that exists to model Radius and AWS resource types. Radius Bicep extension will be deprecated once we upstream our extensibility updates to the official Bicep. Stay tuned for updates.

**The Radius Bicep extension is not compatible with the official Bicep extension.** If you have the official Bicep extension installed you will need to disable or uninstall it before installing the Radius Bicep extension.
{{< /alert >}}
Expand Down

0 comments on commit 4cc10e5

Please sign in to comment.