From e00801f327b413b84c685c518fb40a420ecf1756 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 7 Jan 2022 16:49:40 -0600 Subject: [PATCH 1/2] fix numbering --- setup/air-gapped/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup/air-gapped/index.md b/setup/air-gapped/index.md index bc0777af7..8ea99b142 100644 --- a/setup/air-gapped/index.md +++ b/setup/air-gapped/index.md @@ -70,14 +70,14 @@ platform images are hosted in Coder's Docker Hub repo. 1. Pull the images for the Coder platform from the following Docker Hub locations: - - [coder-service](https://hub.docker.com/r/coderenvs/coder-service) + [coder-service](https://hub.docker.com/r/coderenvs/coder-service) - - [envbox](https://hub.docker.com/r/coderenvs/envbox) + [envbox](https://hub.docker.com/r/coderenvs/envbox) - - (Optional) [timescale](https://hub.docker.com/r/coderenvs/timescale) + (Optional)[timescale](https://hub.docker.com/r/coderenvs/timescale) - > Timescale is an internal database meant for evaluation deployments. We - > do not recommend running this service in production. Connect to an + > Timescale is an internal database meant for evaluation deployments. It is + > not It is not recommended to run this service in production. Connect to an > external Postgres database for production deployments. You can pull each of these images from their `coderenvs/:` From 9cd23807f6aca0581f48bd1203733af69e5459eb Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 10 Jan 2022 11:37:26 -0600 Subject: [PATCH 2/2] fix formatting --- setup/air-gapped/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/air-gapped/index.md b/setup/air-gapped/index.md index 8ea99b142..a89a40ac1 100644 --- a/setup/air-gapped/index.md +++ b/setup/air-gapped/index.md @@ -74,7 +74,7 @@ platform images are hosted in Coder's Docker Hub repo. [envbox](https://hub.docker.com/r/coderenvs/envbox) - (Optional)[timescale](https://hub.docker.com/r/coderenvs/timescale) + **Optional:** [timescale](https://hub.docker.com/r/coderenvs/timescale) > Timescale is an internal database meant for evaluation deployments. It is > not It is not recommended to run this service in production. Connect to an