-
docs(misc): update nx fix-ci documentation link (#31884)
发布于
2025-07-10 16:41:02 +00:00 Current Behavior
The CI workflow generators for both @nx/workspace and @nx/gradle
currently reference the old documentation URLhttps://nx.dev/aiwhen
explaining thenx fix-cicommand.Expected Behavior
The CI workflow generators should reference the correct self-healing CI
documentation URLhttps://nx.dev/ci/features/self-healing-ci.Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->This is a follow-up to update the documentation links to point to the
correct self-healing CI feature page.Changes Made
- Updated @nx/workspace CI workflow generator to use the correct
documentation URL - Updated @nx/gradle CI workflow generator to use the correct
documentation URL - Updated all snapshot tests to reflect the new URLs
- Updated tutorial documentation that shows the CI workflow examples
Files Updated:
packages/workspace/src/generators/ci-workflow/ci-workflow.tspackages/gradle/src/generators/ci-workflow/generator.ts
packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snappackages/gradle/src/generators/ci-workflow/__snapshots__/generator.spec.ts.snappackages/workspace/src/generators/ci-workflow/ci-workflow.spec.tsdocs/shared/tutorials/react-monorepo.mddocs/shared/tutorials/typescript-packages.mddocs/shared/tutorials/angular-monorepo.mddocs/shared/tutorials/gradle.md
All changes ensure users are directed to the correct self-healing CI
documentation when using thenx fix-cicommand in their CI workflows.下载附件
- Updated @nx/workspace CI workflow generator to use the correct