mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: support links with custom icons (#11629)
This commit is contained in:
7
coderd/apidoc/docs.go
generated
7
coderd/apidoc/docs.go
generated
@ -9530,7 +9530,12 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"icon": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"bug",
|
||||
"chat",
|
||||
"docs"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
|
3
coderd/apidoc/swagger.json
generated
3
coderd/apidoc/swagger.json
generated
@ -8556,7 +8556,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"icon": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": ["bug", "chat", "docs"]
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user