Commit Graph

359 Commits

Author SHA1 Message Date
Sébastien Lorber 238c71e9ca chore: release v3.10.1 (#11983) 2026-04-30 14:58:04 +02:00
Sébastien Lorber 62c5bf456a chore: release v3.10 (#11825)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-04-07 16:20:00 +02:00
Sébastien Lorber caff1c46ea chore(website): migrate MDX heading ids to comment syntax + upgrade Crowdin parser version (#11779) 2026-03-06 21:48:12 +01:00
Sébastien Lorber 9456b23440 docs(website): change recommended syntax for math equations (#11784) 2026-03-06 19:23:20 +01:00
Poetry Of Code d173a7767d docs(i18n): fix cp commands causing duplicate files in some shells (#11687)
* docs(i18n): fix cp commands causing duplicate files in some shells

The i18n tutorial and git workflow docs used `cp -r dir/**` which
causes duplicate files in shells like Fish where the glob expands
before the -r flag processes recursively.

Fix by:
- Using `cp -r dir/.` for recursive directory copies
- Removing -r and using single `*` for file pattern copies

Fixes #11158

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs(i18n): use recursive cp for pages to include subfolders

Use `cp -r src/pages/. dest` instead of separate glob commands,
matching the pattern already used for docs and blog copies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs(i18n): copy only md/mdx files for pages i18n

Use find to recursively copy only .md and .mdx files from src/pages,
preserving directory structure, instead of copying all files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Update website/docs/i18n/i18n-git.mdx

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2026-02-06 11:49:12 +01:00
Natan Yagudayev 89633b4d33 feat(theme-search-algolia): add support for DocSearch v4.3.2 and new Suggested Questions (#11541)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-11-21 11:31:51 +01:00
Sébastien Lorber bca9ce746f chore: release v3.9.2 (#11491) 2025-10-17 17:15:09 +02:00
Eleni Grosdouli 2a10b5453f fix(docs): Fix deployment docs for v3.9.1 - Node.js version should be v20 (#11474) 2025-10-14 09:54:20 +02:00
Ethan 13ec1eaa3e docs(website): fix typo for onBrokenMarkdownImages (#11444) 2025-10-09 17:44:15 +02:00
Sébastien Lorber c3e5db1dc3 chore: release v3.9.1 (#11436) 2025-09-26 15:31:09 +02:00
Sébastien Lorber c24d7dc86a chore: release v3.9 (#11419)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-09-25 17:56:37 +02:00
Guo Ci e83747f323 Fix npm command typos in deployment.mdx (#11337) 2025-07-24 10:03:46 +02:00
Sébastien Lorber f811e2dbf4 chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
Sébastien Lorber b126e643d1 chore: release Docusaurus 3.8 (#11200)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-27 12:21:15 +02:00
Sébastien Lorber c419d7ec88 docs(ideal-image): Add warning for pnpm 10+ and sharp install script (#11180) 2025-05-15 12:45:28 +02:00
kilavvy 154c95c11c docs: typo in documentation files (#10950) 2025-02-25 13:38:38 +01:00
Sébastien Lorber cd7875bf84 docs: move docs of frontMatter.title_meta from docs to blog plugin (#10916) 2025-02-07 16:57:23 +01:00
Justin D Mathew 987eb1c6d2 docs(theme-live-codeblock): update versioned docs to include link to react-live (#10902) 2025-02-06 10:10:53 +01:00
Tatsunori Uchino a0248ed404 docs: Suggest remark-cjk-friendly in migration guide (#10892) 2025-02-03 13:02:20 +01:00
Sébastien Lorber 71d682c53b chore: release Docusaurus 3.7.0 (#10812) 2025-01-03 18:11:21 +01:00
Sébastien Lorber fd43036ab8 chore: release Docusaurus 3.6.3 (#10713) 2024-11-22 17:13:56 +01:00
Sébastien Lorber 90e85e83a5 chore: release Docusaurus 3.6.2 (#10698) 2024-11-19 19:07:06 +01:00
Kyle Tsang 0c8635529e docs: fix package name in babel config docs (#10666) 2024-11-11 13:59:23 +01:00
Sébastien Lorber f1272788a4 chore: release Docusaurus 3.6.1 (#10659) 2024-11-08 18:47:43 +01:00
Sébastien Lorber 0c791fb4e9 docs: fix old base ts config ref (#10657) 2024-11-08 15:51:24 +01:00
Sébastien Lorber ed2cdf391f chore: release Docusaurus v3.6 (#10633) 2024-11-04 12:03:54 +01:00
Sébastien Lorber 5c1ce0137c docs: fix frontMatter.mdx.format docs (#10631) 2024-10-31 11:23:59 +01:00
Sébastien Lorber 95e2d469e3 chore: Rename Twitter links/labels to X (#10509) 2024-09-19 11:30:57 +02:00
Chris Cho dd4fe63a3d docs: Fix link to GitHub workflow file docs (#10498) 2024-09-13 10:51:56 +02:00
Sébastien Lorber 655ce94c0f chore: release 3.5.2 (#10400) 2024-08-13 14:47:19 +02:00
Sébastien Lorber bde4414614 chore: release v3.5.1 (#10385) 2024-08-09 23:42:06 +02:00
Sébastien Lorber daa6b87f24 chore: release Docusaurus v3.5 (#10379) 2024-08-09 17:14:21 +02:00
Julian V 5e9e1d051b docs: fix default value for docRootComponent (#10337) 2024-07-25 11:31:20 +02:00
정보현 Bohyun Jung afa9fcc965 docs(plugin-google-gtag): replace the broken Google Developers links with valid ones (#10338)
Co-authored-by: Bohyun Jung <bohyunjung@naverz-corp.com>
2024-07-25 11:12:41 +02:00
Sébastien Lorber 2494661687 docs: remove deprecated partial toc warning (#10310) 2024-07-18 10:08:43 -04:00
Tatsunori Uchino 91cef6226a docs: backport #10173 to v3.3 + v3.4 & revise the content (#10180)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-06-21 13:43:48 +02:00
Dhaya a05f265bb8 docs(search): update docsearch api url (#10233) 2024-06-20 17:40:27 +02:00
Sébastien Lorber dbdd4dfb2e chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
Tatsunori Uchino 6c7f2fde20 docs: suggest using {<...>...</...>} if don't use Markdown in migra… (#10167) 2024-05-27 19:24:14 +02:00
Tatsunori Uchino 562a0be392 docs: recommend users to remove hast-util-is-element in migration to v3 (#10143) 2024-05-16 18:29:14 +02:00
Sébastien Lorber c125f7a272 chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101) 2024-05-03 17:14:41 +02:00
Sébastien Lorber e736dcb879 test(e2e): TypeCheck website/starter in min/max range of TS versions (#10063) 2024-04-19 19:01:04 +02:00
Virgil993 8e084ef8ba fix(algolia): add insights property on Algolia Theme Config object TS definition (#10048)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-04-18 16:00:24 +02:00
Sébastien Lorber 01ffcd96a0 docs(search): Algolia troubleshooting section for index configuration problems (#10056) 2024-04-18 15:22:33 +02:00
Tomy Hsieh 73016d4936 docs: Fix wrong path example (#10020)
Co-authored-by: ozakione <29860391+OzakIOne@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-04-05 14:22:32 +02:00
Sébastien Lorber e012e03158 chore: release Docusaurus 3.2.1 (#10016) 2024-04-04 20:17:34 +02:00
ozaki 73e78d2868 docs(website): fix SEO docs headTags example (#10014) 2024-04-04 16:55:22 +02:00
Sébastien Lorber debfc87d34 chore: release Docusaurus v3.2.0 (#10000) 2024-03-29 17:51:27 +01:00
Zed Spencer-Milnes 9a47ec0581 refactor(website): organise blog posts by year (#9965) 2024-03-20 18:08:05 +01:00
ozaki 6d8108b653 docs: update legacy MDX v1 links to markdown links (#9914) 2024-03-05 23:46:52 +01:00