Description
It would be nice if we allowed setting navbar
to CODER_SUPPORT_LINKS
, this way enterprise customers would be able to make the most important links available right on the home page.
This would allow for people to directly notice it, rather than having to go to the dropdown, which admittedly isn't the nicest/most intuitive place to look for information.
I'm thinking it could look a bit like this, probably with some kind of separator though.
The second part of this would be to set the default value for CODER_SUPPORT_LINKS
on deployments to something like this (likely replace discord.gg/coder with a specific invite so we can track more accurately):
'[{"name": "Discord", "target": "https://discord.gg/coder", "icon": "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/discord.svg", "navbar": true}]'
We want to make Discord feel more like a first-class citizen and I feel like this is a good way to let more people know that Discord exists.
CODER_SUPPORT_LINKS
would still only be configureable by Enterprise users, because they might want to show an internal tool instead, but this default would not be modifiable on OSS deployments.
cc: @hugodutka @bpmct