Skip to content

Commit

Permalink
Merge pull request #18 from sumcumo/chore/vuepress
Browse files Browse the repository at this point in the history
Chore/vuepress
  • Loading branch information
ma-jahn authored Aug 27, 2019
2 parents a5de09e + 165e7f4 commit 42d2fc9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 40 deletions.
64 changes: 25 additions & 39 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,48 +1,34 @@
module.exports = {
dest: 'docs/.vuepress/dist',
base: '/',
serviceWorker: true,
title: 'Vue CLI SSR plugin',
description: 'Dead Simple Server-Side-Rendering',
head: [
['link', { rel: 'icon', href: '/logo.png' }],
['link', { rel: 'icon', href: '/favicon.png' }]
],
locales: {
'/': {
lang: 'en-US',
title: 'Vue CLI SSR plugin',
description: 'Dead Simple Server-Side-Rendering',
},
},
evergreen: true,
displayAllHeaders: true,
sidebarDepth: 3,
themeConfig: {
repo: 'Akryum/vue-cli-plugin-ssr',
docsDir: 'docs',
editLinks: true,
serviceWorker: {
updatePopup: true,
sidebar: {
'/guide/': [
'',
'configuration',
'directives',
'webpack',
],
},
locales: {
'/': {
selectText: 'Languages',
label: 'English',
lastUpdated: 'Last Updated',
nav: [
{
text: 'Guide',
link: '/guide/',
},
{
text: 'Patreon',
link: 'https://www.patreon.com/akryum',
},
],
sidebarDepth: 3,
sidebar: {
'/guide/': [
'',
'configuration',
'directives',
'webpack',
],
},
nav: [
{
text: 'Guide',
link: '/guide/',
},
},
{
text: 'Patreon',
link: 'https://www.patreon.com/akryum',
},
],
},
host: '127.0.0.1',
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"vuepress": "^0.14.8"
"vuepress": "^1.0.3"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0",
Expand Down

0 comments on commit 42d2fc9

Please sign in to comment.