Skip to content

Commit 900bac4

Browse files
committed
Use caution symbol instead of red X
1 parent a4abd0a commit 900bac4

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/concepts/compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ Here are a list of service-level properties of the [Compose specification](https
8585
Service-level means inside your `service`. A service-level property called `build` would look like:
8686
```yaml
8787
service:
88-
build: ...
88+
build:
8989
```
9090

9191
Note that in your Compose file, you will need a top-level property called `services` to contain all of your services. For example:
9292
```yaml
9393
services:
9494
service:
95-
build: ...
95+
build:
9696
```
9797
:::
9898

docs/concepts/managed-storage/managed-mongodb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Managed MongoDB is a service that allows you to store and retrieve large amounts
1717
| Provider | Managed MongoDB |
1818
| --- | --- |
1919
| [Playground](/docs/providers/playground#managed-services) | ⚠️ Unmanaged |
20-
| [AWS](/docs/providers/aws#managed-storage) ||
21-
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | |
22-
| [GCP](/docs/providers/gcp#future-improvements) | |
20+
| [AWS](/docs/providers/aws#managed-storage) |DocumentDB |
21+
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | ⚠️ Unmanaged |
22+
| [GCP](/docs/providers/gcp#future-improvements) | ⚠️ Unmanaged |
2323

2424
## How to use Managed MongoDB
2525

docs/concepts/managed-storage/managed-postgres.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Postgres, or PostgreSQL, is a powerful open-source relational database system kn
1212

1313
| Provider | Managed Postgres |
1414
| --- | --- |
15-
| [Playground](/docs/providers/playground#managed-services) | |
16-
| [AWS](/docs/providers/aws#managed-storage) ||
17-
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | |
18-
| [GCP](/docs/providers/gcp#future-improvements) ||
15+
| [Playground](/docs/providers/playground#managed-services) | ⚠️ Unmanaged |
16+
| [AWS](/docs/providers/aws#managed-storage) |RDS Postgres |
17+
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | ⚠️ Unmanaged |
18+
| [GCP](/docs/providers/gcp#future-improvements) |Cloud SQL Postgres |
1919

2020
## How to use Managed Postgres
2121

@@ -84,7 +84,7 @@ When a project is deployed to a [production environment](/docs/concepts/deployme
8484

8585
The AWS Console can be used to restore a snapshot into a new instance of Postgres.
8686

87-
{/*
87+
{/*
8888
### Major Version Updating of Engine
8989
9090
To update the database engine you can update the image to a later version in your Compose file and apply it via ```defang compose up --provider=aws```. In the example below, we change from Postgres 15 to 16.
@@ -101,5 +101,5 @@ to
101101
```
102102
database:
103103
image: postgres:16
104-
```
104+
```
105105
*/}

docs/concepts/managed-storage/managed-redis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Redis is an in-memory data structure store widely used for caching, real-time an
1212

1313
| Provider | Managed Redis |
1414
| --- | --- |
15-
| [Playground](/docs/providers/playground#managed-services) | |
16-
| [AWS](/docs/providers/aws#managed-storage) ||
17-
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | |
18-
| [GCP](/docs/providers/gcp#future-improvements) ||
15+
| [Playground](/docs/providers/playground#managed-services) | ⚠️ Unmanaged |
16+
| [AWS](/docs/providers/aws#managed-storage) |Elasticache |
17+
| [DigitalOcean](/docs/providers/digitalocean#future-improvements) | ⚠️ Unmanaged |
18+
| [GCP](/docs/providers/gcp#future-improvements) |Memorystore |
1919

2020
## How to use Managed Redis
2121

0 commit comments

Comments
 (0)