Fix demo to run as memory only
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
docs/.vuepress/public/logo.png
Normal file
BIN
docs/.vuepress/public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -1,6 +1,6 @@
|
||||
---
|
||||
home: true
|
||||
heroImage: /hero.png
|
||||
heroImage: /logo.png
|
||||
heroText: "SUPER GRAPH"
|
||||
tagline: Get an instant GraphQL API for your Rails apps.
|
||||
actionText: Get Started →
|
||||
|
@ -1,36 +0,0 @@
|
||||
Super Graph
|
||||
Get an instant GraphQL API for your Rails apps
|
||||
18 Apr 2019
|
||||
Tags: GraphQL, API, GoLang, Postgres
|
||||
|
||||
Vikram Rangnekar
|
||||
https://supergraph.dev
|
||||
@dosco
|
||||
|
||||
|
||||
* Motivation
|
||||
|
||||
Honestly, cause it was more fun than my real work. After working on several product though my career I found myself hating building CRUD APIs (Create, Update, Delete, List, Show). It was always the same thing figure out what the UI needs then build an endpoint for it, if related data is needed than join with another table. I didn't want to write that code anymore I wanted the computer to just do it.
|
||||
|
||||
** Subsection
|
||||
|
||||
- bullets
|
||||
- more bullets
|
||||
- a bullet with
|
||||
|
||||
*** Sub-subsection
|
||||
|
||||
Some More text
|
||||
|
||||
Preformatted text
|
||||
is indented (however you like)
|
||||
|
||||
Further Text, including invocations like:
|
||||
|
||||
.image image.jpg
|
||||
.background image.jpg
|
||||
.iframe http://foo
|
||||
.link http://foo label
|
||||
.caption _Gopher_ by [[https://www.instagram.com/reneefrench/][Renée French]]
|
||||
|
||||
Again, more text
|
Reference in New Issue
Block a user