Skip to content

Commit

Permalink
docs(nx-cloud): remove server api reference (#22654)
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkAltan authored Apr 3, 2024
1 parent 7f00927 commit d9bb051
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 69 deletions.
22 changes: 0 additions & 22 deletions docs/generated/manifests/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -1867,17 +1867,6 @@
"path": "/ci/reference/env-vars",
"tags": []
},
{
"id": "server-api",
"name": "Server API Reference",
"description": "",
"mediaImage": "",
"file": "nx-cloud/reference/server-api",
"itemList": [],
"isExternal": false,
"path": "/ci/reference/server-api",
"tags": []
},
{
"id": "release-notes",
"name": "Release Notes",
Expand Down Expand Up @@ -1938,17 +1927,6 @@
"path": "/ci/reference/env-vars",
"tags": []
},
"/ci/reference/server-api": {
"id": "server-api",
"name": "Server API Reference",
"description": "",
"mediaImage": "",
"file": "nx-cloud/reference/server-api",
"itemList": [],
"isExternal": false,
"path": "/ci/reference/server-api",
"tags": []
},
"/ci/reference/release-notes": {
"id": "release-notes",
"name": "Release Notes",
Expand Down
16 changes: 0 additions & 16 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7037,14 +7037,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Server API Reference",
"path": "/ci/reference/server-api",
"id": "server-api",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Release Notes",
"path": "/ci/reference/release-notes",
Expand Down Expand Up @@ -7088,14 +7080,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Server API Reference",
"path": "/ci/reference/server-api",
"id": "server-api",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Release Notes",
"path": "/ci/reference/release-notes",
Expand Down
5 changes: 0 additions & 5 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,11 +2030,6 @@
"id": "env-vars",
"file": "nx-cloud/reference/env-vars"
},
{
"name": "Server API Reference",
"id": "server-api",
"file": "nx-cloud/reference/server-api"
},
{
"name": "Release Notes",
"id": "release-notes",
Expand Down
21 changes: 0 additions & 21 deletions docs/nx-cloud/reference/server-api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@
- [nx-cloud CLI](/ci/reference/nx-cloud-cli)
- [Launch Templates](/ci/reference/launch-templates)
- [Environment Variables](/ci/reference/env-vars)
- [Server API Reference](/ci/reference/server-api)
- [Release Notes](/ci/reference/release-notes)

- Nx-api
Expand Down
4 changes: 0 additions & 4 deletions nx-dev/nx-dev-e2e/src/nx-cloud-documentation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ const pages: Array<{ title: string; path: string }> = [
title: 'Environment Variables',
path: '/ci/reference/env-vars',
},
{
title: 'Nx Cloud Server API Reference',
path: '/ci/reference/server-api',
},
{
title: 'Enterprise Release Notes',
path: '/ci/reference/release-notes',
Expand Down

0 comments on commit d9bb051

Please sign in to comment.