mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: render Markdown in rich parameter descriptions (#6098)
This commit is contained in:
3
coderd/apidoc/docs.go
generated
3
coderd/apidoc/docs.go
generated
@ -7555,6 +7555,9 @@ const docTemplate = `{
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"description_plaintext": {
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string"
|
||||
},
|
||||
|
3
coderd/apidoc/swagger.json
generated
3
coderd/apidoc/swagger.json
generated
@ -6793,6 +6793,9 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"description_plaintext": {
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user