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 cd842c689fc00fe5a8fcbddfe710d6ee0f1680df
Author: chaokunyang <[email protected]>
AuthorDate: Tue Oct 28 01:51:27 2025 +0800

    fix doc links
---
 docs/guide/rust_guide.md                               | 15 ++++++---------
 versioned_docs/version-0.13/docs/guide/python_guide.md |  7 -------
 versioned_docs/version-0.13/guide/python_guide.md      |  7 -------
 versioned_docs/version-0.13/guide/rust_guide.md        | 14 +++++---------
 4 files changed, 11 insertions(+), 32 deletions(-)

diff --git a/docs/guide/rust_guide.md b/docs/guide/rust_guide.md
index ccd82d122..8ce19839d 100644
--- a/docs/guide/rust_guide.md
+++ b/docs/guide/rust_guide.md
@@ -18,11 +18,8 @@ license: |
   See the License for the specific language governing permissions and
   limitations under the License.
 ---
-# Apache Fory™ Rust
 
-[![Crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
-[![Documentation](https://docs.rs/fory/badge.svg)](https://docs.rs/fory)
-[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/apache/fory/blob/main/LICENSE)
+# Apache Fory™ Rust
 
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
@@ -40,11 +37,11 @@ The Rust implementation provides versatile and 
high-performance serialization wi
 
 ## 📦 Crates
 
-| Crate                                                                       
| Description                       | Version                                   
                                                            |
-| --------------------------------------------------------------------------- 
| --------------------------------- | 
-----------------------------------------------------------------------------------------------------
 |
-| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | 
[![crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
               |
-| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | 
[![crates.io](https://img.shields.io/crates/v/fory-core.svg)](https://crates.io/crates/fory-core)
     |
-| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | 
[![crates.io](https://img.shields.io/crates/v/fory-derive.svg)](https://crates.io/crates/fory-derive)
 |
+| Crate                                                                       
| Description                       | Version                              |
+| --------------------------------------------------------------------------- 
| --------------------------------- | ------------------------------------ |
+| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | https://crates.io/crates/fory        |
+| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | https://crates.io/crates/fory-core   |
+| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | https://crates.io/crates/fory-derive |
 
 ## 🏃 Quick Start
 
diff --git a/versioned_docs/version-0.13/docs/guide/python_guide.md 
b/versioned_docs/version-0.13/docs/guide/python_guide.md
index 4c0e10063..a73e28dcd 100644
--- a/versioned_docs/version-0.13/docs/guide/python_guide.md
+++ b/versioned_docs/version-0.13/docs/guide/python_guide.md
@@ -21,13 +21,6 @@ license: |
 
 # Apache Fory™ Python
 
-[![Build 
Status](https://img.shields.io/github/actions/workflow/status/apache/fory/ci.yml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://github.com/apache/fory/actions/workflows/ci.yml)
-[![PyPI](https://img.shields.io/pypi/v/pyfory.svg?logo=PyPI)](https://pypi.org/project/pyfory/)
-[![Python 
Versions](https://img.shields.io/pypi/pyversions/pyfory.svg?logo=python)](https://pypi.org/project/pyfory/)
-[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-[![Slack 
Channel](https://img.shields.io/badge/slack-join-3f0e40?logo=slack&style=for-the-badge)](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw)
-[![X](https://img.shields.io/badge/@ApacheFory-follow-blue?logo=x&style=for-the-badge)](https://x.com/ApacheFory)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 `pyfory` provides the Python implementation of Apache Fory™, offering both 
high-performance object serialization and advanced row-format capabilities for 
data processing tasks.
diff --git a/versioned_docs/version-0.13/guide/python_guide.md 
b/versioned_docs/version-0.13/guide/python_guide.md
index 4c0e10063..a73e28dcd 100644
--- a/versioned_docs/version-0.13/guide/python_guide.md
+++ b/versioned_docs/version-0.13/guide/python_guide.md
@@ -21,13 +21,6 @@ license: |
 
 # Apache Fory™ Python
 
-[![Build 
Status](https://img.shields.io/github/actions/workflow/status/apache/fory/ci.yml?branch=main&style=for-the-badge&label=GITHUB%20ACTIONS&logo=github)](https://github.com/apache/fory/actions/workflows/ci.yml)
-[![PyPI](https://img.shields.io/pypi/v/pyfory.svg?logo=PyPI)](https://pypi.org/project/pyfory/)
-[![Python 
Versions](https://img.shields.io/pypi/pyversions/pyfory.svg?logo=python)](https://pypi.org/project/pyfory/)
-[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-[![Slack 
Channel](https://img.shields.io/badge/slack-join-3f0e40?logo=slack&style=for-the-badge)](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw)
-[![X](https://img.shields.io/badge/@ApacheFory-follow-blue?logo=x&style=for-the-badge)](https://x.com/ApacheFory)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 `pyfory` provides the Python implementation of Apache Fory™, offering both 
high-performance object serialization and advanced row-format capabilities for 
data processing tasks.
diff --git a/versioned_docs/version-0.13/guide/rust_guide.md 
b/versioned_docs/version-0.13/guide/rust_guide.md
index 812c3d51f..8ce19839d 100644
--- a/versioned_docs/version-0.13/guide/rust_guide.md
+++ b/versioned_docs/version-0.13/guide/rust_guide.md
@@ -21,10 +21,6 @@ license: |
 
 # Apache Fory™ Rust
 
-[![Crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
-[![Documentation](https://docs.rs/fory/badge.svg)](https://docs.rs/fory)
-[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/apache/fory/blob/main/LICENSE)
-
 **Apache Fory™** is a blazing fast multi-language serialization framework 
powered by **JIT compilation** and **zero-copy** techniques, providing up to 
**ultra-fast performance** while maintaining ease of use and safety.
 
 The Rust implementation provides versatile and high-performance serialization 
with automatic memory management and compile-time type safety.
@@ -41,11 +37,11 @@ The Rust implementation provides versatile and 
high-performance serialization wi
 
 ## 📦 Crates
 
-| Crate                                                                       
| Description                       | Version                                   
                                                            |
-| --------------------------------------------------------------------------- 
| --------------------------------- | 
-----------------------------------------------------------------------------------------------------
 |
-| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | 
[![crates.io](https://img.shields.io/crates/v/fory.svg)](https://crates.io/crates/fory)
               |
-| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | 
[![crates.io](https://img.shields.io/crates/v/fory-core.svg)](https://crates.io/crates/fory-core)
     |
-| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | 
[![crates.io](https://img.shields.io/crates/v/fory-derive.svg)](https://crates.io/crates/fory-derive)
 |
+| Crate                                                                       
| Description                       | Version                              |
+| --------------------------------------------------------------------------- 
| --------------------------------- | ------------------------------------ |
+| [`fory`](https://github.com/apache/fory/blob/main/rust/fory)                
| High-level API with derive macros | https://crates.io/crates/fory        |
+| [`fory-core`](https://github.com/apache/fory/blob/main/rust/fory-core/)     
| Core serialization engine         | https://crates.io/crates/fory-core   |
+| [`fory-derive`](https://github.com/apache/fory/blob/main/rust/fory-derive/) 
| Procedural macros                 | https://crates.io/crates/fory-derive |
 
 ## 🏃 Quick Start
 


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

Reply via email to