docs(core): link related docs to the manage releases page (#22448)

This commit is contained in:
Leosvel Pérez Espinosa 2024-03-22 17:08:35 +01:00 committed by GitHub
parent a96b53e02c
commit da343418aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 70 additions and 64 deletions

View File

@ -1879,7 +1879,7 @@
"itemList": [],
"isExternal": false,
"path": "/nx-api/nx/documents/release",
"tags": [],
"tags": ["nx-release"],
"originalFilePath": "generated/cli/release"
},
"/nx-api/nx/documents/add": {

View File

@ -569,7 +569,7 @@
"itemList": [],
"isExternal": false,
"path": "/features/manage-releases",
"tags": ["manage-releases"]
"tags": ["nx-release"]
},
{
"id": "ci-features",
@ -751,7 +751,7 @@
"itemList": [],
"isExternal": false,
"path": "/features/manage-releases",
"tags": ["manage-releases"]
"tags": ["nx-release"]
},
"/features/ci-features": {
"id": "ci-features",

View File

@ -503,13 +503,76 @@
"path": "/recipes/nx-console/console-troubleshooting"
}
],
"manage-releases": [
"nx-release": [
{
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
"file": "shared/features/manage-releases",
"id": "manage-releases",
"name": "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": [
@ -987,64 +1050,6 @@
"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": [
{
"description": "",

View File

@ -1858,7 +1858,7 @@
"itemList": [],
"isExternal": false,
"path": "nx/documents/release",
"tags": [],
"tags": ["nx-release"],
"originalFilePath": "generated/cli/release"
},
{

View File

@ -165,7 +165,7 @@
"name": "Manage Releases",
"description": "Learn how Nx provides tools to help you manage releasing your projects.",
"id": "manage-releases",
"tags": ["manage-releases"],
"tags": ["nx-release"],
"file": "shared/features/manage-releases"
},
{
@ -2162,6 +2162,7 @@
{
"name": "release",
"id": "release",
"tags": ["nx-release"],
"file": "generated/cli/release"
},
{