From c93f4d9c77e0d3f41a6edf8df43a03c986159ccf Mon Sep 17 00:00:00 2001 From: ammario Date: Mon, 11 Jul 2022 22:19:36 +0000 Subject: [PATCH 1/3] Fix image links in quickstart --- docs/quickstart/docker.md | 6 +++--- docs/quickstart/generic.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md index 6d12a5d117fa3..b27e44f9f66b1 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 c64b464499578..061b45d1b83cf 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 From 8413094944f34878ee3129cd95011ebeff0f9eff Mon Sep 17 00:00:00 2001 From: ammario Date: Mon, 11 Jul 2022 22:19:43 +0000 Subject: [PATCH 2/3] Add myself to CODEOWNERS for docs --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8644d190dda15..4ef291bec4b9a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ site/ @coder/frontend +docs/ @ammario From 3fd8b0f0747ca7fa4917ae3fbc1a21c4ee382aef Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Mon, 11 Jul 2022 17:24:33 -0500 Subject: [PATCH 3/3] Update .github/CODEOWNERS Co-authored-by: Joe Previte --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4ef291bec4b9a..dcfb773fdbcb9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ site/ @coder/frontend -docs/ @ammario +docs/ @ammario @jsjoeio