Skip to content

Commit 7601ed0

Browse files
committed
🔧 config(vuepress): update config
1 parent 1ddde20 commit 7601ed0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/.vuepress/config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,23 @@ module.exports = {
99
title: 'eslint-plugin-vue-i18n',
1010
description: 'ESLint plugin for Vue I18n',
1111
serviceWorker: false,
12+
evergreen: true,
13+
head: [
14+
['meta', { name: 'theme-color', content: '#3eaf7c' }],
15+
],
1216
themeConfig: {
1317
repo: 'kazupon/eslint-plugin-vue-i18n',
1418
docsDir: 'docs',
1519
docsBranch: 'master',
1620
editLinks: true,
1721
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+
}],
1829
sidebarDepth: 0,
1930
sidebar: {
2031
'/': [

0 commit comments

Comments
 (0)