mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add support buttons (#20339)
Fixes: https://github.com/coder/coder/issues/16804
This commit is contained in:
Generated
+9
-1
@@ -14897,7 +14897,15 @@ const docTemplate = `{
|
||||
"enum": [
|
||||
"bug",
|
||||
"chat",
|
||||
"docs"
|
||||
"docs",
|
||||
"star"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"navbar",
|
||||
"dropdown"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
|
||||
Generated
+5
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user