Skip to content

Commit 8080a9a

Browse files
committed
capitalize Defang
1 parent 66d1fe4 commit 8080a9a

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/ask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Ask Defang"
3-
description: This is a chatbot that is trained on defang documentation and designed to answer questions
3+
description: This is a chatbot that is trained on Defang documentation and designed to answer questions
44
sidebar_position: 900
55
className: "no-title-page"
66
---

docs/concepts/portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Portal
3-
description: You can log into the Defang portal to view the state of your defang services.
3+
description: You can log into the Defang portal to view the state of your Defang services.
44
sidebar_position: 700
55
---
66

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description: Frequently asked questions about Defang.
4141

4242
### Will deploying a new version of my app cause downtime?
4343

44-
- If you have deployed your application with the `--mode=production` flag, Defang will use the _production_ deployment mode. This mode will provision your app with multiple replicas and will perform a rolling update to ensure zero downtime. If you use another deployment mode, you may experience downtime during the deployment, as defang will not provision multiple replicas to save cost.
44+
- If you have deployed your application with the `--mode=production` flag, Defang will use the _production_ deployment mode. This mode will provision your app with multiple replicas and will perform a rolling update to ensure zero downtime. If you use another deployment mode, you may experience downtime during the deployment, as Defang will not provision multiple replicas to save cost.
4545

4646
### Can I deploy multiple services at once?
4747

@@ -161,7 +161,7 @@ services:
161161
- - "1234:1234"
162162
+ - "1234"
163163
```
164-
2. Does my healthcheck include the string `localhost`? It is very common to define a healthcheck by using `curl` or `wget` to make a request to `localhost`. So common, in fact, that defang will look for the string `localhost` in your healthcheck definition. For example, this healthcheck is valid:
164+
2. Does my healthcheck include the string `localhost`? It is very common to define a healthcheck by using `curl` or `wget` to make a request to `localhost`. So common, in fact, that Defang will look for the string `localhost` in your healthcheck definition. For example, this healthcheck is valid:
165165

166166
```yaml
167167
healthcheck:

docs/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Go back to your shell and type the following:
114114
$ defang up
115115
```
116116

117-
If you have not used defang before, you'll be prompted to log in.
117+
If you have not used Defang before, you'll be prompted to log in.
118118

119119
```
120120
! Please log in to continue.
@@ -142,7 +142,7 @@ When you do this, you should see something similar to the output below:
142142
* Done.
143143
```
144144

145-
Now we can go to [https://portal.defang.dev/service/app](https://portal.defang.dev/service/app) to see our service listed in the defang portal.
145+
Now we can go to [https://portal.defang.dev/service/app](https://portal.defang.dev/service/app) to see our service listed in the Defang portal.
146146

147147
![screenshot of the defang portal](/img/getting-started-portal.png)
148148

@@ -164,7 +164,7 @@ Defang supports various ways of creating and deploying services to the cloud. Th
164164
type: "link",
165165
href: "/docs/tutorials/generate-new-code-using-ai",
166166
label: "Generate a Project with AI",
167-
description: "Use defang to generate and deploy a new project",
167+
description: "Use Defang to generate and deploy a new project",
168168
},
169169
{
170170
type: "link",

docs/providers/aws/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Defang will create and manage the following resources in your AWS account from i
9292
| iam/Role | defang-cd-askRole-gsEeDPd6sPQY |
9393
| ec2/VPC | vpc-0cbca64f13435695 |
9494

95-
Then, for each project you deploy, defang will create and manage the following resources:
95+
Then, for each project you deploy, Defang will create and manage the following resources:
9696

9797
| Resource Type | Example Resource Name |
9898
|---------------|------------------------|

docs/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
88

99
# Samples
1010

11-
Check out our sample projects here to get some inspiration and get a sense of how defang works.
11+
Check out our sample projects here to get some inspiration and get a sense of how Defang works.
1212

1313
import Samples from "../src/components/Samples";
1414

docs/tutorials/deploy-to-playground.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ cd path/to/your/project
2626
$ defang up
2727
```
2828

29-
If you have not used defang before, you'll be prompted to log in.
29+
If you have not used Defang before, you'll be prompted to log in.
3030

3131
```
3232
! Please log in to continue.
@@ -54,6 +54,6 @@ When you do this, you should see something similar to the output below:
5454
* Done.
5555
```
5656

57-
Now we can go to [https://portal.defang.dev/service/app](https://portal.defang.dev/service/app) to see our service listed in the defang portal.
57+
Now we can go to [https://portal.defang.dev/service/app](https://portal.defang.dev/service/app) to see our service listed in the Defang portal.
5858

5959
![screenshot of the defang portal](/img/getting-started-portal.png)

docs/tutorials/use-your-own-domain-name.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In our latest version of [Defang BYOC](https://docs.defang.io/docs/concepts/defa
1515
* Make sure you [install the latest version of the Defang CLI](../getting-started#install-the-defang-cli.md)
1616
* Then, make sure you have properly [authenticated your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). The Defang CLI makes use of AWS environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`, so make sure the correct values are set for those.
1717

18-
If you use the AWS CLI, you can verify that your are authenticated against AWS using the following command (note that the AWS CLI itself is not required to use the defang cli in BYOC mode):
18+
If you use the AWS CLI, you can verify that your are authenticated against AWS using the following command (note that the AWS CLI itself is not required to use the Defang CLI in BYOC mode):
1919
```bash
2020
aws sts get-caller-identity
2121
```

0 commit comments

Comments
 (0)