From c0edff3ca1db82d93678d152e66e62ee8a1f6478 Mon Sep 17 00:00:00 2001 From: Yurun Date: Fri, 29 May 2020 14:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- doc/SUMMARY.md | 3 +-- doc/dev/generate/swagger.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a548559cd5..b2fa4b4429 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ imi 框架交流群:17916227 [![点击加群](https://pub.idqqimg.com/wpa/imag ### 扩展组件 +* [MQTT](https://github.com/imiphp/imi-mqtt) * [RPC](https://github.com/imiphp/imi-rpc) -* [Hprose](https://github.com/imiphp/imi-hprose) * [gRPC](https://github.com/imiphp/imi-grpc) +* [Hprose](https://github.com/imiphp/imi-hprose) * [AMQP](https://github.com/imiphp/imi-amqp) (支持 AMQP 协议的消息队列都可用,如:RabbitMQ) * [JWT](https://github.com/imiphp/imi-jwt) (在 imi 框架中非常方便地接入 jwt) * [权限控制](https://github.com/imiphp/imi-access-control) @@ -57,6 +58,7 @@ imi 框架交流群:17916227 [![点击加群](https://pub.idqqimg.com/wpa/imag * [跨进程变量共享](https://github.com/imiphp/imi-shared-memory) * [Swoole Tracker](https://github.com/imiphp/imi-swoole-tracker) * [雪花算法发号器](https://github.com/imiphp/imi-snowflake) +* [Swagger API 文档生成](https://github.com/imiphp/imi-apidoc) ## 开始使用 diff --git a/doc/SUMMARY.md b/doc/SUMMARY.md index 4cad94f7df..9fd17670e6 100644 --- a/doc/SUMMARY.md +++ b/doc/SUMMARY.md @@ -38,6 +38,7 @@ * [Http2](components/httpserver/http2.md) * [跨域和 OPTIONS 请求](components/httpserver/cros.md) * [HTTPS 配置](components/server/ssl.md) +* [Swagger API 文档生成](dev/generate/swagger.md) ## WebSocket 服务 @@ -126,7 +127,6 @@ * [进程池-Swoole](components/process-pool/swoole.md) * [进程池-imi](components/process-pool/imi.md) * [热更新](components/hotupdate/index.md) -* [Phar 支持](components/phar/index.md) * [雪花算法发号器](components/snowflake.md) ## 数据结构 @@ -176,7 +176,6 @@ * [模型生成](dev/generate/model.md) * [表生成](dev/generate/table.md) * [控制器生成](dev/generate/controller.md) - * [Swagger 文档生成](dev/generate/swagger.md) * [进程工具](dev/process.md) * [自己动手开发命令行工具](dev/tool.md) diff --git a/doc/dev/generate/swagger.md b/doc/dev/generate/swagger.md index 588d6f7c0b..9a343a7ce2 100644 --- a/doc/dev/generate/swagger.md +++ b/doc/dev/generate/swagger.md @@ -1,4 +1,4 @@ -# Swagger 文档生成 +# Swagger API 文档生成 支持在项目中使用 Swagger 注解语法,运行命令,生成 Swagger 文件。