Commit Graph

9 Commits

Author SHA1 Message Date
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
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
Sébastien Lorber 0c791fb4e9 docs: fix old base ts config ref (#10657) 2024-11-08 15:51:24 +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