feat(site): display version message (#8435)

This commit is contained in:
Bruno Quaresma
2023-07-13 10:36:10 -03:00
committed by GitHub
parent 44e25185ff
commit b833861960
23 changed files with 291 additions and 89 deletions

3
coderd/apidoc/docs.go generated
View File

@ -8222,6 +8222,9 @@ const docTemplate = `{
"codersdk.PatchTemplateVersionRequest": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"name": {
"type": "string"
}