Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/devbox)
[![version](https://img.shields.io/github/v/release/jetify-com/devbox?color=green&label=version&sort=semver)](https://github.com/jetify-com/devbox/releases)
[![tests](https://github.com/jetify-com/devbox/actions/workflows/cli-post-release.yml/badge.svg)](https://github.com/jetify-com/devbox/actions/workflows/cli-release.yml?branch=main)
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/devbox/docs/contributor-quickstart/)
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/docs/devbox/contributor-quickstart/)

## What is it?

Expand Down Expand Up @@ -48,7 +48,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
```

Read more on the
[Devbox docs](https://www.jetify.com/devbox/docs/installing-devbox/).
[Devbox docs](https://www.jetify.com/docs/devbox/installing-devbox/).

## Benefits

Expand Down Expand Up @@ -159,14 +159,14 @@ ensuring we don't pollute your machine.
```

Read more on the
[Devbox docs Quickstart](https://www.jetify.com/devbox/docs/quickstart/).
[Devbox docs Quickstart](https://www.jetify.com/docs/devbox/quickstart/).

## Additional commands

`devbox help` - see all commands

See the
[CLI Reference](https://www.jetify.com/devbox/docs/cli_reference/devbox/) for
[CLI Reference](https://www.jetify.com/docs/devbox/cli_reference/devbox/) for
the full list of commands.

## Join our Developer Community
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Devbox Examples

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

Example dev environments built with Devbox:

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

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

Example devbox for testing and developing Temporal workflows using Temporalite and the Python Temporal SDK.

Expand Down
2 changes: 1 addition & 1 deletion examples/data_science/llama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple Llama (generative AI) build and run with Devbox.

## Setup

- Make sure to have [devbox installed](https://www.jetify.com/devbox/docs/quickstart/#install-devbox)
- Make sure to have [devbox installed](https://www.jetify.com/docs/devbox/quickstart/#install-devbox)
- Clone this repo: `git clone https://github.com/jetify-com/devbox.git`
- `cd devbox/examples/data_science/llama/`
- `devbox shell`
Expand Down
2 changes: 1 addition & 1 deletion examples/data_science/tensorflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple Tensorflow sample project with Devbox.

## Setup

- Make sure to have [devbox installed](https://www.jetify.com/devbox/docs/quickstart/#install-devbox)
- Make sure to have [devbox installed](https://www.jetify.com/docs/devbox/quickstart/#install-devbox)
- Clone this repo: `git clone https://github.com/jetify-com/devbox.git`
- `cd devbox/examples/data_science/tensorflow/`
- `devbox shell`
Expand Down
2 changes: 1 addition & 1 deletion examples/development/haskell/my-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ stack build
stack exec my-project-exe
```

For more details, check out the [Haskell + Devbox Docs](https://www.jetify.com/devbox/docs/devbox_examples/languages/haskell/)
For more details, check out the [Haskell + Devbox Docs](https://www.jetify.com/docs/devbox/devbox_examples/languages/haskell/)
4 changes: 2 additions & 2 deletions examples/development/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ BUNDLE_BUILD__SASSC: "--disable-lto"

## Related Docs

* [Rails + Devbox](https://www.jetify.com/devbox/docs/devbox_examples/stacks/rails/)
* [Jekyll + Devbox](https://www.jetify.com/devbox/docs/devbox_examples/stacks/jekyll/)
* [Rails + Devbox](https://www.jetify.com/docs/devbox/devbox_examples/stacks/rails/)
* [Jekyll + Devbox](https://www.jetify.com/docs/devbox/devbox_examples/stacks/jekyll/)
2 changes: 1 addition & 1 deletion examples/flakes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Examples that show how to add custom flakes to your Devbox project. These examples require [Devbox 0.4.7](https://www.jetify.com/blog/devbox-0-4-7/) or later.

For more details, you can also consult our Docs page on [using flakes](https://www.jetify.com/devbox/docs/guides/using_flakes/)
For more details, you can also consult our Docs page on [using flakes](https://www.jetify.com/docs/devbox/guides/using_flakes/)

## Local flakes (usually committed to your project)

Expand Down
6 changes: 3 additions & 3 deletions examples/stacks/django/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django Example

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


## How to Use
Expand Down Expand Up @@ -67,5 +67,5 @@ This should start the development server.

### Related Docs

* [Using Python with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/languages/python/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/stacks/django/)
* [Using Python with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/languages/python/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/stacks/django/)
4 changes: 2 additions & 2 deletions examples/stacks/jekyll/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jekyll Example

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


Inspired by [This Example](https://litchipi.github.io/nix/2023/01/12/build-jekyll-blog-with-nix.html)
Expand All @@ -21,4 +21,4 @@ Inspired by [This Example](https://litchipi.github.io/nix/2023/01/12/build-jekyl

## Related Docs

* [Using Ruby with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/languages/ruby/)
* [Using Ruby with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/languages/ruby/)
6 changes: 3 additions & 3 deletions examples/stacks/lapp-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ The following steps may be done inside or outside a devbox shell.

### Related Docs

* [Using PHP with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/languages/php/)
* [Using Apache with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/servers/apache/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/databases/postgres/)
* [Using PHP with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/languages/php/)
* [Using Apache with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/servers/apache/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/databases/postgres/)
6 changes: 3 additions & 3 deletions examples/stacks/lepp-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Note that the `.sock` filepath can only be maximum 100 characters long. You can

### Related Docs

* [Using PHP with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/languages/php/)
* [Using Nginx with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/servers/nginx/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/databases/postgres/)
* [Using PHP with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/languages/php/)
* [Using Nginx with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/servers/nginx/)
* [Using PostgreSQL with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/databases/postgres/)
2 changes: 1 addition & 1 deletion examples/stacks/rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ bin/rails server

## Related Docs

* [Using Ruby with Devbox](https://www.jetify.com/devbox/docs/devbox_examples/languages/ruby/)
* [Using Ruby with Devbox](https://www.jetify.com/docs/devbox/devbox_examples/languages/ruby/)
4 changes: 2 additions & 2 deletions examples/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ devbox run readme

## Next Steps

* Checkout our Docs at [https://www.jetify.com/devbox/docs](https://www.jetify.com/devbox/docs)
* Try out an Example Project at [https://www.jetify.com/devbox/docs/devbox-examples](https://www.jetify.com/devbox/docs/devbox-examples)
* Check out our Docs at [https://www.jetify.com/docs/devbox](https://www.jetify.com/docs/devbox)
* Try out an Example Project at [https://www.jetify.com/docs/devbox/devbox-examples](https://www.jetify.com/docs/devbox/devbox-examples)
* Report Issues at [https://github.com/jetify-com/devbox/issues/new/choose](https://github.com/jetify-com/devbox/issues/new/choose)
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Plugins make it easier to get started with packages that require additional setu

## Getting Started

Before writing a plugin, we recommend reading the [User Documentation](https://www.jetify.com/devbox/docs/guides/plugins/) on plugins, as well as inspecting and testing a few of the plugins in this directory. Note that the plugins in this directory are compiled into the Devbox binary, but your plugin can be sourced from a local directory or from within your project.
Before writing a plugin, we recommend reading the [User Documentation](https://www.jetify.com/docs/devbox/guides/plugins/) on plugins, as well as inspecting and testing a few of the plugins in this directory. Note that the plugins in this directory are compiled into the Devbox binary, but your plugin can be sourced from a local directory or from within your project.

If you're looking for plugin ideas, check out our [Issues page](https://github.com/jetify-com/devbox/issues?q=is%3Aissue+is%3Aopen+label%3A%22plugin+request%22) for any user requests.

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/src/devbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function devboxReopen() {
Please open VSCode from inside devbox shell in WSL using the CLI.', seeDocs
);
if (result === seeDocs) {
env.openExternal(Uri.parse('https://www.jetify.com/devbox/docs/ide_configuration/vscode/#windows-setup'));
env.openExternal(Uri.parse('https://www.jetify.com/docs/devbox/ide_configuration/vscode/#windows-setup'));
return;
}
}
Expand Down
Loading