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
Show file tree
Hide file tree
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
Next Next commit
docs: mention /icons
  • Loading branch information
aslilac committed Oct 11, 2023
commit 59b88cf669bde1f1dc748384697a6767924e6e2c
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@
"description": "Audit commands in workspaces with exectrace",
"path": "./templates/process-logging.md",
"state": "enterprise"
},
{
"title": "Icons",
"description": "Coder includes icons for popular cloud providers and programming languages for you to use",
"path": "./templates/icons.md"
}
]
},
Expand Down
18 changes: 18 additions & 0 deletions docs/templates/icons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Icons

---

Coder uses icons in several places, including ones that can be configured
throughout the app, or specified in your Terraform. They're specified by a URL,
which can be to an image hosted on a CDN of your own, or one of the icons that
come included with your Coder deployment.

## Included icons

Coder includes icons for popular cloud providers and programming languages. You
can see all of the icons (or suggest new ones) in our repository on
[GitHub](https://github.com/coder/coder/tree/main/site/static/icon).

You can also view the entire list, with search, by navigating to /icons on your
Coder deployment. E.g. [https://coder.example.com/icons](#). This can be
particularly useful in airgapped deployments.