Skip to content

Commit 12e46f4

Browse files
Lagojamohsenari
andauthored
Jl/docs 0.5.0 (#1006)
## Summary Fix a broken link that's blocking a doc deploy ## How was it tested? Localhost --------- Co-authored-by: mohsenari <[email protected]>
1 parent 4950eaf commit 12e46f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/app/docs/cli_reference/devbox_cloud_shell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# devbox cloud shell
2-
[Preview] Shell into a remote environment on Devbox Cloud.
2+
[Preview] Shell into a remote environment on Devbox Cloud.
33

44

55
## Synopsis
6-
When run in a directory with a `devbox.json` file, this command will start a VM, sync your local files, and create an environment using the packages and configuration in your `devbox.json`.
6+
When run in a directory with a `devbox.json` file, this command will start a VM, sync your local files, and create an environment using the packages and configuration in your `devbox.json`.
77

8-
If a `devbox.json` file is not detected in your current directory, the Devbox CLI will attempt to find a `devbox.json` file in parent directories, and return an error if one is not located.
8+
If a `devbox.json` file is not detected in your current directory, the Devbox CLI will attempt to find a `devbox.json` file in parent directories, and return an error if one is not located.
99

1010
To authenticate with Devbox Cloud, you must have a Github Account with a linked SSH key. Devbox will attempt to automatically detect your Github username and public key, and prompt you if one cannot be identified,
1111

12-
For more details on how to use Devbox Cloud, consult the [Getting Started Guide](../devbox_cloud/getting_started.md)
12+
For more details on how to use Devbox Cloud, consult the [Getting Started Guide](../devbox_cloud/getting_started.mdx)
1313

1414

1515
```bash

0 commit comments

Comments
 (0)