Skip to content

Commit 3b3fc6c

Browse files
ota-meshimichalsnik
authored andcommitted
Chore: Add link to Playground on documentation page (#760)
Added a link to [Playground](https://mysticatea.github.io/vue-eslint-demo) on the [documentation page](https://vuejs.github.io/eslint-plugin-vue/).
1 parent dc371c5 commit 3b3fc6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module.exports = {
4747
nav: [
4848
{ text: 'User Guide', link: '/user-guide/' },
4949
{ text: 'Developer Guide', link: '/developer-guide/' },
50-
{ text: 'Rules', link: '/rules/' }
50+
{ text: 'Rules', link: '/rules/' },
51+
{ text: 'Demo', link: 'https://mysticatea.github.io/vue-eslint-demo' }
5152
],
5253

5354
sidebar: {

0 commit comments

Comments
 (0)