2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

docs: generate sidebar from plugin, push API headings to search

This commit is contained in:
Jeff
2019-11-20 15:55:59 -08:00
parent 7c6addf308
commit 17d360cbaf
10 changed files with 137 additions and 83 deletions
+5 -1
View File
@@ -5,15 +5,19 @@
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build",
"build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build"
"build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build",
"debug": "node --inspect-brk ./node_modules/.bin/vuepress dev"
},
"devDependencies": {
"@babel/types": "^7.7.2",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.47",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.47",
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
"@vuepress/plugin-register-components": "^1.0.0-alpha.47",
"@vuepress/plugin-search": "^1.0.0-alpha.47",
"ast-types": "^0.13.2",
"chalk": "^3.0.0",
"cross-env": "^5.2.0",
"fuse.js": "^3.4.4",
"gh-pages": "^0.11.0",