Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
site/ @coder/frontend
docs/ @ammario
6 changes: 3 additions & 3 deletions docs/quickstart/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ Coder with Docker has the following advantages:
1. Open the dashboard in your browser (http://localhost:7080) to create your
first workspace:

<img src="./images/quickstart/docker/login.png">
<img src="../images/quickstart/docker/login.png">

Then navigate to `Templates > docker > Create workspace`

<img src="./images/quickstart/docker/create-workspace.png">
<img src="../images/quickstart/docker/create-workspace.png">

Now wait a few moments for the workspace to build... After the first build
the image is cached and subsequent builds will take a few seconds.

1. All done!

<img src="./images/quickstart/docker/ides.png">
<img src="../images/quickstart/docker/ides.png">

Open up a web application or [SSH in](../ides.md#ssh-configuration).

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deploying Coder (if you're using a temporary deployment and you opted to use
Coder's tunnel, use the access URL you were provided). Log in with the admin
credentials provided to you by Coder.

![Coder Web UI with code-server](images/code-server.png)
![Coder Web UI with code-server](../images/code-server.png)

## Modifying templates

Expand Down