Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add plugin list #988

Merged
merged 2 commits into from
Jun 2, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

自动生成了吧

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

自动生成不了,每个页面不一样

---
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