super-graph/docs/.vuepress/config.js

15 lines
416 B
JavaScript
Raw Normal View History

2019-04-04 06:52:52 +02:00
module.exports = {
title: 'Super Graph',
description: 'Get an instant GraphQL API for your Rails apps.',
themeConfig: {
logo: '/hero.png',
nav: [
{ text: 'Guide', link: '/guide' },
{ text: 'Install', link: '/install' },
2019-04-04 06:52:52 +02:00
{ text: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },
]
}
}