Skip to content

Commit

Permalink
minor wording fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
commit111 committed Nov 29, 2024
1 parent 8080a9a commit 1828c42
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/cli/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"position": 500,
"link": {
"type": "generated-index",
"description": "Documentation of all the CLI commands"
"description": "Documentation of the Defang CLI (command line interface) commands."
}
}

3 changes: 2 additions & 1 deletion docs/concepts/defang-byoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Please read the [DigitalOcean Provider](../providers/digitalocean/digitalocean.m
## GCP

:::info
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).
Google Cloud Platform (GCP) support is coming soon to Defang. Stay tuned for updates!
:::
Please check out the [GCP Provider](../providers/gcp/) page for more details.

## Azure

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Please visit http://127.0.0.1:49154 and log in. (Right click the URL or press EN
```

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

When you do this, you should see something similar to the output below:
Expand Down
6 changes: 4 additions & 2 deletions docs/providers/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ sidebar_position: 4000
# Azure

:::info
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).
:::
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).
:::

You can learn more about other cloud [providers](/docs/category/providers/).
2 changes: 1 addition & 1 deletion docs/providers/digitalocean/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ The following features are still in development for DigitalOcean:
- [Managed Redis](/docs/concepts//managed-storage/managed-redis.md)
- [Managed Postgres](/docs/concepts/managed-storage/managed-postgres.md)

Stayed tuned for future updates!
Stay tuned for future updates!
6 changes: 4 additions & 2 deletions docs/providers/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ sidebar_position: 3000
# GCP

:::info
GCP support is coming soon to Defang!
:::
Google Cloud Platform (GCP) support is coming soon to Defang. Stay tuned for updates!
:::

This page will be updated soon. In the meantime, you can learn more about other cloud [providers](/docs/category/providers/).
2 changes: 1 addition & 1 deletion docs/tutorials/deploy-to-gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 11

# Deploying to Google Cloud Platform (GCP) With Defang

Coming soon!
This tutorial is coming soon.

---

Expand Down

0 comments on commit 1828c42

Please sign in to comment.