Skip to content

Commit

Permalink
docs(core): nx-cloud concepts section (nrwl#20250)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Nov 17, 2023
1 parent 38c6b83 commit 94d8514
Show file tree
Hide file tree
Showing 26 changed files with 433 additions and 404 deletions.
304 changes: 173 additions & 131 deletions docs/generated/manifests/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"path": "/nx-cloud/intro/ci-with-nx",
"tags": []
},
{
"id": "nx-cloud-workflows",
"name": "Nx Cloud Workflows",
"description": "",
"file": "nx-cloud/intro/nx-cloud-workflows",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/intro/nx-cloud-workflows",
"tags": []
},
{
"id": "tutorials",
"name": "Tutorials",
Expand Down Expand Up @@ -61,16 +51,6 @@
"path": "/nx-cloud/intro/ci-with-nx",
"tags": []
},
"/nx-cloud/intro/nx-cloud-workflows": {
"id": "nx-cloud-workflows",
"name": "Nx Cloud Workflows",
"description": "",
"file": "nx-cloud/intro/nx-cloud-workflows",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/intro/nx-cloud-workflows",
"tags": []
},
"/nx-cloud/intro/tutorials": {
"id": "tutorials",
"name": "Tutorials",
Expand Down Expand Up @@ -147,6 +127,16 @@
"isExternal": false,
"path": "/nx-cloud/features/on-premise",
"tags": ["on-premise"]
},
{
"id": "nx-cloud-workflows",
"name": "Nx Cloud Workflows",
"description": "",
"file": "nx-cloud/intro/nx-cloud-workflows",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/features/nx-cloud-workflows",
"tags": []
}
],
"isExternal": false,
Expand Down Expand Up @@ -193,6 +183,87 @@
"path": "/nx-cloud/features/on-premise",
"tags": ["on-premise"]
},
"/nx-cloud/features/nx-cloud-workflows": {
"id": "nx-cloud-workflows",
"name": "Nx Cloud Workflows",
"description": "",
"file": "nx-cloud/intro/nx-cloud-workflows",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/features/nx-cloud-workflows",
"tags": []
},
"/nx-cloud/concepts": {
"id": "concepts",
"name": "Concepts",
"description": "Learn how to manage Nx Cloud subscriptions and other options.",
"file": "",
"itemList": [
{
"id": "dte",
"name": "Improve Worst Case CI Times",
"description": "",
"file": "shared/concepts/improve-worst-case-ci-times",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/dte",
"tags": ["distribute-task-execution"]
},
{
"id": "scenarios",
"name": "Security Scenarios",
"description": "",
"file": "nx-cloud/concepts/scenarios",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/scenarios",
"tags": []
},
{
"id": "encryption",
"name": "End to End Encryption",
"description": "",
"file": "nx-cloud/concepts/encryption",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/encryption",
"tags": []
}
],
"isExternal": false,
"path": "/nx-cloud/concepts",
"tags": []
},
"/nx-cloud/concepts/dte": {
"id": "dte",
"name": "Improve Worst Case CI Times",
"description": "",
"file": "shared/concepts/improve-worst-case-ci-times",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/dte",
"tags": ["distribute-task-execution"]
},
"/nx-cloud/concepts/scenarios": {
"id": "scenarios",
"name": "Security Scenarios",
"description": "",
"file": "nx-cloud/concepts/scenarios",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/scenarios",
"tags": []
},
"/nx-cloud/concepts/encryption": {
"id": "encryption",
"name": "End to End Encryption",
"description": "",
"file": "nx-cloud/concepts/encryption",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/concepts/encryption",
"tags": []
},
"/nx-cloud/recipes": {
"id": "recipes",
"name": "Recipes",
Expand Down Expand Up @@ -280,6 +351,37 @@
"path": "/nx-cloud/recipes/set-up",
"tags": []
},
{
"id": "security",
"name": "Security",
"description": "Manage access to Nx Cloud",
"file": "",
"itemList": [
{
"id": "google-auth",
"name": "Authenticate with Google Identity",
"description": "",
"file": "nx-cloud/recipes/google-auth",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/google-auth",
"tags": []
},
{
"id": "access-tokens",
"name": "Access Tokens",
"description": "",
"file": "nx-cloud/recipes/access-tokens",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/access-tokens",
"tags": []
}
],
"isExternal": false,
"path": "/nx-cloud/recipes/security",
"tags": []
},
{
"id": "source-control-integration",
"name": "Source Control Integration",
Expand Down Expand Up @@ -599,6 +701,57 @@
"path": "/nx-cloud/recipes/set-up/monorepo-ci-bitbucket-pipelines",
"tags": []
},
"/nx-cloud/recipes/security": {
"id": "security",
"name": "Security",
"description": "Manage access to Nx Cloud",
"file": "",
"itemList": [
{
"id": "google-auth",
"name": "Authenticate with Google Identity",
"description": "",
"file": "nx-cloud/recipes/google-auth",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/google-auth",
"tags": []
},
{
"id": "access-tokens",
"name": "Access Tokens",
"description": "",
"file": "nx-cloud/recipes/access-tokens",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/access-tokens",
"tags": []
}
],
"isExternal": false,
"path": "/nx-cloud/recipes/security",
"tags": []
},
"/nx-cloud/recipes/security/google-auth": {
"id": "google-auth",
"name": "Authenticate with Google Identity",
"description": "",
"file": "nx-cloud/recipes/google-auth",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/google-auth",
"tags": []
},
"/nx-cloud/recipes/security/access-tokens": {
"id": "access-tokens",
"name": "Access Tokens",
"description": "",
"file": "nx-cloud/recipes/access-tokens",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/security/access-tokens",
"tags": []
},
"/nx-cloud/recipes/source-control-integration": {
"id": "source-control-integration",
"name": "Source Control Integration",
Expand Down Expand Up @@ -892,117 +1045,6 @@
"path": "/nx-cloud/recipes/other/ci-deployment",
"tags": ["docker", "deploy"]
},
"/nx-cloud/account": {
"id": "account",
"name": "Account Management",
"description": "Learn how to manage Nx Cloud subscriptions and other options.",
"file": "",
"itemList": [
{
"id": "users",
"name": "Users",
"description": "",
"file": "nx-cloud/account/users",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/users",
"tags": []
},
{
"id": "google-auth",
"name": "Authenticate with Google Identity",
"description": "",
"file": "nx-cloud/account/google-auth",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/google-auth",
"tags": []
},
{
"id": "access-tokens",
"name": "Access Tokens",
"description": "",
"file": "nx-cloud/account/access-tokens",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/access-tokens",
"tags": []
},
{
"id": "scenarios",
"name": "Security Scenarios",
"description": "",
"file": "nx-cloud/account/scenarios",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/scenarios",
"tags": []
},
{
"id": "encryption",
"name": "End to End Encryption",
"description": "",
"file": "nx-cloud/account/encryption",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/encryption",
"tags": []
}
],
"isExternal": false,
"path": "/nx-cloud/account",
"tags": []
},
"/nx-cloud/account/users": {
"id": "users",
"name": "Users",
"description": "",
"file": "nx-cloud/account/users",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/users",
"tags": []
},
"/nx-cloud/account/google-auth": {
"id": "google-auth",
"name": "Authenticate with Google Identity",
"description": "",
"file": "nx-cloud/account/google-auth",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/google-auth",
"tags": []
},
"/nx-cloud/account/access-tokens": {
"id": "access-tokens",
"name": "Access Tokens",
"description": "",
"file": "nx-cloud/account/access-tokens",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/access-tokens",
"tags": []
},
"/nx-cloud/account/scenarios": {
"id": "scenarios",
"name": "Security Scenarios",
"description": "",
"file": "nx-cloud/account/scenarios",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/scenarios",
"tags": []
},
"/nx-cloud/account/encryption": {
"id": "encryption",
"name": "End to End Encryption",
"description": "",
"file": "nx-cloud/account/encryption",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/account/encryption",
"tags": []
},
"/nx-cloud/reference": {
"id": "reference",
"name": "Reference",
Expand Down
Loading

0 comments on commit 94d8514

Please sign in to comment.