Skip to content

refactor: replace escape-string-regexp with native RegExp.escape#12150

Merged
slorber merged 1 commit into
mainfrom
claude/hopeful-zhukovsky-6714d8
Jun 12, 2026
Merged

refactor: replace escape-string-regexp with native RegExp.escape#12150
slorber merged 1 commit into
mainfrom
claude/hopeful-zhukovsky-6714d8

Conversation

@slorber

@slorber slorber commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

Motivation

Docusaurus now requires Node.js >= 24.14, which ships RegExp.escape natively. There is no need to keep the escape-string-regexp dependency, nor the escapeRegexp wrapper abstraction in @docusaurus/utils.

Changes:

  • Remove packages/docusaurus-utils/src/regExpUtils.ts and the escapeRegexp export from @docusaurus/utils
  • Drop the escape-string-regexp dependency from @docusaurus/utils
  • Use RegExp.escape directly at all call sites (theme-search-algolia validateThemeConfig, and front matter tests in mdx-loader / plugin-content-docs / plugin-content-blog)

Note for reviewers:

  • This removes escapeRegexp from the public @docusaurus/utils API (technically breaking for third-party plugins importing it).
  • One test expectation changed: RegExp.escape also escapes / as \/, unlike escape-string-regexp. This is functionally identical since the value is only ever passed to new RegExp(from, 'g') in useSearchResultUrlProcessor.

Test Plan

  • pnpm vitest run on the 4 affected test files: 170 tests pass
  • pnpm --filter @docusaurus/utils --filter @docusaurus/theme-search-algolia build (tsc) passes

Test links

Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/

Related issues/PRs

🤖 Generated with Claude Code

Docusaurus now requires Node.js >= 24.14, which ships RegExp.escape
natively. Remove the escape-string-regexp dependency and the
escapeRegexp wrapper from @docusaurus/utils, and call RegExp.escape
directly at all call sites.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@slorber slorber requested a review from Josh-Cena as a code owner June 12, 2026 14:32
@meta-cla meta-cla Bot added the CLA Signed Signed Facebook CLA label Jun 12, 2026
@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

[V2]

Name Link
🔨 Latest commit 4b19f30
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/6a2c188d8211d00008601ade
😎 Deploy Preview https://deploy-preview-12150--docusaurus-2.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.

@slorber slorber added the pr: maintenance This PR does not produce any behavior differences to end users when upgrading. label Jun 12, 2026
@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 12 MB

ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.9 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 179 kB 0 B
website/.docusaurus/routes.js 89.3 kB 0 B
website/.docusaurus/routesChunkNames.json 93.5 kB 0 B
website/.docusaurus/site-metadata.json 2.55 kB 0 B
website/build/assets/css/styles.********.css 146 kB 0 B
website/build/assets/js/main.********.js 743 kB 0 B
website/build/assets/js/runtime~main.********.js 39.9 kB 0 B
website/build/blog.html 77.6 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 65.7 kB +1 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 45.1 kB +1 B (0%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 49.4 kB +6 B (+0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 29.3 kB +1 B (0%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 40.2 kB +1 B (0%)
website/build/blog/2020/01/07/tribute-to-endi.html 32.8 kB +1 B (0%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 51.6 kB +1 B (0%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 47.6 kB +1 B (0%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 48.2 kB +1 B (0%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 54.4 kB +1 B (0%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 43.6 kB +1 B (0%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 133 kB +1 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 50.3 kB +1 B (0%)
website/build/blog/archive.html 23.8 kB 0 B
website/build/blog/authors.html 50.5 kB 0 B
website/build/blog/authors/j-marcey.html 70.4 kB 0 B
website/build/blog/authors/josh-cena.html 47 kB 0 B
website/build/blog/authors/lex-111.html 55.8 kB 0 B
website/build/blog/authors/slorber.html 81.1 kB 0 B
website/build/blog/authors/slorber/page/2.html 80.3 kB 0 B
website/build/blog/authors/slorber/page/3.html 83.9 kB 0 B
website/build/blog/authors/slorber/page/4.html 96.2 kB 0 B
website/build/blog/authors/slorber/page/5.html 53.4 kB 0 B
website/build/blog/authors/yangshun.html 66.3 kB 0 B
website/build/blog/authors/zpao.html 47.4 kB 0 B
website/build/blog/page/2.html 76.8 kB 0 B
website/build/blog/page/3.html 81.2 kB 0 B
website/build/blog/page/4.html 85.5 kB 0 B
website/build/blog/page/5.html 72.9 kB 0 B
website/build/blog/page/6.html 40.8 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 126 kB +1 B (0%)
website/build/blog/releases/2.2.html 50.5 kB +1 B (0%)
website/build/blog/releases/2.3.html 60.9 kB 0 B
website/build/blog/releases/2.4.html 64.3 kB +1 B (0%)
website/build/blog/releases/3.0.html 106 kB +1 B (0%)
website/build/blog/releases/3.1.html 53.3 kB +1 B (0%)
website/build/blog/releases/3.2.html 49.1 kB +1 B (0%)
website/build/blog/releases/3.3.html 56.2 kB +1 B (0%)
website/build/blog/releases/3.4.html 55.3 kB +1 B (0%)
website/build/blog/releases/3.5.html 58 kB +1 B (0%)
website/build/blog/releases/3.6.html 76.3 kB +1 B (0%)
website/build/blog/releases/3.7.html 50.8 kB +1 B (0%)
website/build/blog/releases/3.8.html 85.6 kB +6 B (+0.01%)
website/build/blog/releases/3.9.html 60.8 kB +1 B (0%)
website/build/blog/releases/3.10.html 90.6 kB +1 B (0%)
website/build/blog/tags.html 27.4 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 123 kB +1 B (0%)
website/build/docs.html 50.8 kB 0 B
website/build/docs/advanced.html 30.6 kB 0 B
website/build/docs/advanced/architecture.html 29.2 kB +4 B (+0.01%)
website/build/docs/advanced/client.html 68.2 kB +1 B (0%)
website/build/docs/advanced/plugins.html 53.7 kB +1 B (0%)
website/build/docs/advanced/routing.html 68.7 kB +1 B (0%)
website/build/docs/advanced/ssg.html 72.8 kB +1 B (0%)
website/build/docs/api/docusaurus-config.html 230 kB 0 B
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 49.5 kB 0 B
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 35.4 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 34.5 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 35.7 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 39.3 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 38 kB +1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 36.9 kB +8 B (+0.02%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 61 kB +9 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 57.9 kB +1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 56.3 kB +1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 157 kB +1 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 43.7 kB +1 B (0%)
website/build/docs/api/plugins.html 31.5 kB 0 B
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 58.1 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 181 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 188 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 72.6 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 46 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 46.5 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 47.5 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 46.4 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 55.7 kB +4 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 114 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 39.2 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 63.9 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 44.2 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 39.5 kB +1 B (0%)
website/build/docs/api/themes.html 29.1 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 42.4 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 35.6 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 34.4 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 32.2 kB 0 B
website/build/docs/api/themes/configuration.html 246 kB +1 B (0%)
website/build/docs/blog.html 198 kB +1 B (0%)
website/build/docs/browser-support.html 46.7 kB +6 B (+0.01%)
website/build/docs/category/getting-started.html 27.5 kB 0 B
website/build/docs/category/guides.html 37.8 kB 0 B
website/build/docs/category/miscellaneous.html 27.3 kB 0 B
website/build/docs/cli.html 65.2 kB 0 B
website/build/docs/configuration.html 89.9 kB 0 B
website/build/docs/create-doc.html 60 kB +1 B (0%)
website/build/docs/creating-pages.html 55.8 kB +1 B (0%)
website/build/docs/deployment.html 64.8 kB 0 B
website/build/docs/deployment/github-pages.html 116 kB 0 B
website/build/docs/deployment/netlify.html 37.8 kB 0 B
website/build/docs/deployment/vercel.html 32.1 kB 0 B
website/build/docs/docs-introduction.html 49.3 kB +1 B (0%)
website/build/docs/docs-multi-instance.html 71.7 kB +1 B (0%)
website/build/docs/docusaurus-core.html 219 kB +1 B (0%)
website/build/docs/guides/whats-next.html 32.1 kB 0 B
website/build/docs/i18n/crowdin.html 143 kB +8 B (+0.01%)
website/build/docs/i18n/git.html 77.4 kB +8 B (+0.01%)
website/build/docs/i18n/introduction.html 48.1 kB 0 B
website/build/docs/i18n/tutorial.html 164 kB 0 B
website/build/docs/installation.html 67.8 kB 0 B
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 83 kB +2 B (0%)
website/build/docs/markdown-features/admonitions.html 114 kB +1 B (0%)
website/build/docs/markdown-features/assets.html 84.5 kB +1 B (0%)
website/build/docs/markdown-features/code-blocks.html 213 kB +1 B (0%)
website/build/docs/markdown-features/diagrams.html 53.3 kB +1 B (0%)
website/build/docs/markdown-features/head-metadata.html 49.7 kB +1 B (0%)
website/build/docs/markdown-features/links.html 39.9 kB +1 B (0%)
website/build/docs/markdown-features/math-equations.html 89.1 kB +1 B (0%)
website/build/docs/markdown-features/plugins.html 93.4 kB +1 B (0%)
website/build/docs/markdown-features/react.html 130 kB +1 B (0%)
website/build/docs/markdown-features/tabs.html 136 kB +1 B (0%)
website/build/docs/markdown-features/toc.html 84.7 kB +1 B (0%)
website/build/docs/migration.html 38.3 kB +1 B (0%)
website/build/docs/migration/v2.html 38.5 kB +1 B (0%)
website/build/docs/migration/v2/automated.html 38.9 kB +1 B (0%)
website/build/docs/migration/v2/manual.html 185 kB +1 B (0%)
website/build/docs/migration/v2/translated-sites.html 49.8 kB +1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 58.6 kB +1 B (0%)
website/build/docs/migration/v3.html 187 kB +2 B (0%)
website/build/docs/playground.html 30.9 kB 0 B
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 121 kB +1 B (0%)
website/build/docs/seo.html 86.1 kB 0 B
website/build/docs/sidebar.html 136 kB +1 B (0%)
website/build/docs/sidebar/autogenerated.html 143 kB +1 B (0%)
website/build/docs/sidebar/items.html 170 kB +1 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 60.5 kB +1 B (0%)
website/build/docs/static-assets.html 50.7 kB +1 B (0%)
website/build/docs/styling-layout.html 137 kB +4 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 108 kB +1 B (0%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 65.6 kB +9 B (+0.01%)
website/build/docs/using-plugins.html 103 kB 0 B
website/build/docs/versioning.html 89.9 kB 0 B
website/build/index.html 35.8 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_FASTER

@github-actions

Copy link
Copy Markdown

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO Report
/ 🔴 44 🟢 98 🟢 100 🟢 100 Report
/docs/installation 🟠 51 🟢 97 🟢 100 🟢 100 Report
/docs/category/getting-started 🟠 66 🟢 100 🟢 100 🟠 86 Report
/blog 🟠 66 🟢 96 🟢 100 🟠 86 Report
/blog/preparing-your-site-for-docusaurus-v3 🟠 64 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 67 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 68 🟢 100 🟢 100 🟠 86 Report

@slorber slorber merged commit 545cff6 into main Jun 12, 2026
39 checks passed
@github-actions

Copy link
Copy Markdown

Size Change: 0 B

Total Size: 12.4 MB

ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.9 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 179 kB 0 B
website/.docusaurus/routes.js 89.3 kB 0 B
website/.docusaurus/routesChunkNames.json 93.5 kB 0 B
website/.docusaurus/site-metadata.json 2.4 kB 0 B
website/build/assets/css/styles.********.css 138 kB 0 B
website/build/assets/js/main.********.js 734 kB 0 B
website/build/assets/js/runtime~main.********.js 39.7 kB 0 B
website/build/blog.html 80.3 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 67.8 kB +1 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 47 kB +1 B (0%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 51.4 kB +6 B (+0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 30.9 kB +1 B (0%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 42.1 kB +1 B (0%)
website/build/blog/2020/01/07/tribute-to-endi.html 34.5 kB +1 B (0%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 53.7 kB +1 B (0%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 49.6 kB +1 B (0%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 50.3 kB +1 B (0%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 56.7 kB +1 B (0%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 45.5 kB +1 B (0%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 138 kB +1 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 52.6 kB +1 B (0%)
website/build/blog/archive.html 25.2 kB 0 B
website/build/blog/authors.html 52.7 kB 0 B
website/build/blog/authors/j-marcey.html 73.1 kB 0 B
website/build/blog/authors/josh-cena.html 49.1 kB 0 B
website/build/blog/authors/lex-111.html 58.1 kB 0 B
website/build/blog/authors/slorber.html 84 kB 0 B
website/build/blog/authors/slorber/page/2.html 83.2 kB 0 B
website/build/blog/authors/slorber/page/3.html 86.8 kB 0 B
website/build/blog/authors/slorber/page/4.html 99.6 kB 0 B
website/build/blog/authors/slorber/page/5.html 55.6 kB 0 B
website/build/blog/authors/yangshun.html 69 kB 0 B
website/build/blog/authors/zpao.html 49.5 kB 0 B
website/build/blog/page/2.html 79.5 kB 0 B
website/build/blog/page/3.html 83.9 kB 0 B
website/build/blog/page/4.html 88.4 kB 0 B
website/build/blog/page/5.html 75.5 kB 0 B
website/build/blog/page/6.html 42.6 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 130 kB +1 B (0%)
website/build/blog/releases/2.2.html 52.8 kB +1 B (0%)
website/build/blog/releases/2.3.html 63.4 kB 0 B
website/build/blog/releases/2.4.html 67.1 kB +1 B (0%)
website/build/blog/releases/3.0.html 110 kB +1 B (0%)
website/build/blog/releases/3.1.html 55.5 kB +1 B (0%)
website/build/blog/releases/3.2.html 51.3 kB +1 B (0%)
website/build/blog/releases/3.3.html 58.5 kB +1 B (0%)
website/build/blog/releases/3.4.html 57.7 kB +1 B (0%)
website/build/blog/releases/3.5.html 60.4 kB +1 B (0%)
website/build/blog/releases/3.6.html 79.3 kB +1 B (0%)
website/build/blog/releases/3.7.html 53.1 kB +1 B (0%)
website/build/blog/releases/3.8.html 88.8 kB +6 B (+0.01%)
website/build/blog/releases/3.9.html 63.3 kB +1 B (0%)
website/build/blog/releases/3.10.html 93.8 kB +1 B (0%)
website/build/blog/tags.html 29.1 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 127 kB +1 B (0%)
website/build/docs.html 52.8 kB 0 B
website/build/docs/advanced.html 32.1 kB 0 B
website/build/docs/advanced/architecture.html 30.7 kB +4 B (+0.01%)
website/build/docs/advanced/client.html 70.9 kB +1 B (0%)
website/build/docs/advanced/plugins.html 55.9 kB +1 B (0%)
website/build/docs/advanced/routing.html 71.3 kB +1 B (0%)
website/build/docs/advanced/ssg.html 75.9 kB +1 B (0%)
website/build/docs/api/docusaurus-config.html 239 kB 0 B
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 51.9 kB 0 B
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 37.3 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 36.2 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 37.5 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 41.2 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 39.7 kB +1 B (0%)
website/build/docs/api/misc/create-docusaurus.html 38.7 kB +8 B (+0.02%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 63.3 kB +9 B (+0.01%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 60.2 kB +1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 58.4 kB +1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 162 kB +1 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 45.6 kB +1 B (0%)
website/build/docs/api/plugins.html 33.1 kB 0 B
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 60.8 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 189 kB +4 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 196 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 76.3 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 48.1 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 48.7 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 49.8 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 48.6 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 58.4 kB +4 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 119 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 41.2 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 66.7 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 46.3 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 41.6 kB +1 B (0%)
website/build/docs/api/themes.html 30.6 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 44.4 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 37.3 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 36.1 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 33.9 kB 0 B
website/build/docs/api/themes/configuration.html 258 kB +1 B (0%)
website/build/docs/blog.html 204 kB +1 B (0%)
website/build/docs/browser-support.html 48.9 kB +6 B (+0.01%)
website/build/docs/category/getting-started.html 28.9 kB 0 B
website/build/docs/category/guides.html 39.5 kB 0 B
website/build/docs/category/miscellaneous.html 28.7 kB 0 B
website/build/docs/cli.html 69 kB 0 B
website/build/docs/configuration.html 93.4 kB 0 B
website/build/docs/create-doc.html 62.5 kB +1 B (0%)
website/build/docs/creating-pages.html 58.2 kB +1 B (0%)
website/build/docs/deployment.html 67.6 kB 0 B
website/build/docs/deployment/github-pages.html 120 kB 0 B
website/build/docs/deployment/netlify.html 39.8 kB 0 B
website/build/docs/deployment/vercel.html 33.8 kB 0 B
website/build/docs/docs-introduction.html 51.6 kB +1 B (0%)
website/build/docs/docs-multi-instance.html 74.9 kB +1 B (0%)
website/build/docs/docusaurus-core.html 227 kB +1 B (0%)
website/build/docs/guides/whats-next.html 33.8 kB 0 B
website/build/docs/i18n/crowdin.html 148 kB +8 B (+0.01%)
website/build/docs/i18n/git.html 80.7 kB +8 B (+0.01%)
website/build/docs/i18n/introduction.html 50.3 kB 0 B
website/build/docs/i18n/tutorial.html 170 kB 0 B
website/build/docs/installation.html 70.7 kB 0 B
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 86.1 kB +2 B (0%)
website/build/docs/markdown-features/admonitions.html 119 kB +1 B (0%)
website/build/docs/markdown-features/assets.html 88.4 kB +1 B (0%)
website/build/docs/markdown-features/code-blocks.html 221 kB +1 B (0%)
website/build/docs/markdown-features/diagrams.html 55.9 kB +1 B (0%)
website/build/docs/markdown-features/head-metadata.html 52.1 kB +1 B (0%)
website/build/docs/markdown-features/links.html 41.9 kB +1 B (0%)
website/build/docs/markdown-features/math-equations.html 93 kB +1 B (0%)
website/build/docs/markdown-features/plugins.html 97.1 kB +1 B (0%)
website/build/docs/markdown-features/react.html 135 kB +1 B (0%)
website/build/docs/markdown-features/tabs.html 143 kB +1 B (0%)
website/build/docs/markdown-features/toc.html 88.3 kB +1 B (0%)
website/build/docs/migration.html 40.2 kB +1 B (0%)
website/build/docs/migration/v2.html 40.3 kB +1 B (0%)
website/build/docs/migration/v2/automated.html 40.9 kB +1 B (0%)
website/build/docs/migration/v2/manual.html 192 kB +1 B (0%)
website/build/docs/migration/v2/translated-sites.html 52 kB +1 B (0%)
website/build/docs/migration/v2/versioned-sites.html 60.9 kB +1 B (0%)
website/build/docs/migration/v3.html 193 kB +2 B (0%)
website/build/docs/playground.html 32.4 kB 0 B
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 125 kB +1 B (0%)
website/build/docs/seo.html 89.9 kB 0 B
website/build/docs/sidebar.html 142 kB +1 B (0%)
website/build/docs/sidebar/autogenerated.html 148 kB +1 B (0%)
website/build/docs/sidebar/items.html 177 kB +1 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 63.4 kB +1 B (0%)
website/build/docs/static-assets.html 53 kB +1 B (0%)
website/build/docs/styling-layout.html 142 kB +4 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 113 kB +1 B (0%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 68.4 kB +9 B (+0.01%)
website/build/docs/using-plugins.html 107 kB 0 B
website/build/docs/versioning.html 93.6 kB 0 B
website/build/index.html 37.5 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_SLOWER

@slorber slorber deleted the claude/hopeful-zhukovsky-6714d8 branch June 12, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Signed Facebook CLA pr: maintenance This PR does not produce any behavior differences to end users when upgrading.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant