Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Devbox was originally developed by [Jetify](https://www.jetify.com) and is inter

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/tutorial)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/tutorial)

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:

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

You can also test and contribute to our docs online using Devbox Cloud!
You can also test and contribute to our docs online using Jetify Devspace!

[![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)
[![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)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/databases/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MariaDB can be automatically configured for your dev environment by Devbox via t

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mariadb)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/mariadb)

## Adding MariaDB to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/databases/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MySQL can be automatically configured for your dev environment by Devbox via the

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/mysql)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/mysql)

## Adding MySQL to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/databases/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PostgreSQL can be automatically configured by Devbox via the built-in Postgres P

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/postgres)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/postgres)

## Adding Postgres to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/databases/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Redis can be configured automatically using Devbox's built in Redis plugin. This

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/redis)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/redis)

## Adding Redis to your shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/databases/valkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Valkey can be configured automatically using Devbox's built in Valkey plugin. Th

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/valkey)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/valkey)

## Adding Valkey to your shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ C# and .NET projects can be easily generated in Devbox by adding the dotnet SDK

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/csharp)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/csharp)

## Adding .NET to your project

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Elixir can be configured to install Hex and Rebar dependencies in a local direct

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/elixir/)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/elixir/)

## Adding Elixir to your project

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/fsharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ F# and .NET projects can be easily generated in Devbox by adding the dotnet SDK

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/fsharp)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/fsharp)

## Adding .NET to your project

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/go)

## Adding Go to your Project

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/java-gradle)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/java-gradle)

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:

Expand Down
6 changes: 3 additions & 3 deletions docs/app/docs/devbox_examples/languages/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Most NodeJS Projects will install their dependencies locally using NPM or Yarn,

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs)

## Adding NodeJS to your Shell

Expand Down Expand Up @@ -41,13 +41,13 @@ To disable Corepack, remove the `DEVBOX_COREPACK_ENABLED` variable from your dev

[**Example Repo**](https://github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-yarn)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs-yarn)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs-yarn)

### pnpm

[**Example Repo**](https://github.com/jetify-com/devbox?folder=examples/development/nodejs/nodejs-pnpm)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nodejs-pnpm)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nodejs-pnpm)

## Installing Global Packages

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHP projects can manage most of their dependencies locally with `composer`. Some

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/php)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/php)

## Adding PHP to your Project

Expand Down
6 changes: 3 additions & 3 deletions docs/app/docs/devbox_examples/languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This will install Python 3.10 in your shell. You can find other versions of Pyth

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-pip)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-pip)

[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.

Expand Down Expand Up @@ -82,7 +82,7 @@ If you need to install a specific version of Pip, you can run `devbox add python

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-pipenv)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-pipenv)

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

Expand All @@ -106,7 +106,7 @@ This init_hook will automatically start your virtualenv when you run `devbox she

[**Example Link**](https://github.com/jetify-com/devbox/tree/main/examples/development/python/poetry/poetry-demo)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/python-poetry)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/python-poetry)

[Poetry](https://python-poetry.org/) is a packaging and dependency manager for Python that helps you manage your Python packages, and can automatically create a virtual environment for your project.

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Ruby

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/ruby)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/ruby)

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`.

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The easiest way to manage Rust with Devbox is to install `rustup`, and then conf

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/rust)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/rust)

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/languages/zig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Zig projects can be run in Devbox by adding Zig and Nimble to your project.

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/zig)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/zig)

## Adding Zig to your Project

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/servers/apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Apache can be automatically configured by Devbox via the built-in Apache Plugin.

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/apache)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/apache)

### Adding Apache to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/servers/caddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Caddy can be configured automatically using Devbox's built in Caddy plugin. This

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/caddy)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/caddy)

### Adding Caddy to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/servers/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NGINX can be automatically configured by Devbox via the built-in NGINX Plugin. T

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

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/nginx)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/nginx)

## Adding NGINX to your Shell

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/django.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates how to configure and run a Django app using Devbox. It

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/django)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/django)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/django)

## How to Use

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example shows how to run a Drupal application in Devbox. It makes use of th

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/drupal)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/drupal)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/drupal)

## How to Run

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example demonstrates how to create and run a Jekyll blog in Devbox. It make

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/jekyll)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/jekyll)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/jekyll)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/lapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This example shows how to build a simple application using Apache, PHP, and Post

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/lapp-stack)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/lapp-stack)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/lapp-stack)

## How to Run

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example shows how to build a simple Laravel application backed by MariaDB a

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/laravel)

[![Open In Devspace](/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/laravel)
[![Open In Devspace](/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/laravel)

## How to Run

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/lepp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An example Devbox shell for NGINX, Postgres, and PHP. This example uses Devbox P

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/lepp-stack)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/lepp-stack)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/lepp-stack)

## How to Run

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/devbox_examples/stacks/rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example demonstrates how to setup a simple Rails application. It makes use

[Example Repo](https://github.com/jetify-com/devbox/tree/main/examples/stacks/rails)

[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/rails)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/rails)

## How To Run

Expand Down
2 changes: 1 addition & 1 deletion docs/translation/README-ko-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Devbox는 원래 [Jetify](https://www.jetify.com)에서 개발되었으며 내

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

[![Devbox.sh에서 열기](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
[![Devspace에서 열기](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devspace)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/translation/README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Devbox最初由 [Jetify](https://www.jetify.com) 进行开发,其内部由 `ni

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion examples/cloud_development/maelstrom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maelstrom

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/maelstrom)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/maelstrom)

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

Expand Down
2 changes: 1 addition & 1 deletion examples/development/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bun projects can be run in Devbox by adding the Bun runtime + package manager to

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/bun)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/bun)

## Add Bun to your Project

Expand Down
2 changes: 1 addition & 1 deletion examples/development/csharp/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ C# and .NET projects can be easily generated in Devbox by adding the dotnet SDK

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/dotnet)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/dotnet)

## Adding .NET to your project

Expand Down
2 changes: 1 addition & 1 deletion examples/development/elixir/elixir_hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Basic Elixir project using Mix in Devbox.

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/elixir)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/elixir)

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion examples/development/fsharp/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ F# and .NET projects can be easily generated in Devbox by adding the dotnet SDK

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/fsharp)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/fsharp)

## Adding .NET to your project

Expand Down
2 changes: 1 addition & 1 deletion examples/development/go/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Go projects can be run in Devbox by adding the Go SDK to your project. If your p

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/go)

## Adding Go to your Project

Expand Down
2 changes: 1 addition & 1 deletion examples/development/java/gradle/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Other distributions of the JDK (such as OracleJDK and Eclipse Temurin) are avail

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

[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/java-gradle)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://auth.jetify.com/devspace/templates/java-gradle)

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:

Expand Down
Loading