Skip to content

Commit

Permalink
docs: add plugin list (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Jun 2, 2017
1 parent 20a5d91 commit 9084c24
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/source/_data/guide_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Advanced:
Cluster Client: /advanced/cluster-client.html
View Plugin: /advanced/view-plugin.html
Community:
Plugin List: /plugins
Contributing: /contributing.html
Resource: /resource.html
# Member Guide: /member_guide.html
Expand Down
3 changes: 3 additions & 0 deletions docs/source/en/plugins/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
layout: plugin
title: Plugin List
---
1 change: 1 addition & 0 deletions docs/source/languages/zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ guide_toc:
Deployment: 应用部署
# Loader:
Community: 社区
Plugin List: 内置插件列表
Contributing: 如何贡献
Member Guide: 成员指南
FAQ: 常见问题
Expand Down
3 changes: 3 additions & 0 deletions docs/source/zh-cn/plugins/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
layout: plugin
title: 内置插件列表
---
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"delegates": "^1.0.0",
"egg-cluster": "^1.6.4",
"egg-cookies": "^2.2.1",
"egg-core": "^3.8.0",
"egg-core": "^3.9.0",
"egg-development": "^1.3.0",
"egg-i18n": "^1.1.1",
"egg-jsonp": "^1.0.0",
"egg-jsonp": "^1.1.0",
"egg-logger": "^1.6.0",
"egg-logrotator": "^2.2.2",
"egg-multipart": "^1.4.0",
"egg-onerror": "^1.3.0",
"egg-onerror": "^1.4.2",
"egg-schedule": "^2.3.0",
"egg-security": "^1.10.0",
"egg-session": "^2.1.0",
"egg-static": "^1.3.0",
"egg-static": "^1.4.0",
"egg-view": "^1.1.0",
"egg-watcher": "^2.1.2",
"extend2": "^1.0.0",
Expand All @@ -51,11 +51,11 @@
"autod-egg": "^1.0.0",
"coffee": "^3.3.2",
"egg-alinode": "^1.0.3",
"egg-bin": "^3.4.0",
"egg-doctools": "^1.1.4",
"egg-mock": "^3.7.0",
"egg-plugin-puml": "^2.3.0",
"egg-view-nunjucks": "^2.1.1",
"egg-bin": "^3.4.1",
"egg-doctools": "^1.2.0",
"egg-mock": "^3.7.1",
"egg-plugin-puml": "^2.4.0",
"egg-view-nunjucks": "^2.1.2",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"formstream": "^1.1.0",
Expand Down

0 comments on commit 9084c24

Please sign in to comment.