Skip to content

Commit

Permalink
consistency in bullet point markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuel Palm <[email protected]>
  • Loading branch information
PalmEmanuel committed Nov 22, 2023
1 parent 92c9e22 commit 7bb3e4b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/content/reference/cli/rad_credential_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ rad credential register aws --access-key-id <access-key-id> --secret-access-key

### SEE ALSO

- [rad credential]({{< ref rad_credential.md >}}) - Manage cloud provider credential for a Radius installation.
- [rad credential register aws]({{< ref rad_credential_register_aws.md >}}) - Register (Add or update) AWS cloud provider credential for a Radius installation.
- [rad credential register azure]({{< ref rad_credential_register_azure.md >}}) - Register (Add or update) Azure cloud provider credential for a Radius installation.
* [rad credential]({{< ref rad_credential.md >}}) - Manage cloud provider credential for a Radius installation.
* [rad credential register aws]({{< ref rad_credential_register_aws.md >}}) - Register (Add or update) AWS cloud provider credential for a Radius installation.
* [rad credential register azure]({{< ref rad_credential_register_azure.md >}}) - Register (Add or update) Azure cloud provider credential for a Radius installation.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ rad credential register azure --client-id <client id/app id> --client-secret <cl

### SEE ALSO

- [rad credential register]({{< ref rad_credential_register.md >}}) - Register(Add or update) cloud provider credential for a Radius installation.
* [rad credential register]({{< ref rad_credential_register.md >}}) - Register(Add or update) cloud provider credential for a Radius installation.
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_credential_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ rad credential show aws

### SEE ALSO

- [rad credential]({{< ref rad_credential.md >}}) - Manage cloud provider credential for a Radius installation.
* [rad credential]({{< ref rad_credential.md >}}) - Manage cloud provider credential for a Radius installation.
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ rad deploy myapp.bicep --parameters @myfile.json --parameters version=latest

### SEE ALSO

- [rad]({{< ref rad.md >}}) - Radius CLI
* [rad]({{< ref rad.md >}}) - Radius CLI
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_env_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ rad env update myenv --clear-aws

### SEE ALSO

- [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments
* [rad env]({{< ref rad_env.md >}}) - Manage Radius Environments
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_group_switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ rad group switch rgprod -w wsprod

### SEE ALSO

- [rad group]({{< ref rad_group.md >}}) - Manage resource groups
* [rad group]({{< ref rad_group.md >}}) - Manage resource groups
2 changes: 1 addition & 1 deletion docs/content/reference/cli/rad_recipe_register.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ rad recipe register cosmosdb -e env_name -w workspace --template-kind bicep --te

### SEE ALSO

- [rad recipe]({{< ref rad_recipe.md >}}) - Manage recipes
* [rad recipe]({{< ref rad_recipe.md >}}) - Manage recipes

0 comments on commit 7bb3e4b

Please sign in to comment.