Skip to content

Commit 861262e

Browse files
committed
style: Devpod -> DevPod
1 parent db128d9 commit 861262e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/bluefin-dx.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Like all Universal Blue images, switching is atomic, allowing for clean switchin
6161

6262
The most current [Docker Engine](https://docs.docker.com/engine/) is included by default and is set up to be the default container runtime for vscode. Using [docker compose](https://danielquinn.org/blog/developing-with-docker/) is also a great way to get started in container development and is an option if devcontainers don't fit your style.
6363

64-
## Devpod
64+
## DevPod
6565

6666
DevPod is an open source tool used to create reproducible developer environments. Each developer environment runs in a separate container and is specified through a `devcontainer.json` file. It's like Codespaces but is open-source, client-only, and unopinionated: it works with any IDE and lets you use any cloud, Kubernetes, or even local `docker` environment.
6767

68-
- [Devpod Website](https://devpod.sh/)
69-
- [Devpod Documentation](https://devpod.sh/docs/what-is-devpod)
70-
- [Devpod Quickstart VS Code](https://devpod.sh/docs/getting-started/quickstart-vscode)
68+
- [DevPod Website](https://devpod.sh/)
69+
- [DevPod Documentation](https://devpod.sh/docs/what-is-devpod)
70+
- [DevPod Quickstart VS Code](https://devpod.sh/docs/getting-started/quickstart-vscode)
7171
- [Loft.sh](https://www.loft.sh/)
7272

7373
Check out this talk from [Rich Burroughs](https://timeline.richburroughs.dev/):
@@ -155,16 +155,16 @@ The JetBrains blog also has more information on JetBrains Dev Containers support
155155

156156
- [Using Dev Containers in JetBrains IDEs – Part 1](https://blog.jetbrains.com/idea/2024/07/using-dev-containers-in-jetbrains-ides-part-1/)
157157

158-
Devpod also has support for JetBrains:
158+
DevPod also has support for JetBrains:
159159

160-
- [Devpod Quickstart JetBrains](https://devpod.sh/docs/getting-started/quickstart-jetbrains)
160+
- [DevPod Quickstart JetBrains](https://devpod.sh/docs/getting-started/quickstart-jetbrains)
161161

162162
## Neovim
163163

164164
`brew install neovim devcontainer` then follow these directions for a devcontainer setup:
165165

166166
- [Running Neovim with Devcontainers](https://cadu.dev/running-neovim-on-devcontainers/)
167-
- [Devpod Quickstart for Neovim](https://devpod.sh/docs/getting-started/quickstart-vim)
167+
- [DevPod Quickstart for Neovim](https://devpod.sh/docs/getting-started/quickstart-vim)
168168

169169
## Kubernetes and other Cloud Native Tooling
170170

0 commit comments

Comments
 (0)