You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/docs/cloud/sandboxes/quickstart.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
4
4
hide_title: false
5
5
---
6
6
7
-
Jetify Cloudboxes let you spin up reproducible cloud development environments in your browser in seconds. Jetify Cloudboxes are powered by [Devbox](../../index), so you can run your environment on any machine. You can launch any
7
+
Jetify Cloudboxes let you spin up reproducible cloud development environments in your browser in seconds. Jetify Cloudboxes are powered by [Devbox](../../../), so you can run your environment on any machine. You can launch any
8
8
9
9
Let's launch our first Dev Environment with Jetify Cloudboxes.
10
10
@@ -21,7 +21,7 @@ For example, to launch the [Devbox repo](https://github.com/jetify-com/devbox) i
You can find packages to install using `devbox search <package>`, or by searching in your browser with [Nixhub](https://www.nixhub.io)
52
52
53
-
Packages you install will be added to your `devbox.json` file. You can also use this `devbox.json` file configure your environment with [scripts](../../guides/scripts), [services](../../guides/sevices), and more
53
+
Packages you install will be added to your `devbox.json` file. You can also use this `devbox.json` file configure your environment with [scripts](../../../guides/scripts), [services](../../../guides/services), and more
54
54
55
55
For further reading on how to install packages with Devbox, see:
## Step 3: Save your Dev Environment with `devbox.json`
61
61
62
62
Once you've customized your environment, you can save your Dev Environment config to source control by checking in your `devbox.json` and `devbox.lock` files. These files can be used to recreate your environment on Jetify Cloudboxes, or on any other machine that has devbox installed.
63
63
64
64
You can also use this file to configure initilization hooks, scripts, services, and environment variables for your project. For further reading, see:
Copy file name to clipboardExpand all lines: docs/app/docs/cloud/sandboxes/start_a_sandbox.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ https://cloud.jetify.com/new/
18
18
19
19
You can also start a Sandbox from a template project by navigating to the [Jetify Dashboard](https://cloud.jetify.com/dashboard) and clicking on the `New Sandbox` button.
20
20
21
-
A full list of available templates and projects can be found in the [Devbox Examples](../../devbox_examples/) page of our documentation.
21
+
A full list of available templates and projects can be found in the [Devbox Examples](../../../devbox_examples/) page of our documentation.
Copy file name to clipboardExpand all lines: docs/app/docs/cloud/sandboxes/team_sandboxes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ sidebar_position: 4
4
4
hide_title: false
5
5
---
6
6
7
-
[Jetify Projects](../dashboard/projects) are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Cloudboxes and users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
7
+
**Jetify Projects** are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Cloudboxes and users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
8
8
9
9
## Creating a Project
10
10
11
11
To create a project:
12
12
13
-
1. Navigate to the [Projects](../dashboard/projects) tab in the Jetify Dashboard
13
+
1. Navigate to the **Projects** tab in the Jetify Dashboard
14
14
2. Click on the `Create New` button on the top right corner of the page
15
15
3. In the modal that appears, give the project a name, and then click "Create Project"
16
16
4. In the new project, navigate to the Settings tab, and then click "Connect with Github" to connect the project to a Github repository
@@ -30,4 +30,4 @@ To add a secret to a project:
30
30
31
31
Jetify will automatically add the secrets to any Cloudbox that is launched in the project. Note that if a Cloudbox is currently running when you add a secret, you will need to restart it to access the new secret.
32
32
33
-
For more information on managing secrets, see the [Jetify Secrets](../secrets) guide.
33
+
For more information on managing secrets, see the [Jetify Secrets](../../secrets) guide.
0 commit comments