Skip to content

Commit 70f7ae5

Browse files
committed
Update Content
1 parent db43d73 commit 70f7ae5

File tree

9 files changed

+14
-132
lines changed

9 files changed

+14
-132
lines changed

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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "Jetify Cloudboxes",
2+
"label": "Jetify Devspace",
33
"position": 1
44
}

docs/app/cloud/devspace/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ hide_title: false
88

99
Jetify Devspace is a cloud-based development environment that can be customized and preconfigured using Devbox. Your Devspace is fully managed by Jetify, so you don't need to worry about setting up servers or infrastructure to get started.
1010

11-
## What size instances are available for Jetify Sandboxes?
11+
## What size instances are available for Jetify Devspace?
1212

13-
Currently, all Jetify Sandboxes are configured with the following default specs:
13+
Currently, all Jetify Devspace are configured with the following default specs:
1414

1515
* 4 vCPUs
1616
* 16 GB RAM

docs/app/cloud/devspace/link_sandboxes.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/app/cloud/devspace/managing_sandboxes.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/app/cloud/devspace/quickstart.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/app/cloud/devspace/team_sandboxes.md renamed to docs/app/cloud/devspace/sharing_devspaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Sharing Config and Secrets with Projects
2+
title: Sharing Devspace
33
sidebar_position: 4
44
hide_title: false
55
---
66

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 Devspace 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 Devspace 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 Jetify Devspace in the project, they will automatically have access to the project's configuration and secrets.
88

99
## Creating a Project
1010

@@ -18,9 +18,9 @@ To create a project:
1818

1919
Once the project is linked to a repository, developers can automatically create a new Sandbox for that repository by navigating to the project and clicking on the `New Sandbox` button.
2020

21-
## Sharing Secrets across Sandboxes
21+
## Sharing Secrets
2222

23-
Jetify Projects can store secrets with Jetify Secrets that are shared across all Devspaces in the project. New Jetify Devspace instance will automatically use the `dev` namespace when accessing secrets.
23+
Jetify Projects can store secrets with Jetify Secrets that are shared across all Devspaces in the project. New Jetify Devspace instances will automatically use the `dev` namespace when accessing secrets.
2424

2525
To add a secret to a project:
2626

docs/app/cloud/devspace/start_a_sandbox.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
1.18 MB
Loading

0 commit comments

Comments
 (0)