Skip to content

Commit

Permalink
chore: update packages,remove 'plugin' and validations of doc generat…
Browse files Browse the repository at this point in the history
…ion (#3643)
  • Loading branch information
Maledong authored and atian25 committed Apr 23, 2019
1 parent bffb644 commit 7cc8aab
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion docs/source/_data/guide_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Advanced:
View Plugin: /advanced/view-plugin.html
Style Guide: /style-guide.html
Community:
Plugin List: /plugins/
Contributing: /contributing.html
Resource: /resource.html
# Member Guide: /member_guide.html
Expand Down
3 changes: 0 additions & 3 deletions docs/source/en/plugins/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/zh-cn/plugins/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"autod-egg": "^1.1.0",
"coffee": "^5.2.1",
"egg-alinode": "^1.0.3",
"egg-bin": "^4.11.0",
"egg-bin": "^4.12.3",
"egg-doctools": "^2.8.3",
"egg-mock": "^3.21.0",
"egg-plugin-puml": "^2.4.0",
Expand Down
1 change: 0 additions & 1 deletion test/doc.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const runscript = require('runscript');
const utils = require('./utils');

describe('test/doc.test.js', () => {
if (process.platform === 'win32') return;

let app;
before(async () => {
Expand Down

0 comments on commit 7cc8aab

Please sign in to comment.