Skip to content

fix(nx-dev): update nextjs internal-link-checker to include astro urls#33045

Merged
jaysoo merged 1 commit intomasterfrom
cu/fix-interna-link-checker-w-astro
Oct 10, 2025
Merged

fix(nx-dev): update nextjs internal-link-checker to include astro urls#33045
jaysoo merged 1 commit intomasterfrom
cu/fix-interna-link-checker-w-astro

Conversation

@barbados-clemens
Copy link
Copy Markdown
Contributor

@barbados-clemens barbados-clemens commented Oct 10, 2025

blog and marketing pages will still link to astro docs, so depend on the
astro sitemap to check all links available to be used.
NOTE: the specific header links (url fragments) are skipped for pages
that come from astro docs (prefixed with /docs) due to not having a
simple way to create these lists without parsing all the build html
files out and that's not the part we really care about

confirmed working #33042 and #33036 which are blocked until this change merges

Fixes DOC-264

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 10, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 05064a0
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68e90cceca08eb000864e7f7
😎 Deploy Preview https://deploy-preview-33045--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 10, 2025 2:18pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Oct 10, 2025

View your CI Pipeline Execution ↗ for commit 05064a0

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 4m 49s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 6s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 5s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 4s View ↗
nx documentation ✅ Succeeded 2m 29s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-10 17:43:09 UTC

blog and marketing pages will still link to astro docs, so depend on the
astro sitemap to check all links available to be used.
NOTE: the specific header links (url fragments) are skipped for pages
that come from astro docs (prefixed with /docs) due to not having a
simple way to create these lists without parsing all the build html
files out and that's not the part we really care about
@barbados-clemens barbados-clemens force-pushed the cu/fix-interna-link-checker-w-astro branch from 778e9ba to 05064a0 Compare October 10, 2025 13:40
Comment thread scripts/documentation/internal-link-checker.ts
@jaysoo jaysoo merged commit bfaa91b into master Oct 10, 2025
23 of 25 checks passed
@jaysoo jaysoo deleted the cu/fix-interna-link-checker-w-astro branch October 10, 2025 18:25
philipjfulcher pushed a commit that referenced this pull request Oct 13, 2025
#33045)

blog and marketing pages will still link to astro docs, so depend on the
astro sitemap to check all links available to be used.
NOTE: the specific header links (url fragments) are skipped for pages
that come from astro docs (prefixed with /docs) due to not having a
simple way to create these lists without parsing all the build html
files out and that's not the part we really care about

confirmed working #33042 and
#33036 which are blocked until this
change merges

Fixes DOC-264
philipjfulcher added a commit that referenced this pull request Oct 13, 2025
- **fix(nx-dev): update nextjs internal-link-checker to include astro
urls (#33045)**
- **fix(nx-dev): respect NX_DEV_URL in sitemap checker (#33058)**

---------

Co-authored-by: Caleb Ukle <caleb@nrwl.io>
FrozenPandaz pushed a commit that referenced this pull request Oct 15, 2025
#33045)

blog and marketing pages will still link to astro docs, so depend on the
astro sitemap to check all links available to be used.
NOTE: the specific header links (url fragments) are skipped for pages
that come from astro docs (prefixed with /docs) due to not having a
simple way to create these lists without parsing all the build html
files out and that's not the part we really care about

confirmed working #33042 and
#33036 which are blocked until this
change merges

Fixes DOC-264

(cherry picked from commit bfaa91b)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants