This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch fix_docs in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 718c7c935e002dc9fa31c69abcb4ea655c72e5ac Author: chaokunyang <[email protected]> AuthorDate: Tue Oct 28 01:48:53 2025 +0800 fix docs --- versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md | 1 - versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md | 1 - 2 files changed, 2 deletions(-) diff --git a/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md b/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md index c4b6bfa90..73d9fd792 100644 --- a/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md +++ b/versioned_docs/version-0.11/docs/guide/xlang_type_mapping.md @@ -21,7 +21,6 @@ license: | Note: -- For type definition, see [Type Systems in Spec](/specification/xlang_serialization_spec.md#type-systems) - `int16_t[n]/vector<T>` indicates `int16_t[n]/vector<int16_t>` - The cross-language serialization is not stable, do not use it in your production environment. diff --git a/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md b/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md index a4d9637f8..130cfe6b7 100644 --- a/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md +++ b/versioned_docs/version-0.13/docs/guide/xlang_type_mapping.md @@ -21,7 +21,6 @@ license: | Note: -- For type definition, see [Type Systems in Spec](../specification/xlang_serialization_spec.md#type-systems) - `int16_t[n]/vector<T>` indicates `int16_t[n]/vector<int16_t>` - The cross-language serialization is not stable, do not use it in your production environment. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
