Skip to content

Jetify Sandbox Docs Draft #2255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update links
  • Loading branch information
Lagoja committed Oct 2, 2024
commit d31502d4e573bf162c06c908011e211fedd80d5e
6 changes: 3 additions & 3 deletions docs/app/docs/devbox_cloud/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Devbox.sh provides a sandboxed playground environment for you to learn how Devbo

You can launch a new playground from your browser by visiting [devbox.sh](https://devbox.sh), or click the button below to launch a quickstart shell:

[![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-devbox.svg)](https://devbox.sh/new)

Each Devbox playground comes with the Devbox CLI, Nix, and several common packages preinstalled, so you can easily run projects that include a `devbox.json`

Expand Down Expand Up @@ -67,12 +67,12 @@ Click on the `Open in Desktop` button on the top right corner, which will open u

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

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

Add the following code to your README.md:

```md
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/{path_to_repo})
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/{path_to_repo})
```

## More Info
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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/mariadb)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://devbox.sh/github.com/jetify-com/devbox/?folder=examples/databases/mysql)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/postgres)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/redis)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/valkey)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/databases/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/csharp)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/elixir/elixer_hello)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/fsharp)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/go)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/go)

## Adding Go to your Project

Expand Down
4 changes: 2 additions & 2 deletions 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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/templates/java-gradle)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/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 Expand Up @@ -81,7 +81,7 @@ An example `devbox.json` would look like the following:

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

[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/templates/java-maven)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/templates/java-maven)

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:

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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/nodejs)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/nodejs/nodejs-yarn)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox/tree/main/examples/development/nodejs/nodejs-yarn)

### pnpm

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

[![Open In Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/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)

## 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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?examples/development/php/latest)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?examples/development/php/latest)

## 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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/python/pip)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/python/pipenv)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/python/poetry/poetry-demo)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/ruby)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/rust)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/development/zig)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://www.jetify.com/devbox/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/apache)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/caddy)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/nginx)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/servers/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/django)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/drupal)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/jekyll)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/lapp-stack)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/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 Devbox.sh](/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/laravel)
[![Open In Devspace](/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/laravel)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[![Open In Devspace](/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/laravel)
[![Open In Devspace](/img/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/laravel)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not want the docs url to point to www template pages?


## 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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/lepp-stack)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/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 Devbox.sh](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/rails)
[![Open In Devspace](../../../static/img/open-in-devspace.svg)](https://cloud.jetify.com/new/github.com/jetify-com/devbox?folder=examples/stacks/rails)

## How To Run

Expand Down
2 changes: 1 addition & 1 deletion docs/app/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Follow the instruction from [the installation guide](./installing_devbox.mdx).
:::note
If you want to try Devbox before installing it, you can open a cloud shell on your browser using the link below

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

## Create a Development Environment
Expand Down
4 changes: 0 additions & 4 deletions docs/app/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ const sidebars = {
type: "doc",
id: "devbox_global",
},
{
type: "doc",
id: "devbox_cloud/index",
},
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud_development/maelstrom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maelstrom

[![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)
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/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 All @@ -14,7 +14,7 @@ If you don't already have [Devbox](https://www.jetify.com/devbox/docs/installing
curl -s https://get.jetify.com/install.sh | bash
```

You can skip this step if you're running on Devbox.sh
You can skip this step if you're running on devbox.sh

## Usage

Expand Down
Loading