From 4cc10e509cd6c1cc2b567867cfb557e18e5302af Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 27 Sep 2023 19:11:05 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jonathan Smith Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --- docs/content/guides/tooling/_index.md | 2 +- docs/content/guides/tooling/rad-cli/overview/index.md | 4 ++-- .../content/guides/tooling/vscode/howto-vscode-bicep/index.md | 2 +- docs/content/guides/tooling/vscode/overview/index.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/guides/tooling/_index.md b/docs/content/guides/tooling/_index.md index 20a927a64..82a0e9efd 100644 --- a/docs/content/guides/tooling/_index.md +++ b/docs/content/guides/tooling/_index.md @@ -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 --- diff --git a/docs/content/guides/tooling/rad-cli/overview/index.md b/docs/content/guides/tooling/rad-cli/overview/index.md index dc6742674..d47de94f3 100644 --- a/docs/content/guides/tooling/rad-cli/overview/index.md +++ b/docs/content/guides/tooling/rad-cli/overview/index.md @@ -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 @@ -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" >}} diff --git a/docs/content/guides/tooling/vscode/howto-vscode-bicep/index.md b/docs/content/guides/tooling/vscode/howto-vscode-bicep/index.md index 0a84b69b5..f9913faa3 100644 --- a/docs/content/guides/tooling/vscode/howto-vscode-bicep/index.md +++ b/docs/content/guides/tooling/vscode/howto-vscode-bicep/index.md @@ -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" diff --git a/docs/content/guides/tooling/vscode/overview/index.md b/docs/content/guides/tooling/vscode/overview/index.md index 390d580e5..3eea5d1b1 100644 --- a/docs/content/guides/tooling/vscode/overview/index.md +++ b/docs/content/guides/tooling/vscode/overview/index.md @@ -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 @@ -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 >}}