发布

  • docs(misc): update nx fix-ci documentation link (#31884)

    frostbyte_neo 发布于 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 URL https://nx.dev/ai when
    explaining the nx fix-ci command.

    Expected Behavior

    The CI workflow generators should reference the correct self-healing CI
    documentation URL https://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.ts
    • packages/gradle/src/generators/ci-workflow/generator.ts

    packages/workspace/src/generators/ci-workflow/__snapshots__/ci-workflow.spec.ts.snap

    packages/gradle/src/generators/ci-workflow/__snapshots__/generator.spec.ts.snap

    • packages/workspace/src/generators/ci-workflow/ci-workflow.spec.ts
    • docs/shared/tutorials/react-monorepo.md
    • docs/shared/tutorials/typescript-packages.md
    • docs/shared/tutorials/angular-monorepo.md
    • docs/shared/tutorials/gradle.md

    All changes ensure users are directed to the correct self-healing CI
    documentation when using the nx fix-ci command in their CI workflows.

    下载附件