chaokunyang opened a new pull request, #3701: URL: https://github.com/apache/fory/pull/3701
## What - Wrap generic collection/type spellings in `docs/specification/xlang_type_mapping.md` as inline code. - Prevent Docusaurus MDX from parsing type mappings such as `Dictionary<K,V>` as JSX. ## Verification - `python3 ci/validate_fory_site_sync.py /Users/shawnyang/Desktop/dev/fory <fresh fory-site checkout>` - `npx --yes prettier --check docs/specification/xlang_type_mapping.md` - `npx --yes [email protected] docs/specification/xlang_type_mapping.md` - `git diff --check` Fixes the Fory site build failure from https://github.com/apache/fory/actions/runs/26328640694/job/77510766913. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
