31 lines
685 B
JavaScript
Raw Normal View History

2019-04-04 00:52:52 -04:00
module.exports = {
title: 'Super Graph',
description: 'Get an instant GraphQL API for your Rails apps.',
themeConfig: {
2019-04-18 09:27:36 -04:00
logo: '/logo.svg',
2019-04-04 00:52:52 -04:00
nav: [
2019-07-29 01:13:33 -04:00
{ text: 'Docs', link: '/guide' },
2019-08-02 10:07:50 -04:00
{ text: 'Deploy', link: '/deploy' },
2019-04-04 00:52:52 -04:00
{ text: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },
2019-04-17 23:35:08 -04:00
],
serviceWorker: {
updatePopup: true
2019-08-02 10:07:50 -04:00
},
},
postcss: {
plugins: [
require('postcss-import'),
require('tailwindcss'),
require('postcss-nested'),
require('autoprefixer')
]
},
plugins: [
'@vuepress/plugin-nprogress',
]
}