We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaf8ab commit 18b77edCopy full SHA for 18b77ed
docs/.vuepress/config.js
@@ -12,17 +12,22 @@ module.exports = {
12
base: '/eslint-plugin-vue-i18n/',
13
title: 'eslint-plugin-vue-i18n',
14
description: 'ESLint plugin for Vue I18n',
15
- serviceWorker: false,
+ serviceWorker: true,
16
evergreen: true,
17
head: [
18
['meta', { name: 'theme-color', content: '#3eaf7c' }]
19
],
20
themeConfig: {
21
repo: 'kazupon/eslint-plugin-vue-i18n',
22
+ docsRepo: "kazupon/eslint-plugin-vue-i18n",
23
docsDir: 'docs',
24
docsBranch: 'master',
25
editLinks: true,
26
search: false,
27
+ lastUpdated: true,
28
+ serviceWorker: {
29
+ updatePopup: true,
30
+ },
31
nav: [{
32
text: 'Patreon',
33
link: 'https://www.patreon.com/kazupon'
0 commit comments