Skip to content

Commit 0a1f37c

Browse files
committed
Avoid just/simply
1 parent 692b791 commit 0a1f37c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

blog/2024-03-28-slackbot-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Now that we have everything set up, let's dive into the deployment process. Foll
4747
2. **Deploy the Slackbot:** Use the Defang CLI's `defang compose up` command to deploy.
4848
4949
## Usage
50-
With your Slackbot up and running, let's explore how to make the most of it. Simply send a POST request to the `/` endpoint with a JSON body containing the message you want to post to the Slack channel. Popular tools like cURL or Postman can help you send the request:
50+
With your Slackbot up and running, let's explore how to make the most of it. Let's send a POST request to the `/` endpoint with a JSON body containing the message you want to post to the Slack channel. Popular tools like cURL or Postman can help you send the request:
5151
5252
```bash
5353
curl 'https://raphaeltm-bot--8080.prod1.defang.dev/' \

docs/concepts/accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Eventually, billing and payment information will be associated with your account
1616

1717
## Creating an Account
1818

19-
To create an account, simply login to Defang and accept the [terms of service](https://defang.io/terms-service.html) using the [CLI](/docs/concepts/authentication.md).
19+
To create an account, login to Defang and accept the [terms of service](https://defang.io/terms-service.html) using the [CLI](/docs/concepts/authentication.md).
2020

2121
At the moment, the only way to authenticate with Defang is through GitHub. We plan to offer other authentication providers in the future.
2222

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use managed Postgres, in your `compose.yaml` file, use the `x-defang-postgres
2222

2323
### Required Configuration
2424

25-
When using managed Postgres, you **must** set a password for the database using `defang config set POSTGRES_PASSWORD`. If you do not provide the password, the deployment will fail.
25+
When using managed Postgres, you **must** set a password for the database using `defang config set POSTGRES_PASSWORD`. If you do not provide the password, the deployment will fail.
2626

2727
- `POSTGRES_PASSWORD`: You can can assign the password in the service's environment variables. To learn more about how this works, read about [configuration](../configuration.md).
2828

@@ -38,7 +38,7 @@ You can also set the following optional environment variables to configure the m
3838
You can connect to the managed Postgres instance using the name of your service as the hostname, `POSTGRES_USER`, `POSTGRES_DB`, and `POSTGRES_PASSWORD` environment variables.
3939

4040
### Example
41-
:::info
41+
:::info
4242
For a smoother experience with Defang, we recommend using Postgres 14 for your container images. This version provides easier access and improved usability.
4343
:::
4444

@@ -72,10 +72,10 @@ For a smoother experience with Defang, we recommend using Postgres 14 for your c
7272

7373
```
7474

75-
<!--
75+
<!--
7676
### Major Version Updating of Engine
7777
78-
To update the database engine you can simply 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.
78+
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.
7979
8080
Please note the upgrading will occur immediately and may result in the database being unavailable for some time.
8181

0 commit comments

Comments
 (0)