docs: introduce vuepress-plugin-flowchart

This commit is contained in:
ULIVZ
2018-10-04 11:25:39 +08:00
parent 5329b74c68
commit 8e82a030f4
3 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ module.exports = {
serviceWorker: true,
updatePopup: true
},
'@vuepress/plugin-medium-zoom': true
'@vuepress/plugin-medium-zoom': true,
'flowchart': true
}
}
+1
View File
@@ -27,6 +27,7 @@
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.3",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.3",
"@vuepress/plugin-pwa": "^1.0.0-alpha.3",
"vuepress-plugin-flowchart": "^1.4.1",
"vuepress": "^1.0.0-alpha.3"
}
}
+22
View File
@@ -3751,6 +3751,10 @@ esutils@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
eve-raphael@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/eve-raphael/-/eve-raphael-0.5.0.tgz#17c754b792beef3fa6684d79cf5a47c63c4cda30"
events@^1.0.0, events@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
@@ -4064,6 +4068,12 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
flowchart.js@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/flowchart.js/-/flowchart.js-1.11.3.tgz#e27e2c2bb5ed0e78bea403f1370a0ea3dfe274dd"
dependencies:
raphael "2.2.7"
flush-write-stream@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd"
@@ -7550,6 +7560,12 @@ range-parser@^1.0.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
raphael@2.2.7:
version "2.2.7"
resolved "https://registry.yarnpkg.com/raphael/-/raphael-2.2.7.tgz#231b19141f8d086986d8faceb66f8b562ee2c810"
dependencies:
eve-raphael "0.5.0"
rc@^1.0.1, rc@^1.1.6, rc@^1.2.7:
version "1.2.8"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
@@ -9120,6 +9136,12 @@ vuepress-html-webpack-plugin@^3.2.0:
toposort "^1.0.0"
util.promisify "1.0.0"
vuepress-plugin-flowchart@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/vuepress-plugin-flowchart/-/vuepress-plugin-flowchart-1.4.1.tgz#516348d915f6693ad1ab43aaa0df0615dc7f98e5"
dependencies:
flowchart.js "^1.11.3"
w3c-hr-time@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"