Add documentation

This commit is contained in:
Vikram Rangnekar
2019-04-04 00:52:52 -04:00
parent d66fb192bc
commit 813540f257
7 changed files with 6764 additions and 0 deletions

13
docs/.vuepress/config.js Normal file
View File

@ -0,0 +1,13 @@
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: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },
]
}
}