Skip to content

Update Netlify.toml for Docusaurus deployment#5051

Merged
Simek merged 1 commit intofacebook:mainfrom
slorber:patch-2
Apr 14, 2026
Merged

Update Netlify.toml for Docusaurus deployment#5051
Simek merged 1 commit intofacebook:mainfrom
slorber:patch-2

Conversation

@slorber
Copy link
Copy Markdown
Contributor

@slorber slorber commented Apr 14, 2026

You can use Node 24 now

DOCUSAURUS_PERF_LOGGER=true gives additional logs on Netlify to see which Docusaurus step takes the most time

git backfill can be run in parallel to yarn, and I've recently noticed it improves build times on Netlify, which uses "blobless" clones by default, but we need those blobs for the "last updated at" feature so it's faster to fetch them eagerly than lazily/on-demand. See also facebook/docusaurus#11553 (I plan to document this officially later). Also related to our new VCS Git Eager strategy, that RNW now uses: https://docusaurus.io/blog/releases/3.10#vcs

cc @Simek

@meta-cla meta-cla bot added the CLA Signed label Apr 14, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

Deploy Preview for react-native ready!

Name Link
🔨 Latest commit 20b09c6
🔍 Latest deploy log https://app.netlify.com/projects/react-native/deploys/69de082b71d04f000872c000
😎 Deploy Preview https://deploy-preview-5051--react-native.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.

Copy link
Copy Markdown
Collaborator

@Simek Simek left a comment

Choose a reason for hiding this comment

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

Thanks for the workflow updates, LGTM! 👍

@Simek Simek merged commit 29066a8 into facebook:main Apr 14, 2026
5 checks passed
@slorber
Copy link
Copy Markdown
Contributor Author

slorber commented Apr 14, 2026

Great :)

The site is a bit faster to build now, depending on warm/cold Rspack caches

CleanShot 2026-04-14 at 13 34 30@2x

Before:

CleanShot 2026-04-14 at 13 36 27@2x

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants