Created
May 31, 2018 19:23
-
-
Save andreliem/f2855d066651cf85408445c8d60aebac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
title: 'Netlify CMS + VuePress', | |
description: 'Netlify + VuePress', | |
themeConfig: { | |
docsDir: 'docs', | |
repo: 'andreliem/vuepress-netlify-cms', | |
sidebar: [ | |
'/', | |
'/welcome', | |
'/test' | |
], | |
nav: [ | |
{ | |
text: 'Admin', | |
link: '/admin/#/', | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment