Skip to content

Commit

Permalink
GITBOOK-73: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
casendler1234 authored and gitbook-bot committed Jun 18, 2024
1 parent baecf7b commit db5d8bc
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
12 changes: 6 additions & 6 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
* [Supported OSs](references/cli-man-page/supported-os.md)
* [Help Commands](references/cli-man-page/help-commands.md)
* [Recipe Syntax](references/recipe-syntax.md)
* [Templates & Tools](references/common-tools/README.md)
* [IDE Setup](references/ides/README.md)
* [Cursor](references/ides/cursor.md)
* [JetBrains](references/ides/jetbrains.md)
* [SSH](references/ides/ssh.md)
* [Visual Studio Code](references/ides/vscode.md)
* [Starter Templates](references/common-tools/README.md)
* [Language Templates](references/common-tools/languages/README.md)
* [C#](references/common-tools/languages/c-sharp.md)
* [C](references/common-tools/languages/c.md)
Expand All @@ -91,11 +96,6 @@
* [Nix](references/common-tools/build-tools/nix.md)
* [Database Templates](references/common-tools/databases/README.md)
* [Postgres](references/common-tools/databases/postgres.md)
* [IDE Setup](references/common-tools/ides/README.md)
* [Cursor](references/common-tools/ides/cursor.md)
* [JetBrains](references/common-tools/ides/jetbrains.md)
* [SSH](references/common-tools/ides/ssh.md)
* [Visual Studio Code](references/common-tools/ides/vscode.md)
* [Infra Templates](references/common-tools/infra/README.md)
* [Argo CD](references/common-tools/infra/argo.md)
* [Helm](references/common-tools/infra/helm.md)
Expand Down
4 changes: 2 additions & 2 deletions references/common-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ layout:
visible: true
---

# Templates & Tools
# Starter Templates

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Language Templates</strong></td><td><a href="languages/">languages</a></td><td><a href="../../.gitbook/assets/languages.png">languages.png</a></td></tr><tr><td><strong>Build Tool Templates</strong></td><td><a href="build-tools/">build-tools</a></td><td><a href="../../.gitbook/assets/build-tools.png">build-tools.png</a></td></tr><tr><td><strong>Database Templates</strong></td><td><a href="databases/">databases</a></td><td><a href="../../.gitbook/assets/databases.png">databases.png</a></td></tr><tr><td><strong>Infra Templates</strong></td><td><a href="infra/">infra</a></td><td><a href="../../.gitbook/assets/infra.png">infra.png</a></td></tr><tr><td><strong>Third-Party Templates</strong></td><td><a href="third-party/">third-party</a></td><td><a href="../../.gitbook/assets/third-party.png">third-party.png</a></td></tr><tr><td><strong>IDE Setup</strong></td><td><a href="ides/">ides</a></td><td><a href="../../.gitbook/assets/ides.png">ides.png</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Language Templates</strong></td><td><a href="languages/">languages</a></td><td><a href="../../.gitbook/assets/languages.png">languages.png</a></td></tr><tr><td><strong>Build Tool Templates</strong></td><td><a href="build-tools/">build-tools</a></td><td><a href="../../.gitbook/assets/build-tools.png">build-tools.png</a></td></tr><tr><td><strong>Database Templates</strong></td><td><a href="databases/">databases</a></td><td><a href="../../.gitbook/assets/databases.png">databases.png</a></td></tr><tr><td><strong>Infra Templates</strong></td><td><a href="infra/">infra</a></td><td><a href="../../.gitbook/assets/infra.png">infra.png</a></td></tr><tr><td><strong>Third-Party Templates</strong></td><td><a href="third-party/">third-party</a></td><td><a href="../../.gitbook/assets/third-party.png">third-party.png</a></td></tr></tbody></table>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 8 additions & 6 deletions workspaces/access.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Accessing the DevBox in a Workspace
# Accessing the DevBox

There are various ways to interact with your DevBox. The first step is to verify the name of the workspace that you want to interact with.

If you prefer video from, [click here](#tutorial-video) for a 7min video!
If you prefer video from, [click here](access.md#tutorial-video) for a 7min video!

{% code overflow="wrap" %}
```bash
Expand All @@ -12,12 +12,14 @@ dz workspace list
{% endcode %}

You will see something like this...
<figure><img src="../../.gitbook/assets/dz-ws-list.png" alt=""><figcaption></figcaption></figure>

<figure><img src="../.gitbook/assets/dz-ws-list.png" alt=""><figcaption></figcaption></figure>

You can interact with this via:
- `dz workspace connect <workspace name>`
- local IDEs [eg: VS Code ([doc](../references/common-tools/ides/vscode.md)), JetBrains ([doc](../references/common-tools/ides/jetbrains.md))]
- SSH ([doc](../references/common-tools/ides/ssh.md))

* `dz workspace connect <workspace name>`
* local IDEs \[eg: VS Code ([doc](../references/ides/vscode.md)), JetBrains ([doc](../references/ides/jetbrains.md))]
* SSH ([doc](../references/ides/ssh.md))

To view running applications, visit `<workspacename>:<port>` in your browser (more info on this under [Access Running Applications](../devzero-network/access-own-workspace.md#access-your-running-application-s)!

Expand Down

0 comments on commit db5d8bc

Please sign in to comment.