feat: add support buttons (#20339)

Fixes: https://github.com/coder/coder/issues/16804
This commit is contained in:
Marcin Tojek
2025-10-22 15:35:16 +02:00
committed by GitHub
parent aa689cbb39
commit f2a410566c
16 changed files with 237 additions and 73 deletions
+9 -1
View File
@@ -14897,7 +14897,15 @@ const docTemplate = `{
"enum": [
"bug",
"chat",
"docs"
"docs",
"star"
]
},
"location": {
"type": "string",
"enum": [
"navbar",
"dropdown"
]
},
"name": {
+5 -1
View File
@@ -13489,7 +13489,11 @@
"properties": {
"icon": {
"type": "string",
"enum": ["bug", "chat", "docs"]
"enum": ["bug", "chat", "docs", "star"]
},
"location": {
"type": "string",
"enum": ["navbar", "dropdown"]
},
"name": {
"type": "string"