docs: remove empty page (#11511)

This commit is contained in:
Marcin Tojek 2024-01-09 12:52:45 +01:00 committed by GitHub
parent b8373e6fab
commit 525e6e5dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 8 deletions

2
coderd/apidoc/docs.go generated
View File

@ -174,7 +174,7 @@ const docTemplate = `{
"application/json"
],
"tags": [
"Applications Enterprise"
"Enterprise"
],
"summary": "Issue signed app token for reconnecting PTY",
"operationId": "issue-signed-app-token-for-reconnecting-pty",

View File

@ -141,7 +141,7 @@
],
"consumes": ["application/json"],
"produces": ["application/json"],
"tags": ["Applications Enterprise"],
"tags": ["Enterprise"],
"summary": "Issue signed app token for reconnecting PTY",
"operationId": "issue-signed-app-token-for-reconnecting-pty",
"parameters": [

View File

@ -1 +0,0 @@
# Applications Enterprise

View File

@ -516,10 +516,6 @@
"title": "Applications",
"path": "./api/applications.md"
},
{
"title": "Applications Enterprise",
"path": "./api/applications enterprise.md"
},
{
"title": "Audit",
"path": "./api/audit.md"

View File

@ -809,7 +809,7 @@ func (api *API) workspaceProxyDeregister(rw http.ResponseWriter, r *http.Request
// @Summary Issue signed app token for reconnecting PTY
// @ID issue-signed-app-token-for-reconnecting-pty
// @Security CoderSessionToken
// @Tags Applications Enterprise
// @Tags Enterprise
// @Accept json
// @Produce json
// @Param request body codersdk.IssueReconnectingPTYSignedTokenRequest true "Issue reconnecting PTY signed token request"