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
+1 -1
View File
@@ -507,7 +507,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments \
> 200 Response
```json
["template_editor"]
["moons"]
```
### Responses
+4 -5
View File
@@ -2447,17 +2447,16 @@ CreateParameterRequest is a structure used to create a new parameter value for a
## codersdk.Experiment
```json
"template_editor"
"moons"
```
### Properties
#### Enumerated Values
| Value |
| ----------------- |
| `template_editor` |
| `moons` |
| Value |
| ------- |
| `moons` |
## codersdk.Feature