This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch remove_development_doc in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit aed2065003d8b0e779fd25857c425bdcd5352eea Author: 慕白 <[email protected]> AuthorDate: Mon Apr 20 19:39:17 2026 +0800 docs: move development guide into community --- docs/{guide => community}/DEVELOPMENT.md | 2 +- docs/community/how_to_release.md | 2 +- docs/introduction/overview.md | 4 ++-- .../current/{guide => community}/DEVELOPMENT.md | 2 +- .../current/community/how_to_release.md | 2 +- .../docusaurus-plugin-content-docs/current/introduction/overview.md | 4 ++-- .../version-0.17/{guide => community}/DEVELOPMENT.md | 2 +- .../version-0.17/community/how_to_release.md | 2 +- .../version-0.17/introduction/overview.md | 4 ++-- versioned_docs/version-0.17/{guide => community}/DEVELOPMENT.md | 2 +- versioned_docs/version-0.17/community/how_to_release.md | 2 +- versioned_docs/version-0.17/introduction/overview.md | 4 ++-- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/guide/DEVELOPMENT.md b/docs/community/DEVELOPMENT.md similarity index 99% rename from docs/guide/DEVELOPMENT.md rename to docs/community/DEVELOPMENT.md index 8fa9fec92..cdf50ec60 100644 --- a/docs/guide/DEVELOPMENT.md +++ b/docs/community/DEVELOPMENT.md @@ -1,6 +1,6 @@ --- title: Development -sidebar_position: 20 +sidebar_position: 10 id: development license: | Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md index a993cf809..ae29da772 100644 --- a/docs/community/how_to_release.md +++ b/docs/community/how_to_release.md @@ -472,7 +472,7 @@ To learn more about Fory, please see https://fory.apache.org/ [ ] No compiled archives bundled in source archive. [ ] Can compile from source. -How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md +How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md Thanks, diff --git a/docs/introduction/overview.md b/docs/introduction/overview.md index fc77943fa..1624beb2d 100644 --- a/docs/introduction/overview.md +++ b/docs/introduction/overview.md @@ -124,7 +124,7 @@ All protocols share the same optimized codebase, allowing improvements in one pr | **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 Support](https://github.com/apache/fory/blob/main/docs/guide/java/graalvm-support.md) | [View](../guide/java/graalvm_support) | -| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [View](../guide/DEVELOPMENT) | +| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md) | [View](../community/DEVELOPMENT) | ### Protocol Specifications @@ -197,4 +197,4 @@ We welcome contributions! Please read our [Contributing Guide](https://github.co - Add test cases - Share benchmarks -See [Development Guide](../guide/DEVELOPMENT.md) for build instructions and development workflow. +See [Development Guide](../community/DEVELOPMENT.md) for build instructions and development workflow. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/guide/DEVELOPMENT.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/DEVELOPMENT.md similarity index 99% rename from i18n/zh-CN/docusaurus-plugin-content-docs/current/guide/DEVELOPMENT.md rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/community/DEVELOPMENT.md index 004da7bd9..9e8a116d2 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/guide/DEVELOPMENT.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/DEVELOPMENT.md @@ -1,6 +1,6 @@ --- title: 开发指南 -sidebar_position: 20 +sidebar_position: 10 id: development license: | Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md index 5813567f3..a457cbab8 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md @@ -320,7 +320,7 @@ To learn more about Fory, please see https://fory.apache.org/ [ ] No compiled archives bundled in source archive. [ ] Can compile from source. -How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md +How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md Thanks, Chaokun Yang 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 491fd2bfb..3496ef9ab 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 @@ -124,7 +124,7 @@ Apache Fory™ 实现了针对不同场景优化的多个二进制协议: | **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/java/graalvm-support.md) | [查看](../guide/java/graalvm_support) | -| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [查看](../guide/DEVELOPMENT) | +| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md) | [查看](../community/DEVELOPMENT) | ### 协议规范 @@ -197,4 +197,4 @@ Fory 默认**启用**动态协议的类注册,只允许受信任的已注册 - 添加测试用例 - 分享基准测试 -详见[开发指南](../guide/DEVELOPMENT.md)了解构建说明和开发工作流程。 +详见[开发指南](../community/DEVELOPMENT.md)了解构建说明和开发工作流程。 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/guide/DEVELOPMENT.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/DEVELOPMENT.md similarity index 99% rename from i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/guide/DEVELOPMENT.md rename to i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/DEVELOPMENT.md index 004da7bd9..9e8a116d2 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/guide/DEVELOPMENT.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/DEVELOPMENT.md @@ -1,6 +1,6 @@ --- title: 开发指南 -sidebar_position: 20 +sidebar_position: 10 id: development license: | Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/how_to_release.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/how_to_release.md index 5813567f3..a457cbab8 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/how_to_release.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/community/how_to_release.md @@ -320,7 +320,7 @@ To learn more about Fory, please see https://fory.apache.org/ [ ] No compiled archives bundled in source archive. [ ] Can compile from source. -How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md +How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md Thanks, Chaokun Yang diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/introduction/overview.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/introduction/overview.md index 491fd2bfb..3496ef9ab 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/introduction/overview.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.17/introduction/overview.md @@ -124,7 +124,7 @@ Apache Fory™ 实现了针对不同场景优化的多个二进制协议: | **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/java/graalvm-support.md) | [查看](../guide/java/graalvm_support) | -| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [查看](../guide/DEVELOPMENT) | +| **开发** | 构建和贡献 Fory | [开发指南](https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md) | [查看](../community/DEVELOPMENT) | ### 协议规范 @@ -197,4 +197,4 @@ Fory 默认**启用**动态协议的类注册,只允许受信任的已注册 - 添加测试用例 - 分享基准测试 -详见[开发指南](../guide/DEVELOPMENT.md)了解构建说明和开发工作流程。 +详见[开发指南](../community/DEVELOPMENT.md)了解构建说明和开发工作流程。 diff --git a/versioned_docs/version-0.17/guide/DEVELOPMENT.md b/versioned_docs/version-0.17/community/DEVELOPMENT.md similarity index 99% rename from versioned_docs/version-0.17/guide/DEVELOPMENT.md rename to versioned_docs/version-0.17/community/DEVELOPMENT.md index 8fa9fec92..cdf50ec60 100644 --- a/versioned_docs/version-0.17/guide/DEVELOPMENT.md +++ b/versioned_docs/version-0.17/community/DEVELOPMENT.md @@ -1,6 +1,6 @@ --- title: Development -sidebar_position: 20 +sidebar_position: 10 id: development license: | Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/versioned_docs/version-0.17/community/how_to_release.md b/versioned_docs/version-0.17/community/how_to_release.md index a993cf809..ae29da772 100644 --- a/versioned_docs/version-0.17/community/how_to_release.md +++ b/versioned_docs/version-0.17/community/how_to_release.md @@ -472,7 +472,7 @@ To learn more about Fory, please see https://fory.apache.org/ [ ] No compiled archives bundled in source archive. [ ] Can compile from source. -How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md +How to Build and Test, please refer to: https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md Thanks, diff --git a/versioned_docs/version-0.17/introduction/overview.md b/versioned_docs/version-0.17/introduction/overview.md index fc77943fa..1624beb2d 100644 --- a/versioned_docs/version-0.17/introduction/overview.md +++ b/versioned_docs/version-0.17/introduction/overview.md @@ -124,7 +124,7 @@ All protocols share the same optimized codebase, allowing improvements in one pr | **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 Support](https://github.com/apache/fory/blob/main/docs/guide/java/graalvm-support.md) | [View](../guide/java/graalvm_support) | -| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/guide/DEVELOPMENT.md) | [View](../guide/DEVELOPMENT) | +| **Development** | Building and contributing to Fory | [Development](https://github.com/apache/fory/blob/main/docs/DEVELOPMENT.md) | [View](../community/DEVELOPMENT) | ### Protocol Specifications @@ -197,4 +197,4 @@ We welcome contributions! Please read our [Contributing Guide](https://github.co - Add test cases - Share benchmarks -See [Development Guide](../guide/DEVELOPMENT.md) for build instructions and development workflow. +See [Development Guide](../community/DEVELOPMENT.md) for build instructions and development workflow. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
