forked from trpc-group/trpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: rename readme to .zh_CN.md (trpc-group#66)
Reference: trpc-group#60
- Loading branch information
Showing
80 changed files
with
108 additions
and
108 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
File renamed without changes.
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,4 +1,4 @@ | ||
English | [中文](./README_CN.md) | ||
English | [中文](./README.zh_CN.md) | ||
|
||
# Introduction | ||
|
||
|
File renamed without changes.
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,6 +1,6 @@ | ||
# tRPC-Go Client Package | ||
|
||
English | [中文](README_CN.md) | ||
English | [中文](README.zh_CN.md) | ||
|
||
## Background | ||
|
||
|
File renamed without changes.
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
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
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,4 +1,4 @@ | ||
English | [中文](./README_zh_CN.md) | ||
English | [中文](./README.zh_CN.md) | ||
|
||
# Introduction | ||
|
||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[English](README.md) | 中文 | ||
|
||
- [框架概述](/README.zh_CN.md) | ||
- [快速上手](/examples/helloworld/README.md) | ||
- 用户指南 | ||
- [框架配置](/docs/user_guide/framework_conf.zh_CN.md) | ||
- [业务配置](/config/README.zh_CN.md) | ||
- 服务端开发 | ||
- [服务端开发向导](/docs/user_guide/server/overview.zh_CN.md) | ||
- [HTTP RESTful 服务](/restful/README.zh_CN.md) | ||
- [流式服务](/stream/README.zh_CN.md) | ||
- [FlatBuffers 服务](/docs/user_guide/server/flatbuffers.zh_CN.md) | ||
- 客户端开发 | ||
- [客户端开发向导](/docs/user_guide/client/overview.zh_CN.md) | ||
- [调用 FlatBuffers 服务](/docs/user_guide/client/flatbuffers.zh_CN.md) | ||
- [错误码](/errs/README.zh_CN.md) | ||
- [超时控制](/docs/user_guide/timeout_control.zh_CN.md) | ||
- [指标监控](/metrics/README.zh_CN.md) | ||
- [重试对冲](https://github.com/trpc-ecosystem/go-filter/blob/main/slime/README.zh_CN.md) | ||
- [日志管理](/log/README.zh_CN.md) | ||
- [管理命令](/admin/README.zh_CN.md) | ||
- [链路透传](/docs/user_guide/metadata_transmission.zh_CN.md) | ||
- [反向代理](/docs/user_guide/reverse_proxy.zh_CN.md) | ||
- [优雅重启](/docs/user_guide/graceful_restart.zh_CN.md) | ||
- [健康检查](/healthcheck/README.zh_CN.md) | ||
- [命令行工具](https://github.com/trpc-group/trpc-go-cmdline) | ||
- [高性能网络库 tnet](/docs/user_guide/tnet.zh_CN.md) | ||
- [运行状态追踪](/rpcz/README.zh_CN.md) | ||
- [附件(大二进制数据)传输](/docs/user_guide/attachment.zh_CN.md) | ||
- 开发指南 | ||
- 插件开发 | ||
- [插件向导](/plugin/README.zh_CN.md) | ||
- [拦截器插件](/filter/README.zh_CN.md) | ||
- [配置插件](/docs/developer_guide/develop_plugins/config.zh_CN.md) | ||
- [协议插件](/docs/developer_guide/develop_plugins/protocol.zh_CN.md) | ||
- [日志插件](/docs/developer_guide/develop_plugins/log.zh_CN.md) | ||
- [监控插件](/docs/developer_guide/develop_plugins/metrics.zh_CN.md) | ||
- [名字服务插件](/docs/developer_guide/develop_plugins/naming.zh_CN.md) | ||
- 模块设计 | ||
- [server](/server/README.zh_CN.md) | ||
- [client](/client/README.zh_CN.md) | ||
- [log](/log/README.zh_CN.md) | ||
- [conn pool](/pool/connpool/README.zh_CN.md) | ||
- [naming](/naming/README.zh_CN.md) | ||
- [transport](/transport/README.zh_CN.md) | ||
- [metrics](/metrics/README.zh_CN.md) | ||
- [codec](/codec/README.zh_CN.md) |
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
English | [中文](config_zh_CN.md) | ||
English | [中文](config.zh_CN.md) | ||
|
||
# How to develop a config type plugin | ||
|
||
|
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
File renamed without changes.
File renamed without changes.
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
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
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
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,4 +1,4 @@ | ||
English | [中文](protocol_zh_CN.md) | ||
English | [中文](protocol.zh_CN.md) | ||
|
||
# How to develop a protocol type plugin | ||
|
||
|
File renamed without changes.
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,6 +1,6 @@ | ||
# Quick Start | ||
|
||
English | [中文](quick_start_zh_CN.md) | ||
English | [中文](quick_start.zh_CN.md) | ||
|
||
## Prerequisites | ||
|
||
|
File renamed without changes.
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
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
File renamed without changes.
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
File renamed without changes.
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
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
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,4 +1,4 @@ | ||
English | [中文](./README_zh_CN.md) | ||
English | [中文](./README.zh_CN.md) | ||
|
||
# tRPC-Go Framework Configuration | ||
|
||
|
File renamed without changes.
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,4 +1,4 @@ | ||
English | [中文](./graceful_restart_zh_CN.md) | ||
English | [中文](./graceful_restart.zh_CN.md) | ||
|
||
# Introduction | ||
|
||
|
File renamed without changes.
File renamed without changes.
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,4 +1,4 @@ | ||
English | [中文](./reverse_proxy_zh_CN.md.md) | ||
English | [中文](./reverse_proxy.zh_CN.md.md) | ||
|
||
# tRPC-Go Reverse Proxy | ||
|
||
|
File renamed without changes.
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,4 +1,4 @@ | ||
English | [中文](./flatbuffers_zh_CN.md) | ||
English | [中文](./flatbuffers.zh_CN.md) | ||
|
||
# Background | ||
|
||
|
File renamed without changes.
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,4 +1,4 @@ | ||
English | [中文](./overview_zh_CN.md) | ||
English | [中文](./overview.zh_CN.md) | ||
|
||
tRPC-Go Server Development Guide | ||
|
||
|
Oops, something went wrong.