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 d3073134d fix broken links (#389)
d3073134d is described below
commit d3073134d2f217178692ca60f1b63cc280a4ba80
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Jan 12 21:02:13 2026 +0800
fix broken links (#389)
---
docs/introduction/overview.md | 34 +++++++++++-----------
.../current/introduction/overview.md | 34 +++++++++++-----------
.../version-0.14/introduction/overview.md | 32 ++++++++++----------
package.json | 3 +-
.../version-0.14/introduction/overview.md | 32 ++++++++++----------
5 files changed, 68 insertions(+), 67 deletions(-)
diff --git a/docs/introduction/overview.md b/docs/introduction/overview.md
index 28e6235eb..0086e28b5 100644
--- a/docs/introduction/overview.md
+++ b/docs/introduction/overview.md
@@ -114,26 +114,26 @@ All protocols share the same optimized codebase, allowing
improvements in one pr
### User Guides
-| Guide | Description
| Source
| Website |
-| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| ----------------------------------- |
-| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [๐ View](../guide/java) |
-| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [๐ View](../guide/xlang) |
-| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [๐ View](../guide/java/row-format) |
-| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [๐ View](../guide/python) |
-| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [๐ View](../guide/rust) |
-| **Go** | Go implementation and usage
| [Go Guide](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [๐ View](../guide/go) |
-| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [๐ View](../guide/scala) |
-| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [๐ View](../guide/graalvm_guide) |
-| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ View](../guide/DEVELOPMENT) |
+| Guide | Description
| Source
| Website |
+| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| -------------------------------------- |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [๐ View](../guide/java) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [๐ View](../guide/xlang) |
+| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [๐ View](../guide/java/row-format.md) |
+| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [๐ View](../guide/python) |
+| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [๐ View](../guide/rust) |
+| **Go** | Go implementation and usage
| [Go Guide](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [๐ View](../guide/go) |
+| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [๐ View](../guide/scala) |
+| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [๐ View](../guide/graalvm_guide.md) |
+| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ View](../guide/DEVELOPMENT) |
### Protocol Specifications
-| Specification | Description | Source
| Website |
-| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
-| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ View](../specification/xlang_serialization_spec) |
-| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ View](../specification/java_serialization_spec) |
-| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ View](../specification/row_format_spec) |
-| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ View](../specification/xlang_type_mapping) |
+| Specification | Description | Source
| Website |
+| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------- |
+| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ View](../specification/xlang_serialization_spec.md) |
+| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ View](../specification/java_serialization_spec.md) |
+| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ View](../specification/row_format_spec.md) |
+| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ View](../specification/xlang_type_mapping.md) |
## Compatibility
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
index 89f86ac7c..d93b4b4fc 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/introduction/overview.md
@@ -114,26 +114,26 @@ Apache Foryโข ๅฎ็ฐไบ้ๅฏนไธๅๅบๆฏไผๅ็ๅคไธชไบ่ฟๅถๅ่ฎฎ๏ผ
### ็จๆทๆๅ
-| ๆๅ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
-| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| ----------------------------------- |
-| **Java ๅบๅๅ** | Java ๅบๅๅ็ปผๅๆๅ | [Java
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[๐ ๆฅ็](../guide/java) |
-| **่ทจ่ฏญ่จๅบๅๅ** | ๅค่ฏญ่จๅฏน่ฑกไบคๆข | [Xlang
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[๐ ๆฅ็](../guide/xlang) |
-| **่กๆ ผๅผ** | ้ถๆท่ด้ๆบ่ฎฟ้ฎๆ ผๅผ | [Java
่กๆ ผๅผ](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[๐ ๆฅ็](../guide/java/row-format) |
-| **Python** | Python ็นๅฎๅ่ฝๅ็จๆณ | [Python
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[๐ ๆฅ็](../guide/python) |
-| **Rust** | Rust ๅฎ็ฐๅๆจกๅผ | [Rust
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[๐ ๆฅ็](../guide/rust) |
-| **Go** | Go ๅฎ็ฐๅ็จๆณ | [Go
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [๐ ๆฅ็](../guide/go) |
-| **Scala** | Scala ้ๆๅๆไฝณๅฎ่ทต | [Scala
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[๐ ๆฅ็](../guide/scala) |
-| **GraalVM** | ๅ็้ๅๆฏๆๅ AOT ็ผ่ฏ | [GraalVM
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [๐
ๆฅ็](../guide/graalvm_guide) |
-| **ๅผๅ** | ๆๅปบๅ่ดก็ฎ Fory |
[ๅผๅๆๅ](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ ๆฅ็](../guide/DEVELOPMENT) |
+| ๆๅ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
+| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| -------------------------------------- |
+| **Java ๅบๅๅ** | Java ๅบๅๅ็ปผๅๆๅ | [Java
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[๐ ๆฅ็](../guide/java) |
+| **่ทจ่ฏญ่จๅบๅๅ** | ๅค่ฏญ่จๅฏน่ฑกไบคๆข | [Xlang
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[๐ ๆฅ็](../guide/xlang) |
+| **่กๆ ผๅผ** | ้ถๆท่ด้ๆบ่ฎฟ้ฎๆ ผๅผ | [Java
่กๆ ผๅผ](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[๐ ๆฅ็](../guide/java/row-format.md) |
+| **Python** | Python ็นๅฎๅ่ฝๅ็จๆณ | [Python
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[๐ ๆฅ็](../guide/python) |
+| **Rust** | Rust ๅฎ็ฐๅๆจกๅผ | [Rust
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[๐ ๆฅ็](../guide/rust) |
+| **Go** | Go ๅฎ็ฐๅ็จๆณ | [Go
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/go/)
| [๐ ๆฅ็](../guide/go) |
+| **Scala** | Scala ้ๆๅๆไฝณๅฎ่ทต | [Scala
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[๐ ๆฅ็](../guide/scala) |
+| **GraalVM** | ๅ็้ๅๆฏๆๅ AOT ็ผ่ฏ | [GraalVM
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [๐
ๆฅ็](../guide/graalvm_guide.md) |
+| **ๅผๅ** | ๆๅปบๅ่ดก็ฎ Fory |
[ๅผๅๆๅ](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ ๆฅ็](../guide/DEVELOPMENT) |
### ๅ่ฎฎ่ง่
-| ่ง่ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
-| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
-| **่ทจ่ฏญ่จๅบๅๅ** | ่ทจ่ฏญ่จไบ่ฟๅถๅ่ฎฎ |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ ๆฅ็](../specification/xlang_serialization_spec) |
-| **Java ๅบๅๅ** | Java ไผๅๅ่ฎฎ |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ ๆฅ็](../specification/java_serialization_spec) |
-| **่กๆ ผๅผ** | ๅบไบ่ก็ไบ่ฟๅถๆ ผๅผ |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ ๆฅ็](../specification/row_format_spec) |
-| **็ฑปๅๆ ๅฐ** | ่ทจ่ฏญ่จ็ฑปๅ่ฝฌๆข |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ ๆฅ็](../specification/xlang_type_mapping) |
+| ่ง่ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
+| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------- |
+| **่ทจ่ฏญ่จๅบๅๅ** | ่ทจ่ฏญ่จไบ่ฟๅถๅ่ฎฎ |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ ๆฅ็](../specification/xlang_serialization_spec.md) |
+| **Java ๅบๅๅ** | Java ไผๅๅ่ฎฎ |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ ๆฅ็](../specification/java_serialization_spec.md) |
+| **่กๆ ผๅผ** | ๅบไบ่ก็ไบ่ฟๅถๆ ผๅผ |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ ๆฅ็](../specification/row_format_spec.md) |
+| **็ฑปๅๆ ๅฐ** | ่ทจ่ฏญ่จ็ฑปๅ่ฝฌๆข |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ ๆฅ็](../specification/xlang_type_mapping.md) |
## ๅ
ผๅฎนๆง
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
index 31c6e0758..86184ed8f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/introduction/overview.md
@@ -114,25 +114,25 @@ Apache Foryโข ๅฎ็ฐไบ้ๅฏนไธๅๅบๆฏไผๅ็ๅคไธชไบ่ฟๅถๅ่ฎฎ๏ผ
### ็จๆทๆๅ
-| ๆๅ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
-| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| ----------------------------------- |
-| **Java ๅบๅๅ** | Java ๅบๅๅ็ปผๅๆๅ | [Java
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[๐ ๆฅ็](../guide/java) |
-| **่ทจ่ฏญ่จๅบๅๅ** | ๅค่ฏญ่จๅฏน่ฑกไบคๆข | [Xlang
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[๐ ๆฅ็](../guide/xlang) |
-| **่กๆ ผๅผ** | ้ถๆท่ด้ๆบ่ฎฟ้ฎๆ ผๅผ | [Java
่กๆ ผๅผ](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[๐ ๆฅ็](../guide/java/row-format) |
-| **Python** | Python ็นๅฎๅ่ฝๅ็จๆณ | [Python
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[๐ ๆฅ็](../guide/python) |
-| **Rust** | Rust ๅฎ็ฐๅๆจกๅผ | [Rust
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[๐ ๆฅ็](../guide/rust) |
-| **Scala** | Scala ้ๆๅๆไฝณๅฎ่ทต | [Scala
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[๐ ๆฅ็](../guide/scala) |
-| **GraalVM** | ๅ็้ๅๆฏๆๅ AOT ็ผ่ฏ | [GraalVM
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [๐
ๆฅ็](../guide/graalvm_guide) |
-| **ๅผๅ** | ๆๅปบๅ่ดก็ฎ Fory |
[ๅผๅๆๅ](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ ๆฅ็](../guide/DEVELOPMENT) |
+| ๆๅ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
+| ---------------- | ----------------------- |
-------------------------------------------------------------------------------------
| -------------------------------------- |
+| **Java ๅบๅๅ** | Java ๅบๅๅ็ปผๅๆๅ | [Java
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/java/) |
[๐ ๆฅ็](../guide/java) |
+| **่ทจ่ฏญ่จๅบๅๅ** | ๅค่ฏญ่จๅฏน่ฑกไบคๆข | [Xlang
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/xlang/) |
[๐ ๆฅ็](../guide/xlang) |
+| **่กๆ ผๅผ** | ้ถๆท่ด้ๆบ่ฎฟ้ฎๆ ผๅผ | [Java
่กๆ ผๅผ](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md) |
[๐ ๆฅ็](../guide/java/row-format.md) |
+| **Python** | Python ็นๅฎๅ่ฝๅ็จๆณ | [Python
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/python/) |
[๐ ๆฅ็](../guide/python) |
+| **Rust** | Rust ๅฎ็ฐๅๆจกๅผ | [Rust
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/rust/) |
[๐ ๆฅ็](../guide/rust) |
+| **Scala** | Scala ้ๆๅๆไฝณๅฎ่ทต | [Scala
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/scala/) |
[๐ ๆฅ็](../guide/scala) |
+| **GraalVM** | ๅ็้ๅๆฏๆๅ AOT ็ผ่ฏ | [GraalVM
ๆๅ](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md) | [๐
ๆฅ็](../guide/graalvm_guide.md) |
+| **ๅผๅ** | ๆๅปบๅ่ดก็ฎ Fory |
[ๅผๅๆๅ](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ ๆฅ็](../guide/DEVELOPMENT) |
### ๅ่ฎฎ่ง่
-| ่ง่ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
-| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
-| **่ทจ่ฏญ่จๅบๅๅ** | ่ทจ่ฏญ่จไบ่ฟๅถๅ่ฎฎ |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ ๆฅ็](../specification/xlang_serialization_spec) |
-| **Java ๅบๅๅ** | Java ไผๅๅ่ฎฎ |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ ๆฅ็](../specification/java_serialization_spec) |
-| **่กๆ ผๅผ** | ๅบไบ่ก็ไบ่ฟๅถๆ ผๅผ |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ ๆฅ็](../specification/row_format_spec) |
-| **็ฑปๅๆ ๅฐ** | ่ทจ่ฏญ่จ็ฑปๅ่ฝฌๆข |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ ๆฅ็](../specification/xlang_type_mapping) |
+| ่ง่ | ๆ่ฟฐ | ๆบๆไปถ
| ็ฝ็ซ
|
+| ---------------- | ------------------ |
----------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------- |
+| **่ทจ่ฏญ่จๅบๅๅ** | ่ทจ่ฏญ่จไบ่ฟๅถๅ่ฎฎ |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ ๆฅ็](../specification/xlang_serialization_spec.md) |
+| **Java ๅบๅๅ** | Java ไผๅๅ่ฎฎ |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ ๆฅ็](../specification/java_serialization_spec.md) |
+| **่กๆ ผๅผ** | ๅบไบ่ก็ไบ่ฟๅถๆ ผๅผ |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ ๆฅ็](../specification/row_format_spec.md) |
+| **็ฑปๅๆ ๅฐ** | ่ทจ่ฏญ่จ็ฑปๅ่ฝฌๆข |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ ๆฅ็](../specification/xlang_type_mapping.md) |
## ๅ
ผๅฎนๆง
diff --git a/package.json b/package.json
index 88abcfd13..728f884e2 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"scripts": {
"download-avatars": "node ./scripts/download_avatars/script.js",
"docusaurus": "docusaurus",
- "start": "docusaurus start --locale en-US --host 0.0.0.0",
+ "start": "docusaurus start --host 0.0.0.0",
+ "start-en": "docusaurus start --locale en-US --host 0.0.0.0",
"start-zh": "docusaurus start --locale zh-CN --host 0.0.0.0",
"copy-i18n-fallback": "bash ./scripts/copy-i18n-fallback.sh",
"prebuild": "npm run copy-i18n-fallback",
diff --git a/versioned_docs/version-0.14/introduction/overview.md
b/versioned_docs/version-0.14/introduction/overview.md
index 2e8c5793c..91592acb1 100644
--- a/versioned_docs/version-0.14/introduction/overview.md
+++ b/versioned_docs/version-0.14/introduction/overview.md
@@ -114,25 +114,25 @@ All protocols share the same optimized codebase, allowing
improvements in one pr
### User Guides
-| Guide | Description
| Source
| Website |
-| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| ----------------------------------- |
-| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [๐ View](../guide/java) |
-| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [๐ View](../guide/xlang) |
-| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [๐ View](../guide/java/row-format) |
-| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [๐ View](../guide/python) |
-| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [๐ View](../guide/rust) |
-| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [๐ View](../guide/scala) |
-| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [๐ View](../guide/graalvm_guide) |
-| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ View](../guide/DEVELOPMENT) |
+| Guide | Description
| Source
| Website |
+| -------------------------------- |
------------------------------------------ |
-----------------------------------------------------------------------------------------
| -------------------------------------- |
+| **Java Serialization** | Comprehensive guide for Java
serialization | [Java
Guide](https://github.com/apache/fory/blob/main/docs/guide/java/)
| [๐ View](../guide/java) |
+| **Cross-Language Serialization** | Multi-language object exchange
| [Xlang Guide](https://github.com/apache/fory/blob/main/docs/guide/xlang/)
| [๐ View](../guide/xlang) |
+| **Row Format** | Zero-copy random access format
| [Java Row
Format](https://github.com/apache/fory/blob/main/docs/guide/java/row-format.md)
| [๐ View](../guide/java/row-format.md) |
+| **Python** | Python-specific features and usage
| [Python Guide](https://github.com/apache/fory/blob/main/docs/guide/python/)
| [๐ View](../guide/python) |
+| **Rust** | Rust implementation and patterns
| [Rust Guide](https://github.com/apache/fory/blob/main/docs/guide/rust/)
| [๐ View](../guide/rust) |
+| **Scala** | Scala integration and best practices
| [Scala Guide](https://github.com/apache/fory/blob/main/docs/guide/scala/)
| [๐ View](../guide/scala) |
+| **GraalVM** | Native image support and AOT compilation
| [GraalVM
Guide](https://github.com/apache/fory/blob/main/docs/guide/graalvm_guide.md)
| [๐ View](../guide/graalvm_guide.md) |
+| **Development** | Building and contributing to Fory
|
[Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md)
| [๐ View](../guide/DEVELOPMENT) |
### Protocol Specifications
-| Specification | Description | Source
| Website |
-| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ---------------------------------------------------- |
-| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ View](../specification/xlang_serialization_spec) |
-| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ View](../specification/java_serialization_spec) |
-| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ View](../specification/row_format_spec) |
-| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ View](../specification/xlang_type_mapping) |
+| Specification | Description | Source
| Website |
+| ----------------------- | ------------------------------ |
----------------------------------------------------------------------------------------------------------------------
| ------------------------------------------------------- |
+| **Xlang Serialization** | Cross-language binary protocol |
[xlang_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_serialization_spec.md)
| [๐ View](../specification/xlang_serialization_spec.md) |
+| **Java Serialization** | Java-optimized protocol |
[java_serialization_spec.md](https://github.com/apache/fory/blob/main/docs/specification/java_serialization_spec.md)
| [๐ View](../specification/java_serialization_spec.md) |
+| **Row Format** | Row-based binary format |
[row_format_spec.md](https://github.com/apache/fory/blob/main/docs/specification/row_format_spec.md)
| [๐ View](../specification/row_format_spec.md) |
+| **Type Mapping** | Cross-language type conversion |
[xlang_type_mapping.md](https://github.com/apache/fory/blob/main/docs/specification/xlang_type_mapping.md)
| [๐ View](../specification/xlang_type_mapping.md) |
## Compatibility
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]