Skip to content

Commit

Permalink
Added GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Nov 9, 2019
1 parent 9038301 commit c8cffcd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ module.exports = {
title: 'vue-modal',
description: 'A modal plugin for Vue',
themeConfig: {
nav: [{ text: 'Guide', link: '/' }],
nav: [
{ text: 'Github', link: 'https://github.com/kouts/vue-modal' }
],
sidebar: [
['/', 'Guide'],
['/', 'Introduction'],
['/installation/', 'Installation'],
['/usage/', 'Usage']
['/usage/', 'Usage'],
['/options/', 'Options']
]
},
head: [
Expand Down

0 comments on commit c8cffcd

Please sign in to comment.