Skip to content

Commit 525e6e5

Browse files
authored
docs: remove empty page (coder#11511)
1 parent b8373e6 commit 525e6e5

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

coderd/apidoc/docs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/applications enterprise.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,6 @@
516516
"title": "Applications",
517517
"path": "./api/applications.md"
518518
},
519-
{
520-
"title": "Applications Enterprise",
521-
"path": "./api/applications enterprise.md"
522-
},
523519
{
524520
"title": "Audit",
525521
"path": "./api/audit.md"

enterprise/coderd/workspaceproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ func (api *API) workspaceProxyDeregister(rw http.ResponseWriter, r *http.Request
809809
// @Summary Issue signed app token for reconnecting PTY
810810
// @ID issue-signed-app-token-for-reconnecting-pty
811811
// @Security CoderSessionToken
812-
// @Tags Applications Enterprise
812+
// @Tags Enterprise
813813
// @Accept json
814814
// @Produce json
815815
// @Param request body codersdk.IssueReconnectingPTYSignedTokenRequest true "Issue reconnecting PTY signed token request"

0 commit comments

Comments
 (0)