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 1ddde20 commit 7601ed0Copy full SHA for 7601ed0
docs/.vuepress/config.js
@@ -9,12 +9,23 @@ module.exports = {
9
title: 'eslint-plugin-vue-i18n',
10
description: 'ESLint plugin for Vue I18n',
11
serviceWorker: false,
12
+ evergreen: true,
13
+ head: [
14
+ ['meta', { name: 'theme-color', content: '#3eaf7c' }],
15
+ ],
16
themeConfig: {
17
repo: 'kazupon/eslint-plugin-vue-i18n',
18
docsDir: 'docs',
19
docsBranch: 'master',
20
editLinks: true,
21
search: false,
22
+ nav: [{
23
+ text: 'Patreon',
24
+ link: 'https://www.patreon.com/kazupon'
25
+ }, {
26
+ text: 'Release Notes',
27
+ link: 'https://github.com/kazupon/eslint-plugin-vue-i18n/releases'
28
+ }],
29
sidebarDepth: 0,
30
sidebar: {
31
'/': [
0 commit comments