Skip to content

docs: mention /icons in the template documentation #10230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add an option, for fun
  • Loading branch information
aslilac committed Oct 12, 2023
commit 1b7cd8d67d301ed9a6ea15d3c19c1297a70bcb62
5 changes: 4 additions & 1 deletion docs/templates/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ come bundled with your Coder deployment.
```terraform
data "coder_parameter" "my_parameter" {
icon = "/icon/coder.svg"
...

option {
icon = "/emojis/1f3f3-fe0f-200d-26a7-fe0f.png"
}
}
```

Expand Down