mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user