Skip to content

Commit 8eeed42

Browse files
author
Katie Horne
authored
chore: rename Create a Workspace doc (coder#820)
1 parent 82d92b6 commit 8eeed42

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

guides/customization/gpg-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you use the Enterprise Base image as your starting point:
112112

113113
Once you've created your image, you can [import it](../../images/importing.md)
114114
for use. When creating a workspace using that image, be sure to
115-
[create a CVM-enabled workspace](../../workspaces/getting-started.md).
115+
[create a CVM-enabled workspace](../../workspaces/create.md).
116116

117117
## Step 5: Define the workspace-startup configurations using dotfiles
118118

guides/customization/node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ docker push [username]/gatsby-blog
268268
## Step 6: Import the image to Coder and create the workspace
269269

270270
At this point, you can [import your image](../../images/importing.md) and use it
271-
to [create a new workspace](../../workspaces/getting-started.md). When you've
272-
completed these steps, you can launch your workspace, which contains all of the
273-
required tools and dependencies.
271+
to [create a new workspace](../../workspaces/create.md). When you've completed
272+
these steps, you can launch your workspace, which contains all of the required
273+
tools and dependencies.
274274

275275
> See our [sample repo](https://github.com/bpmct/company-blog) for the example
276276
> project and image configured for Coder.

guides/customization/tailscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ tailscale status
229229
`tailscale` should maintain connectivity across workspace rebuilds, since we
230230
chose to store the state file in a persistent volume.
231231

232-
[create a workspace]: ../../workspaces/getting-started.md
232+
[create a workspace]: ../../workspaces/create.md
233233

234234
## Step 3: (Optional) Test Tailscale services
235235

images/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ docker push cdr/config
9595
You can test your setup by performing the following steps:
9696

9797
1. [Importing your image](importing.md)
98-
1. [Creating your workspace using the newly imported image](../workspaces/getting-started.md)
98+
1. [Creating your workspace using the newly imported image](../workspaces/create.md)
9999

100100
Coder will run the configure file during the build process, and you can verify
101101
this using the **Workspace Overview** page (Coder runs the configure file as the

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"path": "./workspaces/index.md",
3737
"children": [
3838
{
39-
"path": "./workspaces/getting-started.md"
39+
"path": "./workspaces/create.md"
4040
},
4141
{
4242
"path": "./workspaces/lifecycle.md"

setup/docker.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Coder requires x86-64 and does not support ARM-based processors at this time.
5656
1. Launch a web browser and navigate to the URL provided by Coder (e.g.,
5757
`http://localhost:7080`). Log in using the credentials Coder provided.
5858

59-
1. At this point, you can [create a workspace](../workspaces/getting-started.md)
60-
using one of the **Packaged** images by clicking on **New workspace** in the
61-
center of the UI.
59+
1. At this point, you can [create a workspace](../workspaces/create.md) using
60+
one of the **Packaged** images by clicking on **New workspace** in the center
61+
of the UI.
6262

6363
At this point, you're ready to use your workspace. See our
6464
[getting started guide](../getting-started/docker.md) for detailed instructions
@@ -113,3 +113,4 @@ Currently, Coder for Docker does not support:
113113
Docker, you'll need to run Coder behind a reverse proxy (e.g., Caddy or NGINX)
114114
and terminate TLS at that point. See
115115
[our guide](../guides/tls-certificates/docker-tls.md) for information.
116+
- Air-gapped deployments/offline installs

workspaces/getting-started.md renamed to workspaces/create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Getting started"
3-
description: "Learn how to develop in a workspace."
2+
title: "Create a workspace"
3+
description: "Learn how to create and develop in a workspace."
44
---
55

66
This article walks you through creating a new workspace using a pre-defined
@@ -86,7 +86,7 @@ You can also specify the resources Coder should allocate.
8686
> Coder displays a warning if you choose your resource settings and they're less
8787
> than the image-recommended default, but you can still create the workspace.
8888
89-
## 3. Start Coding
89+
## 3. Start coding
9090

9191
Once you've created a workspace, it's time to hop in. Read more about how to
9292
[connect your favorite editor or IDE](./editors.md) with your new workspace!

0 commit comments

Comments
 (0)