Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andreliem/f2855d066651cf85408445c8d60aebac to your computer and use it in GitHub Desktop.
Save andreliem/f2855d066651cf85408445c8d60aebac to your computer and use it in GitHub Desktop.
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