Skip to content

Commit 5c1c193

Browse files
committed
make headings consistent and capitalized
1 parent 5d27183 commit 5c1c193

12 files changed

+24
-21
lines changed

docs/tutorials/deploy-container-using-the-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Deploy existing container
2+
title: Deploy Existing Containers
33
sidebar_position: 200
44
---
55

6-
# Deploy an Existing Container Using the CLI
6+
# Deploy Existing Containers
77

88
This example is useful if you already have a Docker container built manually or through a CI/CD system and have that the resulting image is available in a public or private repository accessible by Defang.
99

docs/tutorials/deploy-to-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defang allows you deploy to your own Amazon Web Services (AWS) acco
44
sidebar_position: 11
55
---
66

7-
# Deploying to Amazon Web Services (AWS) With Defang
7+
# Deploy to Amazon Web Services (AWS)
88

99
This tutorial will show you how to deploy your services to your own AWS account using Defang.
1010

docs/tutorials/deploy-to-digitalocean.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defang allows you deploy to your own DigitalOcean account.
44
sidebar_position: 11
55
---
66

7-
# Deploying to DigitalOcean With Defang
7+
# Deploy to DigitalOcean
88

99
This tutorial will show you how to deploy your services to your own DigitalOcean account using Defang.
1010

docs/tutorials/deploy-to-gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Defang allows you deploy to your own Google Cloud Platform (GCP) ac
44
sidebar_position: 11
55
---
66

7-
# Deploying to Google Cloud Platform (GCP) With Defang
7+
# Deploy to Google Cloud Platform (GCP)
88

99
This tutorial is coming soon.
1010

docs/tutorials/deploy-to-playground.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Deploy to Playground
3-
description: Deploy to the Free Defang Playground
3+
description: Deploy to the free Defang Playground.
44
sidebar_position: 15
55
---
66

7-
# Deploy to the playground
7+
# Deploy to Playground
88

9-
This tutorial will show you how to deploy your project to the Defang Playground.
9+
This tutorial will show you how to deploy your project to the free Defang Playground.
1010

1111
## Pre-requisites
1212
* [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
---
2-
title: Deploy to Your Cloud
2+
title: Deploy to Your Own Cloud
33
description: Defang allows you deploy to your own cloud account.
44
sidebar_position: 10
55
---
66

7-
# Deploying to Your Cloud With Defang
7+
# Deploy to Your Own Cloud
88

99
This tutorial will show you how to deploy your services to your own cloud account using Defang.
1010

1111
:::tip
12-
Defang makes it easier to deploy to any cloud—in your *own* cloud accounts. We refer to this as bring-your-own-cloud (BYOC).
13-
If you aren't ready to deploy to your own cloud account, you can use the Defang Playground to get a feel for how Defang works for free.
12+
Defang makes it easier to deploy to any cloud—in your *own* cloud accounts. We refer to this as [bring-your-own-cloud (BYOC)](/docs/concepts/defang-byoc).
13+
If you aren't ready to deploy to your own cloud account, you can use the [Defang Playground](/docs/concepts/defang-playground) to get a feel for how Defang works for free.
1414
:::
1515

16-
## Choose your cloud
16+
## Choose your cloud
1717

18-
The first step is to choose which cloud provider you want to deploy to. Defang supports the following cloud providers:
18+
A good starting point is to choose which cloud provider you want to deploy to. Defang supports the following cloud providers:
1919

2020
* [AWS](/docs/tutorials/deploy-to-aws)
2121
* [DigitalOcean](/docs/tutorials/deploy-to-digitalocean)
2222
* [GCP](/docs/tutorials/deploy-to-gcp)
23+
24+
The above will link to a tutorial page for that cloud. If you run into any problems, please note that we have an [FAQ section](/docs/category/faq) for your convenience.

docs/tutorials/deploy-using-pulumi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy using Pulumi
2+
title: Deploy Using Pulumi
33
sidebar_position: 400
44
---
55

docs/tutorials/deploy-with-gpu.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Deploy a GPU-powered application
2+
title: Deploy a GPU-Powered Application
33
sidebar_position: 500
44
---
55

6-
# Deploy a GPU-Powered Application With Defang
6+
# Deploy a GPU-Powered Application
77

88
This tutorial guides you to create and deploy a GPU-powered application on AWS using Defang and Mistral. We will walk you through the whole deployment process based on this [Deploying Mistral with vLLM](https://github.com/DefangLabs/samples/tree/main/samples/vllm) sample.
99

docs/tutorials/monitoring-your-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ title: Monitoring Your Services
44
description: How to monitoring services deployed with Defang
55
---
66

7-
# How To Monitor Your Services With Defang
7+
# Monitoring Your Services
88

9+
Monitoring your services with Defang.
910
By default, all the output (stdout and stderr) from your app is logged. You can view these logs in real-time. You can view logs for all your services, one service, or even one specific deployment of a service.
1011

1112
- From the CLI:

docs/tutorials/updating-your-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Updating Your Services
44
description: How to update services deployed with Defang
55
---
66

7-
# How To Update Your Services With Defang
7+
# Updating Your Services
88

99
To update your app (for example, updating the base image of your container, or making changes to your code) you can run the `defang compose up` command and it will build and deploy a new version with zero downtime. Your current version of the service will keep running and handling traffic while the new version is being built and deployed. Only after the new version passes the health checks and accepts traffic will the older version be stopped.
1010

0 commit comments

Comments
 (0)