From 469ea029ed51de0a15b213c9401970f954b512b4 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 30 Nov 2023 15:59:02 +0000 Subject: [PATCH 1/3] chore(docs/admin/healthcheck): remove GHFM tips --- docs/admin/healthcheck.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/healthcheck.md b/docs/admin/healthcheck.md index 4c65fa0fca1d8..ec1506020dfc6 100644 --- a/docs/admin/healthcheck.md +++ b/docs/admin/healthcheck.md @@ -33,7 +33,7 @@ If there is an issue, you may see one of the following errors reported: [`url.Parse`](https://pkg.go.dev/net/url#Parse). Example: `https://dev.coder.com/`. -> [!TIP] You can check this [here](https://go.dev/play/p/CabcJZyTwt9). +> **Tip:** You can check this [here](https://go.dev/play/p/CabcJZyTwt9). ### EACS03: Failed to fetch `/healthz` @@ -102,7 +102,7 @@ Coder's current activity and usage. It may be necessary to increase the resources allocated to Coder's database. Alternatively, you can raise the configured threshold to a higher value (this will not address the root cause). -> [!TIP] +> **Tip:** > > - You can enable > [detailed database metrics](../cli/server.md#--prometheus-collect-db-metrics) From dc900d67398295da21cb72d30c41386625516122 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 30 Nov 2023 16:02:01 +0000 Subject: [PATCH 2/3] rm note GHFM --- docs/admin/healthcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/healthcheck.md b/docs/admin/healthcheck.md index ec1506020dfc6..55f12f0c6fc82 100644 --- a/docs/admin/healthcheck.md +++ b/docs/admin/healthcheck.md @@ -131,7 +131,7 @@ This is not necessarily a fatal error, but a possible indication of a misconfigured reverse HTTP proxy. Additionally, while workspace users should still be able to reach their workspaces, connection performance may be degraded. -> [!NOTE] This may also be shown if you have +> **Note:** This may also be shown if you have > [forced websocket connections for DERP](../cli/server.md#--derp-force-websockets). **Solution:** ensure that any configured reverse proxy does not strip the From d016d08115055b96c81be0a08b253a2bee383faa Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 30 Nov 2023 16:30:29 +0000 Subject: [PATCH 3/3] make fmt --- docs/admin/healthcheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/healthcheck.md b/docs/admin/healthcheck.md index 55f12f0c6fc82..4fce9e23c2bac 100644 --- a/docs/admin/healthcheck.md +++ b/docs/admin/healthcheck.md @@ -102,7 +102,7 @@ Coder's current activity and usage. It may be necessary to increase the resources allocated to Coder's database. Alternatively, you can raise the configured threshold to a higher value (this will not address the root cause). -> **Tip:** +> **Tip:** > > - You can enable > [detailed database metrics](../cli/server.md#--prometheus-collect-db-metrics)