-
Notifications
You must be signed in to change notification settings - Fork 889
supportLinks
icons do not read /icon/
directory or any icon URLs
#11611
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
Comments
supportLinks
icons do not read /icons/
directorysupportLinks
icons do not read /icon/
directory
supportLinks
icons do not read /icon/
directorysupportLinks
icons do not read /icon/
directory or any icon URLs
Does not work with public URL links, either. supportLinks:
- name: "GitHub"
target: "https://github.com/coder/coder"
icon: "https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg"
- name: "Slack"
target: "https://codercom.slack.com/archives/C014JH42DBJ"
icon: "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/slack.svg"
- name: "Discord"
target: "https://discord.gg/coder"
icon: "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/discord.svg" |
This might be a gap in the documentation, but currently Coder uses only predefined icons ( coder/site/src/components/Dashboard/Navbar/UserDropdown/UserDropdownContent.tsx Lines 133 to 137 in 244ca88
I can adjust the source code to support custom URLs. |
@mtojek Yes, we should support any image icon from the URL or the built one. I am changing this to a |
here's my
coder.yaml
file:the icons do not appear in the UI:
The text was updated successfully, but these errors were encountered: