Skip to content

Commit 1828c42

Browse files
committed
minor wording fixes
1 parent 8080a9a commit 1828c42

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

docs/cli/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"position": 500,
44
"link": {
55
"type": "generated-index",
6-
"description": "Documentation of all the CLI commands"
6+
"description": "Documentation of the Defang CLI (command line interface) commands."
77
}
88
}
99

docs/concepts/defang-byoc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.m
4747
## GCP
4848

4949
:::info
50-
We will be working on GCP support in the future. If you are interested in GCP support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/58).
50+
Google Cloud Platform (GCP) support is coming soon to Defang. Stay tuned for updates!
5151
:::
52+
Please check out the [GCP Provider](../providers/gcp/) page for more details.
5253

5354
## Azure
5455

docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Please visit http://127.0.0.1:49154 and log in. (Right click the URL or press EN
122122
```
123123

124124
:::info
125-
To learn more about how authentication works in defang, check out the [authenticating page](/docs/concepts/authentication).
125+
To learn more about how authentication works in Defang, check out the [Authenticating With Defang](/docs/concepts/authentication) page.
126126
:::
127127

128128
When you do this, you should see something similar to the output below:

docs/providers/azure.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ sidebar_position: 4000
77
# Azure
88

99
:::info
10-
We will be working on Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/57).
11-
:::
10+
We will be working on Microsoft Azure support in the future. If you are interested in Azure support, please vote on [this issue](https://github.com/DefangLabs/defang/issues/57).
11+
:::
12+
13+
You can learn more about other cloud [providers](/docs/category/providers/).

docs/providers/digitalocean/digitalocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ The following features are still in development for DigitalOcean:
7474
- [Managed Redis](/docs/concepts//managed-storage/managed-redis.md)
7575
- [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.md)
7676

77-
Stayed tuned for future updates!
77+
Stay tuned for future updates!

docs/providers/gcp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ sidebar_position: 3000
77
# GCP
88

99
:::info
10-
GCP support is coming soon to Defang!
11-
:::
10+
Google Cloud Platform (GCP) support is coming soon to Defang. Stay tuned for updates!
11+
:::
12+
13+
This page will be updated soon. In the meantime, you can learn more about other cloud [providers](/docs/category/providers/).

docs/tutorials/deploy-to-gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 11
66

77
# Deploying to Google Cloud Platform (GCP) With Defang
88

9-
Coming soon!
9+
This tutorial is coming soon.
1010

1111
---
1212

0 commit comments

Comments
 (0)