This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a change to branch release_1.4.0
in repository https://gitbox.apache.org/repos/asf/fory-site.git


    from 6652d94d2e Fix Fory JSON release blog links
     add 820e3e5d13 Address Fory 1.4.0 release review findings
     add ad7bc5cc85 Fix Fory 1.4.0 install guidance
     add 7d9541e506 Fix 1.4.0 documentation accuracy
     add e91876776c Update JVM release instructions

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |    4 +-
 blog/2025-12-15-fory_0_14_0_release.md             |    2 +-
 blog/2026-02-10-fory_0_15_0_release.md             |    2 +-
 blog/2026-03-17-fory_0_16_0_release.md             |    2 +-
 blog/2026-04-19-fory_0_17_0_release.md             |    2 +-
 blog/2026-05-21-fory_1_0_0_release.md              |    2 +-
 blog/2026-05-31-fory_1_1_0_release.md              |    2 +-
 blog/2026-06-16-fory_1_2_0_release.md              |    2 +-
 blog/2026-06-25-fory_1_3_0_release.md              |    2 +-
 blog/2026-07-20-fory_1_4_0_released.md             |    2 +-
 docs/community/how_to_release.md                   |   61 +-
 docs/start/install.md                              |   10 +-
 docs/start/usage.md                                |    2 +-
 .../2025-12-15-fory_0_14_0_release.md              |    2 +-
 .../2026-02-10-fory_0_15_0_release.md              |    2 +-
 .../2026-03-17-fory_0_16_0_release.md              |    2 +-
 .../2026-04-19-fory_0_17_0_release.md              |    2 +-
 .../2026-05-21-fory_1_0_0_release.md               |    2 +-
 .../2026-05-31-fory_1_1_0_release.md               |    2 +-
 .../2026-06-16-fory_1_2_0_release.md               |    2 +-
 .../2026-06-25-fory_1_3_0_release.md               |    2 +-
 .../2026-07-20-fory_1_4_0_released.md              |    2 +-
 .../current/community/how_to_release.md            |   22 +
 .../current/compiler/generated-code.md             |  972 +++++++++++---
 .../current/compiler/index.md                      |    2 +-
 .../current/compiler/protobuf-idl.md               |    4 +-
 .../current/compiler/schema-idl.md                 | 1384 +++++++++++++++-----
 .../current/guide/csharp/basic-serialization.md    |    8 +-
 .../current/guide/csharp/custom-serializers.md     |    4 +-
 .../current/guide/csharp/index.md                  |    6 +-
 .../current/guide/csharp/references.md             |    2 +-
 .../current/guide/csharp/schema-evolution.md       |    4 +-
 .../current/guide/csharp/schema-metadata.md        |    8 +-
 .../current/guide/csharp/supported-types.md        |    2 +-
 .../current/guide/csharp/xlang-serialization.md    |    2 +-
 .../current/guide/dart/xlang-serialization.md      |    2 +-
 .../current/guide/python/configuration.md          |  277 ++--
 .../current/guide/rust/configuration.md            |  170 ++-
 .../specification/xlang_serialization_spec.md      |    2 +-
 .../current/specification/xlang_type_mapping.md    |  251 ++--
 .../current/start/install.md                       |   10 +-
 .../current/start/usage.md                         |    2 +-
 .../version-1.4.0/community/how_to_release.md      |   22 +
 .../version-1.4.0/compiler/generated-code.md       |  972 +++++++++++---
 .../version-1.4.0/compiler/index.md                |    2 +-
 .../version-1.4.0/compiler/protobuf-idl.md         |    4 +-
 .../version-1.4.0/compiler/schema-idl.md           | 1384 +++++++++++++++-----
 .../guide/csharp/basic-serialization.md            |    8 +-
 .../guide/csharp/custom-serializers.md             |    4 +-
 .../version-1.4.0/guide/csharp/index.md            |    6 +-
 .../version-1.4.0/guide/csharp/references.md       |    2 +-
 .../version-1.4.0/guide/csharp/schema-evolution.md |    4 +-
 .../version-1.4.0/guide/csharp/schema-metadata.md  |    8 +-
 .../version-1.4.0/guide/csharp/supported-types.md  |    2 +-
 .../guide/csharp/xlang-serialization.md            |    2 +-
 .../guide/dart/xlang-serialization.md              |    2 +-
 .../version-1.4.0/guide/python/configuration.md    |  277 ++--
 .../version-1.4.0/guide/rust/configuration.md      |  170 ++-
 .../specification/java_serialization_spec.md       |    0
 .../specification/row_format_spec.md               |    0
 .../specification/xlang_implementation_guide.md    |    0
 .../specification/xlang_serialization_spec.md      |    2 +-
 .../specification/xlang_type_mapping.md            |  236 ++--
 .../version-1.4.0/start/install.md                 |   10 +-
 .../version-1.4.0/start/usage.md                   |    2 +-
 .../download/index.md                              |   16 +-
 src/components/home/HomepageLanding.tsx            |    8 +-
 src/pages/download/index.md                        |   16 +-
 .../version-1.4.0/community/how_to_release.md      |   61 +-
 versioned_docs/version-1.4.0/start/install.md      |   10 +-
 versioned_docs/version-1.4.0/start/usage.md        |    2 +-
 71 files changed, 4653 insertions(+), 1826 deletions(-)
 copy i18n/zh-CN/docusaurus-plugin-content-docs/{current => 
version-1.4.0}/specification/java_serialization_spec.md (100%)
 copy i18n/zh-CN/docusaurus-plugin-content-docs/{current => 
version-1.4.0}/specification/row_format_spec.md (100%)
 copy i18n/zh-CN/docusaurus-plugin-content-docs/{current => 
version-1.4.0}/specification/xlang_implementation_guide.md (100%)
 copy i18n/zh-CN/docusaurus-plugin-content-docs/{current => 
version-1.4.0}/specification/xlang_serialization_spec.md (99%)
 copy {docs => 
i18n/zh-CN/docusaurus-plugin-content-docs/version-1.4.0}/specification/xlang_type_mapping.md
 (68%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to