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 b1f01b4ab fix markdown table error in java serialization guide doc
b1f01b4ab is described below

commit b1f01b4abf93002f26dbc4ab62c06230363b65bc
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Nov 11 22:47:51 2025 +0800

    fix markdown table error in java serialization guide doc
---
 versioned_docs/version-0.13/docs/guide/java_serialization_guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md 
b/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md
index b0f23f96e..e00eb4d7a 100644
--- a/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md
+++ b/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md
@@ -1,7 +1,7 @@
 ---
-title: Java Serialization
+title: Java Serialization Guide
 sidebar_position: 0
-id: java_serialization
+id: java_object_graph_guide
 license: |
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -286,7 +286,7 @@ For Maven:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-simd</artifactId>
-  <version>0.13.1-SNAPSHOT</version>
+  <version>0.13.0-SNAPSHOT</version>
 </dependency>
 ```
 


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

Reply via email to