New
Discover how Dropbox streamlined dev environments & cut costs by switching 1000 developers to Coder

Read the success story

Home
/
Administration
/
Appearance

Appearance

Appearance

Support links let admins adjust the user dropdown menu to include links referring to internal company resources. The menu section replaces the original menu positions: documentation, report a bug to GitHub, or join the Discord server.

support links

Custom links can be set in the deployment configuration using the -c <yamlFile> flag to coder server.

supportLinks:
  - name: "On-call 🔥"
    target: "http://on-call.example.internal"
    icon: "bug"
  - name: "😉 Getting started with Go!"
    target: "https://go.dev/"
  - name: "Community"
    target: "https://github.com/coder/coder"
    icon: "chat"

Icons

The link icons are optional, and limited to: bug, chat, and docs.

Service Banners

Service Banners let admins post important messages to all site users. Only Site Owners may set the service banner.

service banners

You can access the Service Banner settings by navigating to Deployment > Service Banners.

Up next

See an opportunity to improve our docs? Make an edit.