Skip to content

Commit 39fb62b

Browse files
authored
Vuepress 1.0 (sagalbot#844)
* bump vuepress * extend default-theme, implement codefund * explicitly install alpha plugins * update config
1 parent 83e5924 commit 39fb62b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW');
33
const meta = {
44
title: 'Vue Select | VueJS Select2/Chosen Component',
55
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
6-
url: 'http://sagalbot.github.io/vue-select/',
7-
icon: '/vue-logo.png',
6+
url: 'https://vue-select.org',
87
};
98

109
let head = [
@@ -75,6 +74,10 @@ module.exports = {
7574
buttonText: 'Refresh',
7675
},
7776
},
77+
'@vuepress/plugin-register-components': {},
78+
'@vuepress/plugin-active-header-links': {},
79+
'@vuepress/plugin-search': {},
80+
'@vuepress/plugin-nprogress': {},
7881
},
7982
themeConfig: {
8083
repo: 'sagalbot/vue-select',

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# inherit these settings.
1313
[context.deploy-preview]
1414
publish = "docs/.vuepress/dist"
15-
command = "yarn add --dev webpack@~4.28 && yarn && yarn build:preview"
15+
command = "yarn && yarn build:preview"

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@
3030
"@babel/preset-env": "^7.4.2",
3131
"@babel/runtime": "^7.4.2",
3232
"@vue/test-utils": "^1.0.0-beta.29",
33+
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.47",
3334
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
35+
"@vuepress/plugin-nprogress": "^1.0.0-alpha.47",
3436
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
37+
"@vuepress/plugin-register-components": "^1.0.0-alpha.47",
38+
"@vuepress/plugin-search": "^1.0.0-alpha.47",
3539
"autoprefixer": "^9.4.7",
3640
"babel-core": "^7.0.0-bridge.0",
3741
"babel-loader": "^8.0.5",

0 commit comments

Comments
 (0)