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
5 changed files with 3 additions and 8 deletions
+1 -1
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",
+1 -1
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": [
-1
View File
@@ -1 +0,0 @@
# Applications Enterprise
-4
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"
+1 -1
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"