8c52f626bc
This PR removes `nx documentation` and old docs pages from the next.js app. This improves CI times since we no longer need to check `nx documentation`, and the next.js app is faster to build. ## Changes - `.github/workflows/ci.yml` no longer runs `nx documentation` - Remove `documentation` target from root `project.json` and corresponding scripts in `scripts/documentation/generators` - Remove old docs pages from next.js app (e.g. `nx-dev/nx-dev/pages/[...segments].tsx`) - Remove manifest JSON files for old docs - Remove old `og:image` generator for docs (blog, and other pages handle it differently, this was just for old docs). - Update bad links in `docs/blog` and `docs/changelog` since we no longer match them to their manifest JSON files -- the redirects were already working so just pointed to the new Astro URL ## Notes - There were some missing dependencies like `ai` for `nx-dev/nx-dev` that worked previously due to hoisting, but was failing build in this PR I fixed those. --------- Co-authored-by: Claude <noreply@anthropic.com>