Skip to content

Commit

Permalink
更新文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed May 29, 2020
1 parent c3b8806 commit c0edff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

## 开始使用

Expand Down
3 changes: 1 addition & 2 deletions doc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 服务

Expand Down Expand Up @@ -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)

## 数据结构
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion doc/dev/generate/swagger.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swagger 文档生成
# Swagger API 文档生成

支持在项目中使用 Swagger 注解语法,运行命令,生成 Swagger 文件。

Expand Down

0 comments on commit c0edff3

Please sign in to comment.