Fix demo to run as memory only

This commit is contained in:
Vikram Rangnekar
2019-04-17 23:35:08 -04:00
parent 6b164aed08
commit de52ce4738
8 changed files with 115 additions and 43 deletions

View File

@ -3,12 +3,15 @@ module.exports = {
description: 'Get an instant GraphQL API for your Rails apps.',
themeConfig: {
logo: '/hero.png',
logo: '/logo.png',
nav: [
{ text: 'Guide', link: '/guide' },
{ text: 'Install', link: '/install' },
{ text: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },
]
],
serviceWorker: {
updatePopup: true
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB