-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a64219b
commit a8178f8
Showing
1 changed file
with
116 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,146 +1,146 @@ | ||
- [首页](zh/README.md) | ||
- [首页](./docs/zh/README.md) | ||
- [快速开始]() | ||
- [使用State API](zh/start/state/start.md) | ||
- [使用State API](./docs/zh/start/state/start.md) | ||
- [使用Configuration API]() | ||
- [使用Apollo配置中心](zh/start/configuration/start-apollo.md) | ||
- [使用Etcd配置中心](zh/start/configuration/start.md) | ||
- [使用Nacos配置中心](zh/start/configuration/start-nacos.md) | ||
- [使用Apollo配置中心](./docs/zh/start/configuration/start-apollo.md) | ||
- [使用Etcd配置中心](./docs/zh/start/configuration/start.md) | ||
- [使用Nacos配置中心](./docs/zh/start/configuration/start-nacos.md) | ||
- [发布、订阅消息]() | ||
- [使用Pub/Sub API](zh/start/pubsub/start.md) | ||
- [(建设中) 使用 DelayQueue API](zh/start/delay_queue/start.md) | ||
- [使用分布式锁 API](zh/start/lock/start.md) | ||
- [使用Sequencer API生成分布式自增id](zh/start/sequencer/start.md) | ||
- [使用Pub/Sub API](./docs/zh/start/pubsub/start.md) | ||
- [(建设中) 使用 DelayQueue API](./docs/zh/start/delay_queue/start.md) | ||
- [使用分布式锁 API](./docs/zh/start/lock/start.md) | ||
- [使用Sequencer API生成分布式自增id](./docs/zh/start/sequencer/start.md) | ||
- [使用 Secret API]() | ||
- [查询 secrets](zh/start/secret/start.md) | ||
- [在组件配置中引用 secret](zh/start/secret/secret_ref.md) | ||
- [查询 secrets](./docs/zh/start/secret/start.md) | ||
- [在组件配置中引用 secret](./docs/zh/start/secret/secret_ref.md) | ||
- [进行RPC调用]() | ||
- [Hello World](zh/start/rpc/helloworld.md) | ||
- [Dubbo JSON RPC](zh/start/rpc/dubbo_json_rpc.md) | ||
- [Hello World](./docs/zh/start/rpc/helloworld.md) | ||
- [Dubbo JSON RPC](./docs/zh/start/rpc/dubbo_json_rpc.md) | ||
- [使用File API]() | ||
- [基于Minio](zh/start/file/minio.md) | ||
- [使用 OSS API](zh/start/oss/oss.md) | ||
- [使用UDS通信](zh/start/uds/start.md) | ||
- [基于Minio](./docs/zh/start/file/minio.md) | ||
- [使用 OSS API](./docs/zh/start/oss/oss.md) | ||
- [使用UDS通信](./docs/zh/start/uds/start.md) | ||
<!--quickstart_generator--> | ||
- [(建设中)使用 sms API](zh/start/sms/start.md) | ||
- [(建设中)使用 cryption API](zh/start/cryption/start.md) | ||
- [(建设中)使用 phone API](zh/start/phone/start.md) | ||
- [(建设中)使用 email API](zh/start/email/start.md) | ||
- [使用 lifecycle API](zh/start/lifecycle/start.md) | ||
- [(建设中)使用 sms API](./docs/zh/start/sms/start.md) | ||
- [(建设中)使用 cryption API](./docs/zh/start/cryption/start.md) | ||
- [(建设中)使用 phone API](./docs/zh/start/phone/start.md) | ||
- [(建设中)使用 email API](./docs/zh/start/email/start.md) | ||
- [使用 lifecycle API](./docs/zh/start/lifecycle/start.md) | ||
- [API插件]() | ||
- [注册您自己的API](zh/start/api_plugin/helloworld.md) | ||
- [自动生成 API 插件](zh/start/api_plugin/generate.md) | ||
- [注册您自己的API](./docs/zh/start/api_plugin/helloworld.md) | ||
- [自动生成 API 插件](./docs/zh/start/api_plugin/generate.md) | ||
- [作为 Istio 的数据面]() | ||
- [集成 Istio 1.10.6 演示](zh/start/istio/README.md) | ||
- [集成 Istio 1.5.x 演示](zh/start/istio/start.md) | ||
- [集成 Istio 1.10.6 演示](./docs/zh/start/istio/README.md) | ||
- [集成 Istio 1.5.x 演示](./docs/zh/start/istio/start.md) | ||
- [在四层网络进行流量干预]() | ||
- [Dump TCP 流量](zh/start/network_filter/tcpcopy.md) | ||
- [Dump TCP 流量](./docs/zh/start/network_filter/tcpcopy.md) | ||
- [在七层网络进行流量干预]() | ||
- [方法级别限流](zh/start/stream_filter/flow_control.md) | ||
- [健康检查、查询运行时元数据](zh/start/actuator/start.md) | ||
- [方法级别限流](./docs/zh/start/stream_filter/flow_control.md) | ||
- [健康检查、查询运行时元数据](./docs/zh/start/actuator/start.md) | ||
- [可观测性]() | ||
- [Trace, Metrics](zh/start/trace/trace.md) | ||
- [Trace 接入 Skywalking](zh/start/trace/skywalking.md) | ||
- [Trace 接入 Zipkin](zh/start/trace/zipkin.md) | ||
- [Trace 接入 Jaeger](zh/start/trace/jaeger.md) | ||
- [Metrics 接入 Prometheus](zh/start/trace/prometheus.md) | ||
- [将业务逻辑通过 WASM 下沉进sidecar](zh/start/wasm/start.md) | ||
- [基于 WASM 跟 Runtime 实现的 Faas 模型](zh/start/faas/start.md) | ||
- [线上实验室](zh/start/lab.md) | ||
- [Trace, Metrics](./docs/zh/start/trace/trace.md) | ||
- [Trace 接入 Skywalking](./docs/zh/start/trace/skywalking.md) | ||
- [Trace 接入 Zipkin](./docs/zh/start/trace/zipkin.md) | ||
- [Trace 接入 Jaeger](./docs/zh/start/trace/jaeger.md) | ||
- [Metrics 接入 Prometheus](./docs/zh/start/trace/prometheus.md) | ||
- [将业务逻辑通过 WASM 下沉进sidecar](./docs/zh/start/wasm/start.md) | ||
- [基于 WASM 跟 Runtime 实现的 Faas 模型](./docs/zh/start/faas/start.md) | ||
- [线上实验室](./docs/zh/start/lab.md) | ||
- [用户手册]() | ||
- [功能介绍]() | ||
- [File API](zh/building_blocks/file/file.md) | ||
- [Actuator API](zh/building_blocks/actuator/actuator.md) | ||
- [State API](zh/building_blocks/state/reference.md) | ||
- [Sequencer API](zh/building_blocks/sequencer/reference.md) | ||
- [Distributed Lock API](zh/building_blocks/lock/reference.md) | ||
- [Pub/Sub API](zh/building_blocks/pubsub/reference.md) | ||
- [RPC API](zh/building_blocks/rpc/reference.md) | ||
- [Configuration API](zh/building_blocks/configuration/reference.md) | ||
- [File API](./docs/zh/building_blocks/file/file.md) | ||
- [Actuator API](./docs/zh/building_blocks/actuator/actuator.md) | ||
- [State API](./docs/zh/building_blocks/state/reference.md) | ||
- [Sequencer API](./docs/zh/building_blocks/sequencer/reference.md) | ||
- [Distributed Lock API](./docs/zh/building_blocks/lock/reference.md) | ||
- [Pub/Sub API](./docs/zh/building_blocks/pubsub/reference.md) | ||
- [RPC API](./docs/zh/building_blocks/rpc/reference.md) | ||
- [Configuration API](./docs/zh/building_blocks/configuration/reference.md) | ||
- [可扩展性]() | ||
- [API插件](zh/design/api_plugin/design.md) | ||
- [pluggable component 组件](zh/design/pluggable/usage.md) | ||
- [gRPC API 接口文档](zh/api_reference/README.md) | ||
- [API插件](./docs/zh/design/api_plugin/design.md) | ||
- [pluggable component 组件](./docs/zh/design/pluggable/usage.md) | ||
- [gRPC API 接口文档](./docs/zh/api_reference/README.md) | ||
- [SDK文档]() | ||
- [java sdk](https://github.com/layotto/java-sdk) | ||
- [.net sdk](https://github.com/layotto/dotnet-sdk) | ||
- [js sdk](https://github.com/layotto/js-sdk) | ||
- [go sdk](zh/sdk_reference/go/start.md) | ||
- [go sdk](./docs/zh/sdk_reference/go/start.md) | ||
- [运维手册]() | ||
- [如何配置 Layotto]() | ||
- [Layotto 配置文件介绍](zh/configuration/overview.md) | ||
- [组件配置说明](zh/component_specs/overview.md) | ||
- [State](zh/component_specs/state/common.md) | ||
- [Redis](zh/component_specs/state/redis.md) | ||
- [其他组件](zh/component_specs/state/others.md) | ||
- [Pub/Sub](zh/component_specs/pubsub/common.md) | ||
- [Redis](zh/component_specs/pubsub/redis.md) | ||
- [其他组件](zh/component_specs/pubsub/others.md) | ||
- [Distributed Lock](zh/component_specs/lock/common.md) | ||
- [Redis](zh/component_specs/lock/redis.md) | ||
- [Etcd](zh/component_specs/lock/etcd.md) | ||
- [Zookeeper](zh/component_specs/lock/zookeeper.md) | ||
- [Consul](zh/component_specs/lock/consul.md) | ||
- [MongoDB](zh/component_specs/lock/mongo.md) | ||
- [Layotto 配置文件介绍](./docs/zh/configuration/overview.md) | ||
- [组件配置说明](./docs/zh/component_specs/overview.md) | ||
- [State](./docs/zh/component_specs/state/common.md) | ||
- [Redis](./docs/zh/component_specs/state/redis.md) | ||
- [其他组件](./docs/zh/component_specs/state/others.md) | ||
- [Pub/Sub](./docs/zh/component_specs/pubsub/common.md) | ||
- [Redis](./docs/zh/component_specs/pubsub/redis.md) | ||
- [其他组件](./docs/zh/component_specs/pubsub/others.md) | ||
- [Distributed Lock](./docs/zh/component_specs/lock/common.md) | ||
- [Redis](./docs/zh/component_specs/lock/redis.md) | ||
- [Etcd](./docs/zh/component_specs/lock/etcd.md) | ||
- [Zookeeper](./docs/zh/component_specs/lock/zookeeper.md) | ||
- [Consul](./docs/zh/component_specs/lock/consul.md) | ||
- [MongoDB](./docs/zh/component_specs/lock/mongo.md) | ||
- [Configuration]() | ||
- [Etcd](zh/component_specs/configuration/etcd.md) | ||
- [Apollo](zh/component_specs/configuration/apollo.md) | ||
- [Nacos](zh/component_specs/configuration/nacos.md) | ||
- [File](zh/component_specs/file/common.md) | ||
- [OSS](zh/component_specs/file/oss.md) | ||
- [Sequencer](zh/component_specs/sequencer/common.md) | ||
- [Etcd](zh/component_specs/sequencer/etcd.md) | ||
- [Redis](zh/component_specs/sequencer/redis.md) | ||
- [Zookeeper](zh/component_specs/sequencer/zookeeper.md) | ||
- [MongoDB](zh/component_specs/sequencer/mongo.md) | ||
- [Mysql](zh/component_specs/sequencer/mysql.md) | ||
- [Snowflake](zh/component_specs/sequencer/snowflake.md) | ||
- [Secret Store](zh/component_specs/secret/common.md) | ||
- [自定义组件](zh/component_specs/custom/common.md) | ||
- [如何部署、升级 Layotto](zh/operation/README.md) | ||
- [如何本地开发、本地调试](zh/operation/local.md) | ||
- [Etcd](./docs/zh/component_specs/configuration/etcd.md) | ||
- [Apollo](./docs/zh/component_specs/configuration/apollo.md) | ||
- [Nacos](./docs/zh/component_specs/configuration/nacos.md) | ||
- [File](./docs/zh/component_specs/file/common.md) | ||
- [OSS](./docs/zh/component_specs/file/oss.md) | ||
- [Sequencer](./docs/zh/component_specs/sequencer/common.md) | ||
- [Etcd](./docs/zh/component_specs/sequencer/etcd.md) | ||
- [Redis](./docs/zh/component_specs/sequencer/redis.md) | ||
- [Zookeeper](./docs/zh/component_specs/sequencer/zookeeper.md) | ||
- [MongoDB](./docs/zh/component_specs/sequencer/mongo.md) | ||
- [Mysql](./docs/zh/component_specs/sequencer/mysql.md) | ||
- [Snowflake](./docs/zh/component_specs/sequencer/snowflake.md) | ||
- [Secret Store](./docs/zh/component_specs/secret/common.md) | ||
- [自定义组件](./docs/zh/component_specs/custom/common.md) | ||
- [如何部署、升级 Layotto](./docs/zh/operation/README.md) | ||
- [如何本地开发、本地调试](./docs/zh/operation/local.md) | ||
- [设计文档]() | ||
- [动态配置下发、组件热重载](zh/design/lifecycle/apply_configuration.md) | ||
- [Actuator设计文档](zh/design/actuator/actuator-design-doc.md) | ||
- [gRPC框架设计文档](zh/design/actuator/grpc-design-doc.md) | ||
- [Configuration API with Apollo](zh/design/configuration/configuration-api-with-apollo.md) | ||
- [Pub/Sub API以及与dapr component的兼容性](zh/design/pubsub/pubsub-api-and-compability-with-dapr-component.md) | ||
- [分布式锁API设计文档](zh/design/lock/lock-api-design.md) | ||
- [Sequencer API设计文档](zh/design/sequencer/design.md) | ||
- [File API设计文档](zh/design/file/file-design.md) | ||
- [FaaS 设计文档](zh/design/faas/faas-poc-design.md) | ||
- [支持Dapr API](zh/design/api_plugin/dapr_api.md) | ||
- [OSS API设计文档](zh/design/oss/design.md) | ||
- [pluggable component 设计文档](zh/design/pluggable/design.md) | ||
- [动态配置下发、组件热重载](./docs/zh/design/lifecycle/apply_configuration.md) | ||
- [Actuator设计文档](./docs/zh/design/actuator/actuator-design-doc.md) | ||
- [gRPC框架设计文档](./docs/zh/design/actuator/grpc-design-doc.md) | ||
- [Configuration API with Apollo](./docs/zh/design/configuration/configuration-api-with-apollo.md) | ||
- [Pub/Sub API以及与dapr component的兼容性](./docs/zh/design/pubsub/pubsub-api-and-compability-with-dapr-component.md) | ||
- [分布式锁API设计文档](./docs/zh/design/lock/lock-api-design.md) | ||
- [Sequencer API设计文档](./docs/zh/design/sequencer/design.md) | ||
- [File API设计文档](./docs/zh/design/file/file-design.md) | ||
- [FaaS 设计文档](./docs/zh/design/faas/faas-poc-design.md) | ||
- [支持Dapr API](./docs/zh/design/api_plugin/dapr_api.md) | ||
- [OSS API设计文档](./docs/zh/design/oss/design.md) | ||
- [pluggable component 设计文档](./docs/zh/design/pluggable/design.md) | ||
- [贡献指南]() | ||
- [Layotto 贡献指南](zh/development/CONTRIBUTING.md) | ||
- [新手攻略:从零开始成为 Layotto 贡献者](zh/development/start-from-zero.md) | ||
- [Layotto 贡献指南](./docs/zh/development/CONTRIBUTING.md) | ||
- [新手攻略:从零开始成为 Layotto 贡献者](./docs/zh/development/start-from-zero.md) | ||
- [想要贡献文档?]() | ||
- [文档贡献指南](zh/development/contributing-doc.md) | ||
- [使用工具自动测试 Quickstart 文档](zh/development/test-quickstart.md) | ||
- [想要开发新的组件?](zh/development/developing-component.md) | ||
- [组件引用开发指南](zh/development/component_ref/component_ref.md) | ||
- [文档贡献指南](./docs/zh/development/contributing-doc.md) | ||
- [使用工具自动测试 Quickstart 文档](./docs/zh/development/test-quickstart.md) | ||
- [想要开发新的组件?](./docs/zh/development/developing-component.md) | ||
- [组件引用开发指南](./docs/zh/development/component_ref/component_ref.md) | ||
- [想要修改proto文件或API定义?]() | ||
- [如何基于proto文件生成代码、接口文档](zh/api_reference/how_to_generate_api_doc.md) | ||
- [proto文件注释规范](zh/api_reference/comment_spec_of_proto.md) | ||
- [新增API时的开发规范](zh/development/developing-api.md) | ||
- [Layotto 四大 Github Workflows 说明](zh/development/github-workflows.md) | ||
- [Layotto 命令行工具指南](zh/development/commands.md) | ||
- [如何基于proto文件生成代码、接口文档](./docs/zh/api_reference/how_to_generate_api_doc.md) | ||
- [proto文件注释规范](./docs/zh/api_reference/comment_spec_of_proto.md) | ||
- [新增API时的开发规范](./docs/zh/development/developing-api.md) | ||
- [Layotto 四大 Github Workflows 说明](./docs/zh/development/github-workflows.md) | ||
- [Layotto 命令行工具指南](./docs/zh/development/commands.md) | ||
- [如何给 issue 打 label]() | ||
- [新手任务 (good first issue) 的 label 规范](zh/development/label-spec.md) | ||
- [发布手册](zh/development/release-guide.md) | ||
- [待解决的问题](zh/development/problems-to-solve.md) | ||
- [新手任务 (good first issue) 的 label 规范](./docs/zh/development/label-spec.md) | ||
- [发布手册](./docs/zh/development/release-guide.md) | ||
- [待解决的问题](./docs/zh/development/problems-to-solve.md) | ||
- [社区]() | ||
- [社区会议](zh/community/meeting.md) | ||
- [SOFAStack & MOSN 社区角色说明](zh/community/governance.md) | ||
- [Layotto社区晋升规则](zh/community/promote.md) | ||
- [Layotto社区成员](zh/community/people.md) | ||
- [社区会议](./docs/zh/community/meeting.md) | ||
- [SOFAStack & MOSN 社区角色说明](./docs/zh/community/governance.md) | ||
- [Layotto社区晋升规则](./docs/zh/community/promote.md) | ||
- [Layotto社区成员](./docs/zh/community/people.md) | ||
- [博客]() | ||
- [蚂蚁云原生应用运行时的探索和实践 - ArchSummit 上海](zh/blog/exploration-and-practice-of-antcloud-native-application-runtime-archsummit-shanghai.md) | ||
- [MOSN子项目Layotto:开启服务网格+应用运行时新篇章](zh/blog/mosn-subproject-layotto-opening-a-new-chapter-in-service-grid-application-runtime/index.md) | ||
- [蚂蚁云原生应用运行时的探索和实践 - ArchSummit 上海](./docs/zh/blog/exploration-and-practice-of-antcloud-native-application-runtime-archsummit-shanghai.md) | ||
- [MOSN子项目Layotto:开启服务网格+应用运行时新篇章](./docs/zh/blog/mosn-subproject-layotto-opening-a-new-chapter-in-service-grid-application-runtime/index.md) | ||
- [源码分析]() | ||
- [启动流程](zh/blog/code/start_process/start_process.md) | ||
- [处理 RPC 请求](zh/blog/code/layotto-rpc/index.md) | ||
- [WebAssembly 相关](zh/blog/code/webassembly/index.md) | ||
- [7层流量治理,接口限流](zh/blog/code/flowcontrol/flowcontrol_code_analyze.md) | ||
- [源码解析 4层流量治理,tcp流量dump](zh/blog/tcpcopy_code_analyze.md) | ||
- [视频合集](zh/video/README.md) | ||
- [启动流程](./docs/zh/blog/code/start_process/start_process.md) | ||
- [处理 RPC 请求](./docs/zh/blog/code/layotto-rpc/index.md) | ||
- [WebAssembly 相关](./docs/zh/blog/code/webassembly/index.md) | ||
- [7层流量治理,接口限流](./docs/zh/blog/code/flowcontrol/flowcontrol_code_analyze.md) | ||
- [源码解析 4层流量治理,tcp流量dump](./docs/zh/blog/tcpcopy_code_analyze.md) | ||
- [视频合集](./docs/zh/video/README.md) |