See Good First Issues.
Create an issue with this form.
Apache Fory's website consists of static pages hosted at https://github.com/apache/fory-site.
Create an issue with this form.
The current Introduction, Getting Started, Benchmarks, Object Serialization, Row Format, Fory JSON, compiler, gRPC, Development, and Specification content is synced from the docs directory in the Fory repository.
To update those pages, submit a pull request to apache/fory. Website pages, community pages, blog posts, navigation, localization, and historical version snapshots remain owned by this repository.
npm install -g markdownlint-cli2 npm install -g prettier prettier --write "**/*.md" markdownlint-cli2 "**/*.md" "#node_modules" --fix markdownlint '**/*.md' --ignore node_modules
If you want write a blog, or update other contents about the website, please submit PR to this site repo.