feat: add custom docs URL to deployment config (#8590)

This commit is contained in:
Marcin Tojek
2023-07-19 13:31:17 +02:00
committed by GitHub
parent 164b816679
commit 4232a2eb96
10 changed files with 77 additions and 0 deletions

3
coderd/apidoc/docs.go generated
View File

@ -7439,6 +7439,9 @@ const docTemplate = `{
"disable_session_expiry_refresh": {
"type": "boolean"
},
"docs_url": {
"$ref": "#/definitions/clibase.URL"
},
"enable_terraform_debug_mode": {
"type": "boolean"
},