Removing all the foobars from the docs. They ain't helping nobody

This commit is contained in:
Paul Copplestone
2019-10-28 11:06:27 +00:00
parent 5fef057f2f
commit d3bbc4eda5
9 changed files with 46 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ export default function Navbar({}) {
</li>
<li className={category == '-' ? 'is-active' : ''}>
<Link href={`/docs/[category]/[slug]`} as={`/docs/-/about`}>
<a className="">Home</a>
<a className="">Supabase</a>
</Link>
</li>
<li className={category == 'packaged' ? 'is-active' : ''}>

View File

@@ -1,16 +1,21 @@
import Link from 'next/link'
export const metadata = {
title: 'Supabase',
description: 'Supabase Docs',
description: 'Supercharge PostgreSQL.',
sidebarLabel: 'About'
}
## Single source of truth
This is the single source of truth for Supabase documentation and information.
## Docs
We are a lean, open source company. To make things easier you you (and us) all documentation will point here.
- Key concepts
- FAQs
## Contributions
Did you see above that we're an open source company? If you like what we're doing and you want to help, we will go out of our way to help you help us. Whether you're a first time open source contributor or a veteran, we'd love your help.
To learn more go to [Contributing](/docs/-/contributing).
## In Production

View File

@@ -0,0 +1,16 @@
export const metadata = {
title: 'Contributing',
description: 'Supabase Contribution Guidelines.'
}
## Want to contribute?
So ... we're even looking for contributions on our contributions guidelines.
Supabase is thinking in public. Everything is online, no matter how raw the current state of things.
We'll make this awesome we promise, but if you can't wait then why not jump into our github and:
- submit an issue
- create a pull request
- try one of our products and give feedback

View File

@@ -5,7 +5,11 @@ export const metadata = {
}
## Motivation
## Why?
SQL is a bit foreign for a lot of developers. We are hoping to bridge the gap.
SQL is a bit foreign for a lot of developers. We are hoping to bridge the gap.
## Coming soon
We're busy making Realtime awesome right now, and we'll get around to this as soon as we can.

View File

@@ -3,9 +3,12 @@ export const metadata = {
description: 'We\'re building a serverless PostgreSQL so you can get started in seconds. Export your database to a fully native PostgreSQL instance at any time.'
}
## Motivation
Relational databases are great but the set up can be cumbersome for quick prototyping and small products.
Additionally, even a small Postgres database can cost you $5/month.
We want to provide developers with the fastest and cheapest route to market using PostgreSQL.
We want to provide developers with the fastest and cheapest route to market using PostgreSQL.
## Coming soon
We're busy making Realtime awesome right now, and we'll get around to this as soon as we can.

View File

@@ -3,8 +3,6 @@ export const metadata = {
description: 'Extend your database with a fully functional GraphQL API, without a line of code.'
}
## Coming soon
# Hello world
FOo bAr
We're busy making Realtime awesome right now, and we'll get around to this as soon as we can.

View File

@@ -3,3 +3,7 @@ export const metadata = {
description: 'PostgreSQL is easy, we\'re just making it slightly easier.',
sidebarLabel: 'Getting Started'
}
## Coming soon
We're busy making Realtime awesome right now, and we'll get around to this as soon as we can.

View File

@@ -4,8 +4,6 @@ export const metadata = {
sidebarLabel: 'Getting Started'
}
## Coming soon
# Hello world
FOo bAr
We're busy making Realtime awesome right now, and we'll get around to this as soon as we can.

View File

@@ -25,7 +25,7 @@ Docs['baseless'] = importReducer(require.context('../../../content/docs/baseless
// Set up all sidebars
var Sidebars = []
Sidebars['-'] = {
introduction: ['about'],
introduction: ['about', 'contributing'],
}
Sidebars['packaged'] = {
introduction: ['getting-started'],