Skip to content

Commit b7cfbec

Browse files
authored
Polish devbox cloud docs (#1131)
## Summary Update devbox cloud docs. ## How was it tested? on preview --------- Signed-off-by: Lucille Hua <[email protected]>
1 parent 1967cd4 commit b7cfbec

File tree

10 files changed

+77
-422
lines changed

10 files changed

+77
-422
lines changed

docs/app/docs/cli_reference/devbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ devbox [flags]
1717
## SEE ALSO
1818

1919
* [devbox add](./devbox_add.md) - Add a new package to your devbox
20-
* [devbox cloud](./devbox_cloud.md) - [Preview] Create and manage a remote dev environment with Devbox Cloud
2120
* [devbox generate](devbox_generate.md) - Generate supporting files for your project
2221
* [devbox global](./devbox_global.md) - Manages global Devbox packages
2322
* [devbox info](devbox_info.md) - Display package and plugin info

docs/app/docs/cli_reference/devbox_cloud.md

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

docs/app/docs/cli_reference/devbox_cloud_forward.md

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

docs/app/docs/cli_reference/devbox_cloud_forward_list.md

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

docs/app/docs/cli_reference/devbox_cloud_forward_stop.md

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

docs/app/docs/cli_reference/devbox_cloud_shell.md

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

docs/app/docs/devbox_cloud/beta_faq.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@ sidebar_position: 4
77

88
To use Devbox Cloud from your Browser, you will need a Github Account.
99

10-
To use Devbox Cloud from your CLI, you will need:
11-
12-
* A Github account with linked SSH keys
13-
* Devbox 0.3.0 or later
14-
1510
### Does my project need to use Devbox to use Devbox Cloud?
1611

17-
While you can open any Github Repo in a Devbox Cloud Shell, you will need a `devbox.json` to install packages or configure the environment. You can create a `devbox.json` in your shell by running `devbox init`
12+
While you can open any Github Repo in a Devbox Cloud Shell, you will need a `devbox.json` to install packages or configure the environment. You can add any packages in your shell by running `devbox add <pkg>`
1813

1914
### Can I use my own IDE or editor with Devbox Cloud?
2015

21-
Devbox.sh provides a Cloud IDE that you can use to edit your projects in the browser, but you can also open your project in your local VSCode Editor by clicking the open in desktop button.
16+
Devbox.sh provides a Cloud IDE that you can use to edit your projects in the browser, but you can also open your project in your local VSCode Editor by clicking the `Open in Desktop` button.
2217

23-
You can also use your own tools when you start Devbox Cloud from the terminal or SSH. See our [Getting Started Guide](getting_started.mdx) for more details.
18+
You can also use your own tools when you connect to the VM via SSH. See our [Getting Started Guide](index.mdx) for more details.
2419

2520
### Do I have to pay to use Devbox Cloud during the Open Beta?
2621

@@ -48,7 +43,7 @@ You can have up to 5 concurrent projects per Github Account.
4843

4944
### How long will my Devbox Cloud Shell stay alive for?
5045

51-
VMs will stay alive for up to 8 hours after going idle. After that point, the VM and all data will be deleted.
46+
VMs will stay alive for up to 8 hours after going idle. After that point, the VM will be deleted. The next time you visit the same project on the Dashboard, a new VM will be created. Data in the user's home directory will automatically be downloaded to the new machine.
5247

5348
### Where will Devbox run my VM?
5449

docs/app/docs/devbox_cloud/browser_getting_started.md

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

0 commit comments

Comments
 (0)