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 -[](https://crates.io/crates/fory) -[](https://docs.rs/fory) -[](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 | [](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) | +| 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 -[](https://github.com/apache/fory/actions/workflows/ci.yml) -[](https://pypi.org/project/pyfory/) -[](https://pypi.org/project/pyfory/) -[](https://opensource.org/licenses/Apache-2.0) -[](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw) -[](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 -[](https://github.com/apache/fory/actions/workflows/ci.yml) -[](https://pypi.org/project/pyfory/) -[](https://pypi.org/project/pyfory/) -[](https://opensource.org/licenses/Apache-2.0) -[](https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw) -[](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 -[](https://crates.io/crates/fory) -[](https://docs.rs/fory) -[](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 | [](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) | +| 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]
