From a66c89548ef33eb02b0a860c853067d59104fd4a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 20 Jan 2024 16:10:15 +0300 Subject: [PATCH 1/2] chore(docs): remove tabs from appearance settings They were not being rendered correctly. --- docs/admin/appearance.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/admin/appearance.md b/docs/admin/appearance.md index d9a1a230f0a05..253be280ed520 100644 --- a/docs/admin/appearance.md +++ b/docs/admin/appearance.md @@ -55,10 +55,8 @@ The link icons are optional, and can be set to any url or and `docs` are available as three special icons. ### Configuration - -
-## Kubernetes +#### Kubernetes To configure support links in your Coder Kubernetes deployment, update your Helm chart values as follows: @@ -79,7 +77,7 @@ coder: "/emojis/1f3e1.png"}] ``` -## System package +#### System package if running as a system service, set an environment variable `CODER_SUPPORT_LINKS` in `/etc/coder.d/coder.env` as follows, @@ -95,8 +93,6 @@ export CODER_SUPPORT_LINKS='[{"name": "Hello GitHub", "target": "https://github. coder-server ``` -
- ## Up next - [Enterprise](../enterprise.md) From b6724d5c0dfb63f7a0cced6389bf8b6c4ae3d357 Mon Sep 17 00:00:00 2001 From: matifali Date: Sat, 20 Jan 2024 13:23:06 +0000 Subject: [PATCH 2/2] `make fmt` --- docs/admin/appearance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/appearance.md b/docs/admin/appearance.md index 253be280ed520..9f20ed9fabbd1 100644 --- a/docs/admin/appearance.md +++ b/docs/admin/appearance.md @@ -55,7 +55,7 @@ The link icons are optional, and can be set to any url or and `docs` are available as three special icons. ### Configuration - + #### Kubernetes To configure support links in your Coder Kubernetes deployment, update your Helm