2019-04-04 06:52:52 +02:00
|
|
|
module.exports = {
|
|
|
|
title: 'Super Graph',
|
|
|
|
description: 'Get an instant GraphQL API for your Rails apps.',
|
|
|
|
|
|
|
|
themeConfig: {
|
2019-04-18 15:27:36 +02:00
|
|
|
logo: '/logo.svg',
|
2019-04-04 06:52:52 +02:00
|
|
|
nav: [
|
|
|
|
{ text: 'Guide', link: '/guide' },
|
2019-04-13 16:30:02 +02:00
|
|
|
{ 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' },
|
2019-04-18 05:35:08 +02:00
|
|
|
],
|
|
|
|
serviceWorker: {
|
|
|
|
updatePopup: true
|
|
|
|
}
|
2019-04-04 06:52:52 +02:00
|
|
|
}
|
2019-04-13 16:30:02 +02:00
|
|
|
}
|