feat(site): remove experiment deployment_health_page (#11572)

This commit is contained in:
Cian Johnston
2024-01-11 21:03:10 +00:00
committed by GitHub
parent 26f5ce63a8
commit 95fd0bb22b
11 changed files with 28 additions and 42 deletions

4
docs/api/general.md generated
View File

@ -563,7 +563,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments \
> 200 Response
```json
["deployment_health_page"]
["example"]
```
### Responses
@ -600,7 +600,7 @@ curl -X GET http://coder-server:8080/api/v2/experiments/available \
> 200 Response
```json
["deployment_health_page"]
["example"]
```
### Responses

8
docs/api/schemas.md generated
View File

@ -2869,16 +2869,16 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
## codersdk.Experiment
```json
"deployment_health_page"
"example"
```
### Properties
#### Enumerated Values
| Value |
| ------------------------ |
| `deployment_health_page` |
| Value |
| --------- |
| `example` |
## codersdk.ExternalAuth