nx/docs/changelog/20_5_0.md
Jack Hsu 66eaf2fc74
docs(misc): remove /nx-api pages (#31453)
This PR removes the `/nx-api` pages from `nx-dev`. They are already
redirected from `/nx-api` to either `/technologies` or
`/reference/core-api` URLs.

e.g. `/nx-api/nx` goes to `/reference/core-api/nx` and `/nx-api/react`
goes to `/technologies/react/api`

**Changes**:
- Remove old `nx-api.json` from being generated in
`scripts/documentation/generators/generate-manifests.ts` -- this was
used to generate the sitemap
- Remove `pages/nx-api` from Next.js app since we don't need them
- Remove workaround from link checker
`scripts/documentation/internal-link-checker.ts` -- the angular
rspack/rsbuild and other workarounds are gone now that they are proper
docs in `map.json`
- Update Powerpack/Remote Cache reference docs to exclude API documents
(since they are duplicated in the Intro page) --
`nx-dev/models-document/src/lib/mappings.ts`
- All content in `docs` have been updated with new URL structure

**Note:** Redirects are already handled, and Claude Code was used to
verify the updated `docs/` URLs (see report below). The twelve 404s
links were updated by hand.

## Verification Report

https://gist.github.com/jaysoo/c7863fe7e091cb77929d1976165c357a
2025-06-04 16:57:01 -04:00

1.2 KiB

Nx 20.5

Read the 20.5 release blog post

{% youtube src="https://www.youtube.com/embed/IujhR3-Iidk" title="Nx Update: 20.5!" /%}

Features

{% cards cols="2" %} {% card title="Angular 19.2 Support" type="document" url="/technologies/angular/introduction" /%} {% card title="Vite 6 + Vitest 3 Support" type="document" url="/technologies/build-tools/vite" /%} {% card title="Migration Documentation" type="document" url="/technologies/angular/api/migrations" /%} {% card title="ESM Support for ESLint Config" type="document" url="/technologies/eslint/recipes/flat-config" /%} {% /cards %}

Bug Fixes

{% cards cols="2" %} {% card title="Fix esbuild to work with TS project references" type="external" url="https://github.com/nrwl/nx/pull/30230" /%} {% card title="Fix Jest extra args passing to CLI" type="external" url="https://github.com/nrwl/nx/pull/27704" /%} {% card title="Fix Vite copy assets plugin not copying files in watch mode" type="external" url="https://github.com/nrwl/nx/pull/30208" /%} {% /cards %}

Breaking Changes

ESLint v9 flat config is now the default for new workspaces. The --eslint-legacy-config flag can be used to generate workspaces with the older ESLint configuration format.