Skip to content

Commit

Permalink
incorrect link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Apr 17, 2019
1 parent a22a972 commit b0c6836
Showing 1 changed file with 20 additions and 27 deletions.
47 changes: 20 additions & 27 deletions .vuepress/config.js
@@ -1,28 +1,21 @@
module.exports = {
base: '/',
title: 'Learn NativeScript-Vue',
description: 'Build a native mobile app with NativeScript and Vue.js',
themeConfig: {
repo: 'jlooper/nsvue-workshop',
editLinks: true,
editLinkText: 'Help us improve this page!',
nav: [
{ text: 'NativeScript', link: 'http://www.nativescript.org' },
{ text: 'Docs', link: 'http://www.nativescript.org/docs' },
{ text: 'NativeScript-Vue', link: 'http://www.nativescript-vue.org' }
],
sidebar: [
{
title: 'Building TarotMoji',
children: [
'/docs/1',
'/docs/2',
'/docs/3',
'/docs/4',
'/docs/5',
'/docs/6'
],
}
],
},
}
base: '/',
title: 'Learn NativeScript-Vue',
description: 'Build a native mobile app with NativeScript and Vue.js',
themeConfig: {
repo: 'jlooper/nsvue-workshop',
editLinks: true,
editLinkText: 'Help us improve this page!',
nav: [
{ text: 'NativeScript', link: 'http://www.nativescript.org' },
{ text: 'Docs', link: 'http://docs.nativescript.org' },
{ text: 'NativeScript-Vue', link: 'http://www.nativescript-vue.org' },
],
sidebar: [
{
title: 'Building TarotMoji',
children: ['/docs/1', '/docs/2', '/docs/3', '/docs/4', '/docs/5', '/docs/6'],
},
],
},
};

0 comments on commit b0c6836

Please sign in to comment.