chore(site): Remove template editor out of experimental (#7165)

This commit is contained in:
Bruno Quaresma
2023-04-17 14:40:21 -03:00
committed by GitHub
parent 80bf042528
commit 76b5deea78
12 changed files with 42 additions and 73 deletions

2
coderd/apidoc/docs.go generated
View File

@ -7165,11 +7165,9 @@ const docTemplate = `{
"codersdk.Experiment": {
"type": "string",
"enum": [
"template_editor",
"moons"
],
"x-enum-varnames": [
"ExperimentTemplateEditor",
"ExperimentMoons"
]
},