docs(core): link related docs to the manage releases page (#22448)
This commit is contained in:
parent
a96b53e02c
commit
da343418aa
@ -1879,7 +1879,7 @@
|
|||||||
"itemList": [],
|
"itemList": [],
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"path": "/nx-api/nx/documents/release",
|
"path": "/nx-api/nx/documents/release",
|
||||||
"tags": [],
|
"tags": ["nx-release"],
|
||||||
"originalFilePath": "generated/cli/release"
|
"originalFilePath": "generated/cli/release"
|
||||||
},
|
},
|
||||||
"/nx-api/nx/documents/add": {
|
"/nx-api/nx/documents/add": {
|
||||||
|
|||||||
@ -569,7 +569,7 @@
|
|||||||
"itemList": [],
|
"itemList": [],
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"path": "/features/manage-releases",
|
"path": "/features/manage-releases",
|
||||||
"tags": ["manage-releases"]
|
"tags": ["nx-release"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ci-features",
|
"id": "ci-features",
|
||||||
@ -751,7 +751,7 @@
|
|||||||
"itemList": [],
|
"itemList": [],
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"path": "/features/manage-releases",
|
"path": "/features/manage-releases",
|
||||||
"tags": ["manage-releases"]
|
"tags": ["nx-release"]
|
||||||
},
|
},
|
||||||
"/features/ci-features": {
|
"/features/ci-features": {
|
||||||
"id": "ci-features",
|
"id": "ci-features",
|
||||||
|
|||||||
@ -503,13 +503,76 @@
|
|||||||
"path": "/recipes/nx-console/console-troubleshooting"
|
"path": "/recipes/nx-console/console-troubleshooting"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"manage-releases": [
|
"nx-release": [
|
||||||
{
|
{
|
||||||
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
|
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
|
||||||
"file": "shared/features/manage-releases",
|
"file": "shared/features/manage-releases",
|
||||||
"id": "manage-releases",
|
"id": "manage-releases",
|
||||||
"name": "Manage Releases",
|
"name": "Manage Releases",
|
||||||
"path": "/features/manage-releases"
|
"path": "/features/manage-releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/get-started-with-nx-release",
|
||||||
|
"id": "get-started-with-nx-release",
|
||||||
|
"name": "Get Started with Nx Release",
|
||||||
|
"path": "/recipes/nx-release/get-started-with-nx-release"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/release-projects-independently",
|
||||||
|
"id": "release-projects-independently",
|
||||||
|
"name": "Release Projects Independently",
|
||||||
|
"path": "/recipes/nx-release/release-projects-independently"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/automatically-version-with-conventional-commits",
|
||||||
|
"id": "automatically-version-with-conventional-commits",
|
||||||
|
"name": "Automatically Version with Conventional Commits",
|
||||||
|
"path": "/recipes/nx-release/automatically-version-with-conventional-commits"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/publish-in-ci-cd",
|
||||||
|
"id": "publish-in-ci-cd",
|
||||||
|
"name": "Publish in CI/CD",
|
||||||
|
"path": "/recipes/nx-release/publish-in-ci-cd"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/automate-github-releases",
|
||||||
|
"id": "automate-github-releases",
|
||||||
|
"name": "Automate GitHub Releases",
|
||||||
|
"path": "/recipes/nx-release/automate-github-releases"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/publish-rust-crates",
|
||||||
|
"id": "publish-rust-crates",
|
||||||
|
"name": "Publish Rust Crates",
|
||||||
|
"path": "/recipes/nx-release/publish-rust-crates"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/update-local-registry-setup",
|
||||||
|
"id": "update-local-registry-setup",
|
||||||
|
"name": "Update Your Local Registry Setup to use Nx Release",
|
||||||
|
"path": "/recipes/nx-release/update-local-registry-setup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "shared/recipes/nx-release/customize-conventional-commit-types",
|
||||||
|
"id": "customize-conventional-commit-types",
|
||||||
|
"name": "Customize Conventional Commit Types",
|
||||||
|
"path": "/recipes/nx-release/customize-conventional-commit-types"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
||||||
|
"file": "generated/packages/generated/packages/nx/documents/release",
|
||||||
|
"id": "release",
|
||||||
|
"name": "release",
|
||||||
|
"path": "/nx-api/nx/documents/release"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"intro": [
|
"intro": [
|
||||||
@ -987,64 +1050,6 @@
|
|||||||
"path": "/recipes/tips-n-tricks/flat-config"
|
"path": "/recipes/tips-n-tricks/flat-config"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nx-release": [
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/get-started-with-nx-release",
|
|
||||||
"id": "get-started-with-nx-release",
|
|
||||||
"name": "Get Started with Nx Release",
|
|
||||||
"path": "/recipes/nx-release/get-started-with-nx-release"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/release-projects-independently",
|
|
||||||
"id": "release-projects-independently",
|
|
||||||
"name": "Release Projects Independently",
|
|
||||||
"path": "/recipes/nx-release/release-projects-independently"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/automatically-version-with-conventional-commits",
|
|
||||||
"id": "automatically-version-with-conventional-commits",
|
|
||||||
"name": "Automatically Version with Conventional Commits",
|
|
||||||
"path": "/recipes/nx-release/automatically-version-with-conventional-commits"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/publish-in-ci-cd",
|
|
||||||
"id": "publish-in-ci-cd",
|
|
||||||
"name": "Publish in CI/CD",
|
|
||||||
"path": "/recipes/nx-release/publish-in-ci-cd"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/automate-github-releases",
|
|
||||||
"id": "automate-github-releases",
|
|
||||||
"name": "Automate GitHub Releases",
|
|
||||||
"path": "/recipes/nx-release/automate-github-releases"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/publish-rust-crates",
|
|
||||||
"id": "publish-rust-crates",
|
|
||||||
"name": "Publish Rust Crates",
|
|
||||||
"path": "/recipes/nx-release/publish-rust-crates"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/update-local-registry-setup",
|
|
||||||
"id": "update-local-registry-setup",
|
|
||||||
"name": "Update Your Local Registry Setup to use Nx Release",
|
|
||||||
"path": "/recipes/nx-release/update-local-registry-setup"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"file": "shared/recipes/nx-release/customize-conventional-commit-types",
|
|
||||||
"id": "customize-conventional-commit-types",
|
|
||||||
"name": "Customize Conventional Commit Types",
|
|
||||||
"path": "/recipes/nx-release/customize-conventional-commit-types"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"database": [
|
"database": [
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
@ -1858,7 +1858,7 @@
|
|||||||
"itemList": [],
|
"itemList": [],
|
||||||
"isExternal": false,
|
"isExternal": false,
|
||||||
"path": "nx/documents/release",
|
"path": "nx/documents/release",
|
||||||
"tags": [],
|
"tags": ["nx-release"],
|
||||||
"originalFilePath": "generated/cli/release"
|
"originalFilePath": "generated/cli/release"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -165,7 +165,7 @@
|
|||||||
"name": "Manage Releases",
|
"name": "Manage Releases",
|
||||||
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
|
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
|
||||||
"id": "manage-releases",
|
"id": "manage-releases",
|
||||||
"tags": ["manage-releases"],
|
"tags": ["nx-release"],
|
||||||
"file": "shared/features/manage-releases"
|
"file": "shared/features/manage-releases"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -2162,6 +2162,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release",
|
"name": "release",
|
||||||
"id": "release",
|
"id": "release",
|
||||||
|
"tags": ["nx-release"],
|
||||||
"file": "generated/cli/release"
|
"file": "generated/cli/release"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user