Skip to content

Commit cc9bafe

Browse files
committed
Update links
1 parent 2721178 commit cc9bafe

File tree

32 files changed

+42
-52
lines changed

32 files changed

+42
-52
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
In practice, Devbox works similar to a package manager like `yarn` – except the packages it manages are at the operating-system level (the sort of thing you would normally install with `brew` or `apt-get`). With Devbox, you can install over [400,000 package versions](https://www.nixhub.io) from the Nix Package Registry
1818

19-
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
19+
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
2020

2121
## Demo
2222

2323
You can try out Devbox in your browser using the button below:
2424

25-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
25+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2626

2727
The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine:
2828

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
44

55
You can also test and contribute to our docs online using Devbox Cloud!
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox?folder=docs/app)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=docs/app)
88

99
## Installation
1010

docs/app/docs/devbox_cloud/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Click on the `Open in Desktop` button on the top right corner, which will open u
6767

6868
If your project uses Devbox, you can make it easy for developers to test your project in a Devbox playground by adding the `Open in Devbox.sh` badge to your repo
6969

70-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox)
70+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox)
7171

7272
Add the following code to your README.md:
7373

7474
```md
75-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/{path_to_repo})
75+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/{path_to_repo})
7676
```
7777

7878
## More Info

docs/app/docs/devbox_examples/databases/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MySQL can be automatically configured for your dev environment by Devbox via the
55

66
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/databases/mysql)
77

8-
[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://devbox.sh/github.com/jetify-com/devbox/?folder=examples/databases/mysql)
8+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/?folder=examples/databases/mysql)
99

1010
## Adding MySQL to your Shell
1111

docs/app/sidebars.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ const sidebars = {
3939
type: "doc",
4040
id: "devbox_global",
4141
},
42-
{
43-
type: "doc",
44-
id: "devbox_cloud/index",
45-
},
4642
],
4743
},
4844
{
@@ -112,10 +108,6 @@ const sidebars = {
112108
type: "doc",
113109
id: "configuration",
114110
},
115-
{
116-
type: "doc",
117-
id: "devbox_cloud/beta_faq",
118-
},
119111
{
120112
type: "category",
121113
label: "IDE Reference",
@@ -188,9 +180,7 @@ const sidebars = {
188180
},
189181
],
190182
},
191-
{type: "doc",
192-
id: "faq",
193-
},
183+
{ type: "doc", id: "faq" },
194184
],
195185

196186
apiSidebar: [

docs/translation/README-ko-KR.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
## 무엇인가요?
88

9-
[Devbox](https://www.jetify.com/devbox/)는 개발을 위한 격리된 셸을 쉽게 만들 수 있는 명령줄 도구 (command-line tool) 입니다. 개발 환경에 필요한 패키지 목록을 정의하는 것으로 시작하면 Devbox가 해당 정의를 사용하여 애플리케이션 전용 격리 환경을 생성합니다.
9+
[Devbox](https://www.jetify.com/devbox/)는 개발을 위한 격리된 셸을 쉽게 만들 수 있는 명령줄 도구 (command-line tool) 입니다. 개발 환경에 필요한 패키지 목록을 정의하는 것으로 시작하면 Devbox가 해당 정의를 사용하여 애플리케이션 전용 격리 환경을 생성합니다.
1010

11-
실제로 Devbox는 `yarn`과 같은 패키지 관리자와 유사하게 작동하지만, 관리하는 패키지가 운영 체제 수준(일반적으로 `brew` 또는 `apt-get`으로 설치하는 것과 같은 종류)에 있다는 점이 다릅니다. Devbox를 사용하면 Nix 패키지 레지스트리에서 [400,000개 이상의 패키지 버전](https://www.nixhub.io)을 설치할 수 있습니다.
11+
실제로 Devbox는 `yarn`과 같은 패키지 관리자와 유사하게 작동하지만, 관리하는 패키지가 운영 체제 수준(일반적으로 `brew` 또는 `apt-get`으로 설치하는 것과 같은 종류)에 있다는 점이 다릅니다. Devbox를 사용하면 Nix 패키지 레지스트리에서 [400,000개 이상의 패키지 버전](https://www.nixhub.io)을 설치할 수 있습니다.
1212

13-
Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내부적으로 `nix`로 구동됩니다.
13+
Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내부적으로 `nix`로 구동됩니다.
1414

1515
## 데모
1616

1717
아래 버튼을 사용하여 브라우저에서 Devbox를 사용해 볼 수 있습니다:
1818

19-
[![Devbox.sh에서 열기](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
19+
[![Devspace에서 열기](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2020

2121
아래 예제는 기본 머신에 해당 패키지가 설치되어 있지 않더라도 `python 2.7``go 1.18`로 개발 환경을 생성합니다:
2222

@@ -131,11 +131,11 @@ Devbox의 개발 환경은 *이동성*이 있습니다. 환경을 정확히 한
131131

132132
+ [Jetify 디스코드 서버](https://discord.gg/jetify)에 가입하여 이야기를 나누어보세요. – 이 프로젝트 전용 #devbox 채널이 있습니다.
133133
+ [Github Issues](https://github.com/jetify-com/devbox/issues)를 사용하여 버그 리포트 및 기능 요청을 제출하세요.
134-
+ [Jetify's Twitter](https://twitter.com/jetify_com)를 팔로우하여 제품 업데이트를 확인하세요.
134+
+ [Jetify's Twitter](https://twitter.com/jetify_com)를 팔로우하여 제품 업데이트를 확인하세요.
135135

136136
## 기여하기
137137

138-
Devbox는 오픈소스 프로젝트이므로 언제든지 기여를 환영합니다. 풀 리퀘스트를 제출하기 전에 [기여 가이드](../../CONTRIBUTING.md)를 읽어주세요.
138+
Devbox는 오픈소스 프로젝트이므로 언제든지 기여를 환영합니다. 풀 리퀘스트를 제출하기 전에 [기여 가이드](../../CONTRIBUTING.md)를 읽어주세요.
139139

140140
[Devbox 개발을 위한 README.md](../../devbox.md)
141141

docs/translation/README-zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Devbox最初由 [Jetify](https://www.jetify.com) 进行开发,其内部由 `ni
1818

1919
你可以点击下面的按钮在浏览器中试用 Devbox:
2020

21-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
21+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify/devbox?folder=examples/tutorial)
2222

2323
下面的例子创建了一个带有 `python 2.7``go 1.18` 的开发环境,尽管这些包并没有在底层机器中被安装。
2424

@@ -82,7 +82,7 @@ Devbox 的开发环境是*可移植的*。我们使您能够只声明一次环
8282
```
8383

8484
[Nixhub.io](https://www.nixhub.io) 上搜索更多软件包。
85-
85+
8686
4. 你的 `devbox.json` 文件记录了你所添加的软件包,它现在应该看起来是这样的:
8787

8888
```json

examples/cloud_development/maelstrom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maelstrom
22

3-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/github.com/jetify-com/devbox-examples?folder=cloud_development/maelstrom)
3+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox-examples?folder=cloud_development/maelstrom)
44

55
A Devbox for running [Maelstrom](https://github.com/jepsen-io/maelstrom) Tests. Maelstrom is a testing library for toy distributed systems built by @aphyr, useful for learning the basics and principals of building distributed systems
66

examples/development/bun/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ Bun projects can be run in Devbox by adding the Bun runtime + package manager to
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/bun)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/bun)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/bun)
88

99
## Add Bun to your Project
1010

1111
```bash
1212
devbox add bun@latest
1313
```
1414

15-
You can see which versions of `bun` are available using:
15+
You can see which versions of `bun` are available using:
1616

1717
```bash
1818
devbox search bun
1919
```
2020

21-
To update bun to the latest version:
21+
To update bun to the latest version:
2222

2323
```bash
2424
devbox update bun

examples/development/csharp/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ C# and .NET projects can be easily generated in Devbox by adding the dotnet SDK
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/csharp)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/dotnet)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/dotnet/hello-world)
88

99
## Adding .NET to your project
1010

examples/development/fsharp/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ F# and .NET projects can be easily generated in Devbox by adding the dotnet SDK
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/fsharp)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/fsharp)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/fsharp/hello-world)
88

99
## Adding .NET to your project
1010

examples/development/go/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/go/hello-world)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/go)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/go/hello-world)
88

99
## Adding Go to your Project
1010

examples/development/java/gradle/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail
2626

2727
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/java/gradle/hello-world)
2828

29-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/java-gradle)
29+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/java/gradle/hello-world)
3030

3131
Gradle is a popular, multi-language build tool that is commonly used with JVM projects. To setup an example project using Gradle, follow the instructions below:
3232

examples/development/java/maven/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail
2626

2727
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/java/maven/hello-world)
2828

29-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/java-maven)
29+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/java/maven/hello-world)
3030

3131
Maven is an all-in-one CI-CD tool for building testing and deploying Java projects. To setup a sample project with Java and Maven in devbox follow the steps below:
3232

examples/development/nodejs/nodejs-npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Most NodeJS Projects will install their dependencies locally using NPM or Yarn,
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/nodejs)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/node-npm)
7+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)] (https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-npm)
88

99
## Adding NodeJS to your Shell
1010

examples/development/nodejs/nodejs-pnpm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Most NodeJS Projects will install their dependencies locally using NPM or Yarn, and thus can work with Devbox with minimal additional configuration. Per project packages can be managed via NPM or Yarn.
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/node-npm)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-pnpm)
66

77
## Adding NodeJS to your Shell
88

examples/development/nodejs/nodejs-yarn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Most NodeJS Projects will install their dependencies locally using NPM or Yarn, and thus can work with Devbox with minimal additional configuration. Per project packages can be managed via NPM or Yarn.
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/node-npm)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-yarn)
66

77
## Adding NodeJS to your Shell
88

examples/development/php/latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PHP projects can manage most of their dependencies locally with `composer`. Some
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/php/latest)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/php)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/php/latest)
88

99
## Adding PHP to your Project
1010

examples/development/python/pip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This will install Python 3.10 in your shell. You can find other versions of Pyth
2020

2121
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/pip)
2222

23-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/python-pip)
23+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/python/pip)
2424

2525
[pip](https://pip.pypa.io/en/stable/) is the standard package manager for Python. Since it installs python packages globally, we strongly recommend using a virtual environment.
2626

examples/development/python/pipenv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This will install Python 3.10 in your shell. You can find other versions of Pyth
2121

2222
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/pipenv)
2323

24-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/python-pipenv)
24+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/developmentpython/pipenv)
2525

2626
[pipenv](https://pipenv.pypa.io/en/latest/) is a tool that will automatically set up a virtual environment for installing your PyPi packages.
2727

examples/development/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/ruby)
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/ruby)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/ruby)
66

77
Ruby can be automatically configured by Devbox via the built-in Ruby Plugin. This plugin will activate automatically when you install Ruby 2.7 using `devbox add ruby`.
88

examples/servers/apache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Apache can be automatically configured by Devbox via the built-in Apache Plugin.
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/servers/apache)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/apache)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/apache)
88

99
### Adding Apache to your Shell
1010

examples/servers/caddy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Caddy can be configured automatically using Devbox's built in Caddy plugin. This
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/servers/caddy)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/caddy)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/caddy)
88

99
### Adding Caddy to your Shell
1010

examples/servers/nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NGINX can be automatically configured by Devbox via the built-in NGINX Plugin. T
44

55
[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/servers/nginx)
66

7-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/nginx)
7+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/nginx)
88

99
## Adding NGINX to your Shell
1010

examples/stacks/django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_moon.svg)](https://www.jetify.com/devbox/docs/contributor-quickstart/)
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/django)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/django)
66

77
## How to Use
88

examples/stacks/drupal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example shows how to run a Drupal application in Devbox. It makes use of the PHP and Apache Plugins, while demonstrating how to configure a MariaDB instance to work with Devbox Cloud.
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/drupal)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/drupal)
66

77
## How to Run the example
88

examples/stacks/jekyll/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_moon.svg)](https://www.jetify.com/devbox/docs/contributor-quickstart/)
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/jekyll)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/jekyll)
66

77
Inspired by [This Example](https://litchipi.github.io/nix/2023/01/12/build-jekyll-blog-with-nix.html)
88

examples/stacks/lapp-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example shows how to build a simple application using Apache, PHP, and PostgreSQL. It uses Devbox Plugins for all 3 packages to simplify configuration.
44

5-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/open/templates/lapp-stack)
5+
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/lapp-stack)
66

77
## How to Run
88

0 commit comments

Comments
 (0)