mirror of
https://github.com/coder/coder.git
synced 2025-07-30 22:19:53 +00:00
chore(docs): fix syntax highlighting (#10247)
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.
This commit is contained in:
committed by
GitHub
parent
76c65b1e1b
commit
def980b973
2
docs/templates/icons.md
vendored
2
docs/templates/icons.md
vendored
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user