This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new beb124c16 π synced local 'docs/docs/guide/' with remote 'docs/guide/'
beb124c16 is described below
commit beb124c16cd9c708a9cc996fc28c1e1d1e15c091
Author: chaokunyang <[email protected]>
AuthorDate: Wed Oct 29 04:57:24 2025 +0000
π synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
docs/docs/guide/java_serialization_guide.md | 1 +
docs/docs/guide/python_guide.md | 3 +--
docs/docs/guide/rust_guide.md | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/docs/guide/java_serialization_guide.md
b/docs/docs/guide/java_serialization_guide.md
index 50205f56b..0a9f68bfa 100644
--- a/docs/docs/guide/java_serialization_guide.md
+++ b/docs/docs/guide/java_serialization_guide.md
@@ -451,6 +451,7 @@ Not all Java types have equivalents in other languages.
When using xlang mode:
- Use **primitive types** (`int`, `long`, `double`, `String`) for maximum
compatibility
- Use **standard collections** (`List`, `Map`, `Set`) instead of
language-specific ones
- Avoid **Java-specific types** like `Optional`, `BigDecimal` (unless the
target language supports them)
+- See [Type Mapping Guide](../specification/xlang_type_mapping.md) for
complete compatibility matrix
**Compatible Types**:
diff --git a/docs/docs/guide/python_guide.md b/docs/docs/guide/python_guide.md
index 297f4d07e..801ee70ff 100644
--- a/docs/docs/guide/python_guide.md
+++ b/docs/docs/guide/python_guide.md
@@ -18,8 +18,7 @@ license: |
See the License for the specific language governing permissions and
limitations under the License.
---
-
-## Apache Foryβ’ Python
+# Apache Foryβ’ Python
[](https://github.com/apache/fory/actions/workflows/ci.yml)
[](https://pypi.org/project/pyfory/)
diff --git a/docs/docs/guide/rust_guide.md b/docs/docs/guide/rust_guide.md
index c3b426544..6729c55a9 100644
--- a/docs/docs/guide/rust_guide.md
+++ b/docs/docs/guide/rust_guide.md
@@ -18,8 +18,7 @@ license: |
See the License for the specific language governing permissions and
limitations under the License.
---
-
-## Apache Foryβ’ Rust
+# Apache Foryβ’ Rust
[](https://crates.io/crates/fory)
[](https://docs.rs/fory)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]