Commit Graph

15 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
kilavvy 154c95c11c docs: typo in documentation files (#10950) 2025-02-25 13:38:38 +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 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
정보현 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
Dhaya a05f265bb8 docs(search): update docsearch api url (#10233) 2024-06-20 17:40:27 +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
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
ozaki 6d8108b653 docs: update legacy MDX v1 links to markdown links (#9914) 2024-03-05 23:46:52 +01:00
Sébastien Lorber 4388267c26 fix(core): various broken anchor link fixes (#9732) 2024-01-12 16:09:45 +01:00
ozaki fd49301a45 feat(core): make broken link checker detect broken anchors - add onBrokenAnchors config (#9528)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2024-01-04 12:56:20 +01:00
Sébastien Lorber 10897416dc docs: archive v2 docs versions + create 2.x docs (#9472) 2023-10-30 14:06:32 +01:00