From e361305f5e5638c08c28b639d1f065ef7d10a144 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 13 Oct 2023 12:29:30 +0300 Subject: [PATCH] chore: fix syntax highlighting Due to some reason, our docs are not rendering syntax highlighting when the code block type is 'terraform'. Changing the type to `hcl` fixes this. --- docs/templates/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/icons.md b/docs/templates/icons.md index cadb411e2bd32..0f3a6f0b5ab8b 100644 --- a/docs/templates/icons.md +++ b/docs/templates/icons.md @@ -23,7 +23,7 @@ come bundled with your Coder deployment. These can all be configured to use an icon by setting the `icon` field. - ```terraform + ```hcl data "coder_parameter" "my_parameter" { icon = "/icon/coder.svg"