Skip to content

Commit

Permalink
docs: add ant.design link (#1037)
Browse files Browse the repository at this point in the history
Closes #492
  • Loading branch information
popomore authored and fengmk2 committed Jun 12, 2017
1 parent f1b510c commit ef7c864
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 17 deletions.
1 change: 1 addition & 0 deletions .autod.conf.js
Expand Up @@ -25,6 +25,7 @@ module.exports = {
keep: [
],
semver: [
'eslint@3',
'koa-bodyparser@2',
],
test: 'scripts',
Expand Down
9 changes: 9 additions & 0 deletions docs/source/_data/links.yml
@@ -0,0 +1,9 @@
Github:
Organization: https://github.com/eggjs
Examples: https://github.com/eggjs/examples
Community:
Changelog: https://github.com/eggjs/egg/releases
FAQ: https://eggjs.org/zh-cn/faq.html
Issues: https://github.com/eggjs/egg/issues
Links:
Ant Design: https://ant.design
35 changes: 18 additions & 17 deletions package.json
Expand Up @@ -14,27 +14,27 @@
],
"dependencies": {
"accepts": "^1.3.3",
"agentkeepalive": "^3.1.0",
"agentkeepalive": "^3.2.0",
"cluster-client": "^1.6.4",
"co": "^4.6.0",
"debug": "^2.6.8",
"delegates": "^1.0.0",
"egg-cluster": "^1.6.4",
"egg-cluster": "^1.7.0",
"egg-cookies": "^2.2.1",
"egg-core": "^3.9.0",
"egg-development": "^1.3.0",
"egg-core": "^3.10.0",
"egg-development": "^1.3.1",
"egg-i18n": "^1.1.1",
"egg-jsonp": "^1.1.0",
"egg-jsonp": "^1.1.1",
"egg-logger": "^1.6.0",
"egg-logrotator": "^2.2.2",
"egg-multipart": "^1.4.0",
"egg-onerror": "^1.4.2",
"egg-schedule": "^2.3.0",
"egg-security": "^1.10.0",
"egg-session": "^2.1.0",
"egg-static": "^1.4.0",
"egg-view": "^1.1.0",
"egg-watcher": "^2.1.2",
"egg-logrotator": "^2.2.3",
"egg-multipart": "^1.5.0",
"egg-onerror": "^1.4.4",
"egg-schedule": "^2.4.1",
"egg-security": "^1.10.1",
"egg-session": "^2.1.1",
"egg-static": "^1.4.1",
"egg-view": "^1.1.1",
"egg-watcher": "^2.1.3",
"extend2": "^1.0.0",
"graceful": "^1.0.1",
"is-type-of": "^1.0.0",
Expand All @@ -51,9 +51,9 @@
"autod-egg": "^1.0.0",
"coffee": "^3.3.2",
"egg-alinode": "^1.0.3",
"egg-bin": "^3.4.1",
"egg-doctools": "^1.2.0",
"egg-mock": "^3.7.1",
"egg-bin": "^3.4.2",
"egg-doctools": "^2.0.0",
"egg-mock": "^3.7.2",
"egg-plugin-puml": "^2.4.0",
"egg-view-nunjucks": "^2.1.2",
"eslint": "^3.19.0",
Expand All @@ -64,6 +64,7 @@
"koa-static": "^3.0.0",
"mz-modules": "^1.0.0",
"pedding": "^1.1.0",
"runscript": "^1.2.1",
"spy": "^1.0.0",
"supertest": "^3.0.0",
"webstorm-disable-index": "^1.1.2"
Expand Down

0 comments on commit ef7c864

Please sign in to comment.