From 3086460d4b829c1751f82a305fb17c922192e71e Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 9 Dec 2024 14:51:52 -0800 Subject: [PATCH 01/10] capitalize Dashboard --- docs/tutorials/deploy-to-aws.mdx | 2 +- docs/tutorials/deploy-to-digitalocean.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/deploy-to-aws.mdx b/docs/tutorials/deploy-to-aws.mdx index a21cc4da4..057ed4f9e 100644 --- a/docs/tutorials/deploy-to-aws.mdx +++ b/docs/tutorials/deploy-to-aws.mdx @@ -44,7 +44,7 @@ $ defang compose up --provider=aws ## Step 4 - Inspect your deployment -Defang will provision resources in your AWS account and deploy your services. You can inspect the resources created in your AWS dashboard. +Defang will provision resources in your AWS account and deploy your services. You can inspect the resources created in your AWS Dashboard. *** diff --git a/docs/tutorials/deploy-to-digitalocean.mdx b/docs/tutorials/deploy-to-digitalocean.mdx index 0d60effba..0a7aa0375 100644 --- a/docs/tutorials/deploy-to-digitalocean.mdx +++ b/docs/tutorials/deploy-to-digitalocean.mdx @@ -41,7 +41,7 @@ $ defang compose up --provider=do ## Step 4 - Inspect your deployment -Defang will provision resources in your DigitalOcean account and deploy your services. You can inspect the resources created in your DigitalOcean dashboard. +Defang will provision resources in your DigitalOcean account and deploy your services. You can inspect the resources created in your DigitalOcean Dashboard. *** From 4e34d5864b5f206262bb01e55dd3e3c314ec1f03 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 9 Dec 2024 14:52:19 -0800 Subject: [PATCH 02/10] capitalize Dockerfile --- docs/tutorials/using-codespaces-gitpod.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/using-codespaces-gitpod.md b/docs/tutorials/using-codespaces-gitpod.md index 8a5ccdb5e..fc9e02ed0 100644 --- a/docs/tutorials/using-codespaces-gitpod.md +++ b/docs/tutorials/using-codespaces-gitpod.md @@ -5,10 +5,10 @@ sidebar_position: 700 # Using Codespaces and GitPod - - This tutorial will guide you to set up Defang in both Codespaces and Gitpod. + + ## Getting Started with Github Codespaces and Defang ### Step 1 - Clone the Defang Codespace Project @@ -48,7 +48,7 @@ Start by cloning the [Defang Gitpod-Workspace](https://github.com/DefangLabs/git ### Step 2 - Initialize GitPod Workspace Navigate `https://gitpod.io/#` to create your new workspace. -In the repository, we have a yaml file indicating that we are using a pre-built dockerfile which installs Defang CLI for you. +In the repository, we have a yaml file indicating that we are using a pre-built Dockerfile which installs Defang CLI for you. ### Step 3 - Lauch VS Code from GitPod From acac4264d1d2bd984071573518543d7514f92eec Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 9 Dec 2024 14:53:32 -0800 Subject: [PATCH 03/10] minor grammar fixes to GPU tutorial --- docs/tutorials/deploy-with-gpu.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/deploy-with-gpu.mdx b/docs/tutorials/deploy-with-gpu.mdx index af004f20e..5b5210188 100644 --- a/docs/tutorials/deploy-with-gpu.mdx +++ b/docs/tutorials/deploy-with-gpu.mdx @@ -5,7 +5,7 @@ sidebar_position: 500 # Deploy a GPU-Powered Application to AWS -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. +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 the [Mistral & vLLM](https://github.com/DefangLabs/samples/tree/main/samples/vllm) sample. :::info Note that GPU deployments are not permitted on the Defang Playground. You must [upgrade to a paid account](https://defang.io/pricing/) and [deploy to your own cloud account](https://docs.defang.io/docs/tutorials/deploy-to-your-cloud). @@ -31,11 +31,11 @@ This process can take a few days for AWS to approve. ### HuggingFace Token -This sample requires a HugoingFace token to download the model. You can get a token by signing up at [HuggingFace](https://huggingface.co/join) and then going to [your settings](https://huggingface.co/settings/tokens) to get your token. +This sample requires a HuggingFace token to download the model. You can get a token by signing up at [HuggingFace](https://huggingface.co/join) and then going to [your settings](https://huggingface.co/settings/tokens) to get your token. ## Step 1 - Clone the sample project -You'll need to clone [this sample](https://github.com/DefangLabs/samples/tree/main/samples/vllm) to go through this tutorial. +You'll need to clone the [Mistral & vLLM](https://github.com/DefangLabs/samples/tree/main/samples/vllm) sample to go through this tutorial. ## Step 2 - Check your [Defang BYOC](../concepts/defang-byoc.md) settings @@ -99,7 +99,7 @@ services: **Let's break it down.** -We start with the latest vLLM docker image provided by [Mistral AI](https://docs.mistral.ai/self-deployment/vllm/). +We start with the latest vLLM Docker image provided by [Mistral AI](https://docs.mistral.ai/self-deployment/vllm/). ```yaml mistral: From 72991ba32b809e8073d9a60573ed46c4328b2153 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 9 Dec 2024 15:21:19 -0800 Subject: [PATCH 04/10] capitalize Compose file --- docs/concepts/deployments.md | 2 +- docs/concepts/managed-storage/managed-postgres.md | 2 +- docs/concepts/projects.md | 4 ++-- docs/concepts/services.md | 6 +++--- docs/tutorials/updating-your-services.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/concepts/deployments.md b/docs/concepts/deployments.md index 8ae6d16d3..e195d2886 100644 --- a/docs/concepts/deployments.md +++ b/docs/concepts/deployments.md @@ -6,7 +6,7 @@ sidebar_position: 500 # Deployment -When you deploy using Defang, whether it's with `defang compose up` with a [compose file](./compose.md) or using a [Pulumi program](./pulumi.md), Defang will build your services in the cloud and manage the deployment process for you. If you provide a Dockerfile and build context, Defang will upload the files found within the build context to the cloud (either yours in [Defang BYOC](./defang-byoc.md) or ours in [Defang Playground](./defang-playground.md)), build the image, and store it in the cloud provider's container registry. +When you deploy using Defang, whether it's with `defang compose up` with a [Compose file](./compose.md) or using a [Pulumi program](./pulumi.md), Defang will build your services in the cloud and manage the deployment process for you. If you provide a Dockerfile and build context, Defang will upload the files found within the build context to the cloud (either yours in [Defang BYOC](./defang-byoc.md) or ours in [Defang Playground](./defang-playground.md)), build the image, and store it in the cloud provider's container registry. ## Deploying Updates diff --git a/docs/concepts/managed-storage/managed-postgres.md b/docs/concepts/managed-storage/managed-postgres.md index f21e3a4c3..e75571f70 100644 --- a/docs/concepts/managed-storage/managed-postgres.md +++ b/docs/concepts/managed-storage/managed-postgres.md @@ -85,7 +85,7 @@ The AWS Console can be used to restore a snapshop into a new instance of postgre