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

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


    from 0951a42fb9 🔄 synced local 'docs/specification/' with remote 
'docs/specification/'
     new 258c9bda2c 🔄 synced local 'docs/guide/' with remote 'docs/guide/'
     new 316baa5172 🔄 synced local 'docs/specification/' with remote 
'docs/specification/'
     new e8c7153233 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/'
     new e87c292b32 🔄 synced local 'docs/benchmarks/' with remote 
'docs/benchmarks/'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/benchmarks/java/README.md                    | 56 ++++++-------
 docs/compiler/compiler-guide.md                   |  8 +-
 docs/compiler/flatbuffers-idl.md                  | 16 ++--
 docs/compiler/generated-code.md                   | 28 +++----
 docs/compiler/index.md                            |  5 +-
 docs/compiler/protobuf-idl.md                     |  4 +-
 docs/compiler/schema-idl.md                       | 34 ++++----
 docs/guide/cpp/basic-serialization.md             |  2 +-
 docs/guide/cpp/configuration.md                   | 64 ++++++---------
 docs/guide/cpp/index.md                           |  4 +-
 docs/guide/cpp/native-serialization.md            | 42 +++++-----
 docs/guide/cpp/polymorphism.md                    | 15 ++--
 docs/guide/cpp/schema-evolution.md                | 50 ++++++------
 docs/guide/cpp/schema-metadata.md                 |  2 +-
 docs/guide/cpp/xlang-serialization.md             |  2 +-
 docs/guide/csharp/configuration.md                | 28 ++++---
 docs/guide/csharp/index.md                        |  8 +-
 docs/guide/csharp/schema-evolution.md             | 20 ++---
 docs/guide/csharp/schema-metadata.md              |  4 +-
 docs/guide/csharp/thread-safety.md                |  7 +-
 docs/guide/csharp/troubleshooting.md              | 15 ++--
 docs/guide/csharp/type-registration.md            |  4 +-
 docs/guide/csharp/xlang-serialization.md          | 10 +--
 docs/guide/dart/basic-serialization.md            |  2 +-
 docs/guide/dart/code-generation.md                |  2 +-
 docs/guide/dart/configuration.md                  | 19 ++---
 docs/guide/dart/index.md                          |  6 +-
 docs/guide/dart/schema-evolution.md               | 22 +++--
 docs/guide/dart/schema-metadata.md                | 12 +--
 docs/guide/dart/troubleshooting.md                | 14 ++--
 docs/guide/dart/type-registration.md              |  4 +-
 docs/guide/dart/web-platform-support.md           |  6 +-
 docs/guide/dart/xlang-serialization.md            |  7 +-
 docs/guide/go/codegen.md                          |  4 +-
 docs/guide/go/configuration.md                    | 25 +++---
 docs/guide/go/index.md                            |  4 +-
 docs/guide/go/native-serialization.md             | 58 +++++++-------
 docs/guide/go/schema-evolution.md                 | 72 +++++++++--------
 docs/guide/go/troubleshooting.md                  |  8 +-
 docs/guide/go/xlang-serialization.md              |  2 +-
 docs/guide/java/advanced-features.md              |  2 +-
 docs/guide/java/android-support.md                |  2 +-
 docs/guide/java/basic-serialization.md            | 17 ++--
 docs/guide/java/configuration.md                  | 21 +++--
 docs/guide/java/custom-serializers.md             |  8 +-
 docs/guide/java/index.md                          | 12 +--
 docs/guide/java/native-serialization.md           | 64 +++++++--------
 docs/guide/java/object-copy.md                    | 18 ++---
 docs/guide/java/schema-evolution.md               | 98 +++++++++++++----------
 docs/guide/java/schema-metadata.md                |  9 +--
 docs/guide/java/static-generated-serializers.md   |  2 +-
 docs/guide/java/troubleshooting.md                | 19 ++---
 docs/guide/java/type-registration.md              |  4 +-
 docs/guide/java/xlang-serialization.md            | 12 +--
 docs/guide/javascript/configuration.md            | 18 +++--
 docs/guide/javascript/index.md                    |  4 +-
 docs/guide/javascript/references.md               |  2 +-
 docs/guide/javascript/schema-evolution.md         | 36 +++++----
 docs/guide/javascript/schema-metadata.md          | 10 +--
 docs/guide/javascript/supported-types.md          |  4 +-
 docs/guide/javascript/troubleshooting.md          |  6 +-
 docs/guide/javascript/type-registration.md        |  6 +-
 docs/guide/javascript/xlang-serialization.md      | 20 ++---
 docs/guide/kotlin/android-support.md              | 10 +--
 docs/guide/kotlin/configuration.md                | 19 ++++-
 docs/guide/kotlin/default-values.md               |  8 +-
 docs/guide/kotlin/index.md                        |  6 +-
 docs/guide/kotlin/schema-metadata.md              |  2 +-
 docs/guide/kotlin/static-generated-serializers.md | 18 ++---
 docs/guide/kotlin/type-serialization.md           |  2 +-
 docs/guide/python/configuration.md                | 48 ++++++-----
 docs/guide/python/index.md                        |  4 +-
 docs/guide/python/native-serialization.md         | 16 ++--
 docs/guide/python/schema-evolution.md             | 41 ++++++----
 docs/guide/python/schema-metadata.md              |  2 +-
 docs/guide/python/troubleshooting.md              |  4 +-
 docs/guide/python/type-registration.md            |  2 +-
 docs/guide/python/xlang-serialization.md          |  4 +-
 docs/guide/rust/basic-serialization.md            |  2 +-
 docs/guide/rust/configuration.md                  | 52 +++++++-----
 docs/guide/rust/index.md                          |  4 +-
 docs/guide/rust/native-serialization.md           | 55 +++++++------
 docs/guide/rust/polymorphism.md                   |  8 +-
 docs/guide/rust/schema-evolution.md               | 51 +++++++-----
 docs/guide/rust/troubleshooting.md                |  5 +-
 docs/guide/rust/xlang-serialization.md            |  2 +-
 docs/guide/scala/configuration.md                 | 23 ++++--
 docs/guide/scala/default-values.md                |  8 +-
 docs/guide/scala/index.md                         |  8 +-
 docs/guide/scala/schema-idl.md                    | 10 +--
 docs/guide/swift/configuration.md                 | 29 ++++---
 docs/guide/swift/polymorphism.md                  |  4 +-
 docs/guide/swift/references.md                    |  2 +-
 docs/guide/swift/schema-evolution.md              |  5 +-
 docs/guide/swift/schema-metadata.md               |  2 +-
 docs/guide/swift/troubleshooting.md               |  8 +-
 docs/guide/swift/type-registration.md             |  2 +-
 docs/guide/swift/xlang-serialization.md           |  2 +-
 docs/guide/xlang/field-nullability.md             |  4 +-
 docs/guide/xlang/field-type-meta.md               | 14 ++--
 docs/guide/xlang/getting-started.md               |  4 +-
 docs/guide/xlang/index.md                         | 10 +--
 docs/guide/xlang/troubleshooting.md               | 20 +++--
 docs/specification/java_serialization_spec.md     | 10 +--
 docs/specification/xlang_implementation_guide.md  | 53 ++++++------
 docs/specification/xlang_serialization_spec.md    | 50 ++++++------
 docs/specification/xlang_type_mapping.md          |  8 +-
 107 files changed, 899 insertions(+), 831 deletions(-)


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

Reply via email to