Skip to content

Commit ffb63f8

Browse files
committed
lowercase p in Gitpod
1 parent 446c2d3 commit ffb63f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

blog/2024-03-20-dev-environments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ If you want to get started with Codespaces, you can just fork [this repo](https:
2121

2222
[Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) are a cool way to provision and configure development environments and share that configuration with other people you are working with. It's a spec that is supported by [VS Code](https://code.visualstudio.com/docs/devcontainers/containers), [Visual Studio](https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/), the JetBrains IDEs like [IntelliJ](https://www.jetbrains.com/help/idea/connect-to-devcontainer.html) and [PyCharm](https://www.jetbrains.com/help/pycharm/connect-to-devcontainer.html), [DevPod](https://devpod.sh/docs/developing-in-workspaces/devcontainer-json) and others.
2323

24-
## GitPod
24+
## Gitpod
2525

26-
GitPod is another Cloud IDE, a bit like GitHub Codespaces. If prefer GitPod, you can try Defang in a GitPod environment by using [this repo](https://github.com/DefangLabs/gitpod-workspace/tree/main).
26+
Gitpod is another Cloud IDE, a bit like GitHub Codespaces. If prefer Gitpod, you can try Defang in a Gitpod environment by using [this repo](https://github.com/DefangLabs/gitpod-workspace/tree/main).

docs/tutorials/using-codespaces-gitpod.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Codespaces and Gitpod
33
sidebar_position: 700
44
---
55

6-
# Using Codespaces and GitPod
6+
# Using Codespaces and Gitpod
77

88
This tutorial will guide you to set up Defang in both GitHub Codespaces and Gitpod.
99

@@ -40,23 +40,23 @@ Although it may initially refuse to connect on your localhost, going back will s
4040
Now that you're logged in, you can use Defang commands. You can test that everything is working properly by running `defang ls` to list your running services.
4141

4242

43-
## Using GitPod With Defang
43+
## Using Gitpod With Defang
4444

45-
### Step 1 - Clone the Defang GitPod Workspace Project
45+
### Step 1 - Clone the Defang Gitpod Workspace Project
4646
Start by cloning the [Defang Gitpod-Workspace](https://github.com/DefangLabs/gitpod-workspace) repo and pushing it to your own GitHub, GitLab, or BitBucket account. This repository includes a Workspace configuration that pre-installs Defang.
4747

4848

49-
### Step 2 - Initialize GitPod Workspace
49+
### Step 2 - Initialize a Gitpod Workspace
5050
Navigate `https://gitpod.io/#<your-repo-url>` to create your new workspace.
51-
In the repository, we have a yaml file indicating that we are using a pre-built Dockerfile which installs Defang CLI for you.
51+
In the repository, we have a YAML file indicating that we are using a pre-built Dockerfile which installs Defang CLI for you.
5252

5353

54-
### Step 3 - Lauch VS Code from GitPod
55-
Open VS Code from GitPod, you will likely need to have the GitPod VS Code extension installed.
54+
### Step 3 - Lauch VS Code from Gitpod
55+
Open VS Code from Gitpod, you will likely need to have the Gitpod VS Code extension installed.
5656

5757
![Open in vs code desktop button screenshot](/img/codespace-tutorial/gitpod-desktop.png)
5858

59-
![Screenshot of GitPod extension](/img/codespace-tutorial/gitpod-ext.png)
59+
![Screenshot of Gitpod extension](/img/codespace-tutorial/gitpod-ext.png)
6060

6161

6262
### Step 4 - Run Defang Login

0 commit comments

Comments
 (0)