Skip to content

docs: update external docs - #2436

Open
github-actions[bot] wants to merge 3 commits into
mainfrom
bot/update-external-docs
Open

docs: update external docs#2436
github-actions[bot] wants to merge 3 commits into
mainfrom
bot/update-external-docs

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This auto-generated PR updates external documentation to the expressjs.com repository.
cc: @expressjs/docs-wg

@github-actions github-actions Bot added the docs Issues/pr concerning content label Jul 6, 2026
@github-actions
github-actions Bot requested a review from a team as a code owner July 6, 2026 09:29
@github-actions github-actions Bot added the docs Issues/pr concerning content label Jul 6, 2026
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit bf06950
🔍 Latest deploy log https://app.netlify.com/projects/expressjscom-preview/deploys/6a798de30ec6a500083867db
😎 Deploy Preview https://deploy-preview-2436--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

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

[MIT](https://github.com/expressjs/serve-index/blob/HEAD/LICENSE). The [Silk](https://web.archive.org/web/20230105212205/http://www.famfamfam.com/lab/icons/silk/) icons
are created by/copyright of [FAMFAMFAM](https://web.archive.org/web/20251120154741/http://www.famfamfam.com/).
[MIT](https://github.com/expressjs/serve-index/blob/HEAD/LICENSE). The [Silk](https://web.archive.org/web/20230105212205/https://web.archive.org/web/20230105212205/http://www.famfamfam.com/lab/icons/silk/) icons
are created by/copyright of [FAMFAMFAM](https://web.archive.org/web/20230109095739/https://web.archive.org/web/20251120154741/http://www.famfamfam.com/).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script may ignore replacements if the from URL is a prefix of something, but it does not ignore them if it is a suffix.

# Apply configured URL replacements (dead/moved links → working alternatives).
# The lookahead requires the match to end at a URL boundary, so a URL that is a
# prefix of another (e.g. the site root vs a sub-path) isn't corrupted.
for pair in "${URL_REPLACEMENTS[@]}"; do
FROM="${pair%%|*}"
TO="${pair#*|}"
CONTENT=$(FROM="$FROM" TO="$TO" perl -pe 's/\Q$ENV{FROM}\E(?=[\s)">]|$)/$ENV{TO}/g' <<<"$CONTENT")
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Issues/pr concerning content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants