From 59de95b8bb5105126c1c487194a8db12096d0a78 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Mon, 11 Jul 2022 17:35:24 -0500 Subject: [PATCH] Minor docs fixes (#2920) * Fix image links in quickstart * Add myself to CODEOWNERS for docs --- .github/CODEOWNERS | 1 + docs/quickstart/docker.md | 6 +++--- docs/quickstart/generic.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8644d190dd..dcfb773fdb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ site/ @coder/frontend +docs/ @ammario @jsjoeio diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md index 6d12a5d117..b27e44f9f6 100644 --- a/docs/quickstart/docker.md +++ b/docs/quickstart/docker.md @@ -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: - + Then navigate to `Templates > docker > Create workspace` - + 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! - + Open up a web application or [SSH in](../ides.md#ssh-configuration). diff --git a/docs/quickstart/generic.md b/docs/quickstart/generic.md index c64b464499..061b45d1b8 100644 --- a/docs/quickstart/generic.md +++ b/docs/quickstart/generic.md @@ -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