Skip to content

Commit 3ed10ab

Browse files
LagojaLucilleH
andauthored
Jetify Sandbox Docs Draft (#2255)
- **reorganize docs** - **remove deploy references** - **Adding content to Sandboxes Docs** - **add more content** --------- Signed-off-by: John Lago <[email protected]> Co-authored-by: Lucille Hua <[email protected]>
1 parent 49c91f4 commit 3ed10ab

File tree

103 files changed

+861
-463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+861
-463
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://www.jetify.com/devbox/templates/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/app/.envrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Automatically sets up your devbox environment whenever you cd into this
2+
# directory via our direnv integration:
3+
4+
eval "$(devbox generate direnv --print-envrc)"
5+
6+
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
7+
# for more details
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/app/docs/cloud/dashboard/creating_your_team.md renamed to docs/app/cloud/dashboard/creating_your_team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Users with a free account can upgrade to a paid team on the dashboard anytime.
1313

1414
1. From the Team Selector in the top right of your dashboard, select **Create a New Team**
1515

16-
![New Team](../../../static/img/team_selector.png)
16+
![New Team](../../static/img/team_selector.png)
1717

1818
1. You may be prompted to sign in again. Log in with the same email or Google Account that you used to create your Account.
1919

2020
1. At the bottom of the team selection screen, enter your new Team Name and then click **Create Team**
2121

22-
![Create Team Form](../../../static/img/create_team_form.png)
22+
![Create Team Form](../../static/img/create_team_form.png)
2323

2424
1. Your new team will be created, and you will be automatically switched to your new team. You can now [invite other members](./inviting_members.md) to join your team.
2525

docs/app/docs/cloud/dashboard/index.md renamed to docs/app/cloud/dashboard/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 1
55

66
The [Jetify Dashboard](https://cloud.jetify.com) lets you manage your team, projects, and secrets from a single interface. You can use the Dashboard to manage your own hobby projects, or to collaborate with other team members.
77

8-
![Jetify Dashboard](../../../static/img/jetify_cloud_dashboard.jpeg)
8+
![Jetify Dashboard](../../static/img/jetify_cloud_dashboard.jpeg)
99

1010
You can visit the Jetify Dashboard at [cloud.jetify.com](https://cloud.jetify.com)
1111

0 commit comments

Comments
 (0)