Commit Graph

52 Commits

Author SHA1 Message Date
Paul Copplestone
dd77ce052d removes postgres reference 2021-09-06 21:20:54 +08:00
Paul Copplestone
261967c596 Removes the "resources section" 2021-08-17 19:08:19 +08:00
Paul Copplestone
c473a35d02 Sets up sponsors to query from the GitHub graphql endpoint 2021-06-21 17:30:14 +08:00
Paul Copplestone
86631e38c4 Adds cli generator 2021-03-31 22:53:30 +08:00
Paul Copplestone
c0f970bbcc Generates the new pages 2021-03-22 19:50:02 +08:00
Paul Copplestone
e286b85ac9 Adds new routes/redirects 2021-03-22 19:34:25 +08:00
Paul Copplestone
0ab15792e3 Hide CLI for now 2021-03-12 22:55:10 +08:00
Paul Copplestone
9d41a9554b mocking up some reference docs 2021-03-10 17:20:37 +08:00
Inian Parameshwaran
ae1c5e445d trigger build 2021-02-18 14:30:41 +05:30
Paul Copplestone
6c399f320d Removes generated files 2021-02-05 09:15:03 +08:00
mrkldshv
b06aa039de chore: migrate from classnames to clsx lib 2021-01-23 14:02:47 +01:00
Inian Parameshwaran
3455802a8b test: changing web 2021-01-07 00:20:00 +08:00
dependabot[bot]
fa19a7086a build(deps-dev): bump axios from 0.19.2 to 0.21.1 in /web
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 19:54:06 +00:00
ykdojo
0ae83a337e Test generating docs
I tried running npm run gen:supabase, and this is the result.
2020-12-22 12:48:50 -08:00
Copple
8adbf83f1e Merge pull request #386 from supabase/dependabot/npm_and_yarn/web/types/node-14.14.13
Bump @types/node from 14.14.8 to 14.14.13 in /web
2020-12-14 10:50:38 +01:00
dependabot-preview[bot]
8be48ca1ee Bump typescript from 4.0.5 to 4.1.3 in /web
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-14 09:18:15 +00:00
dependabot-preview[bot]
a8acd8fd76 Bump @types/node from 14.14.8 to 14.14.13 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.8 to 14.14.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-14 09:16:48 +00:00
dependabot-preview[bot]
f2f48935f1 build(deps-dev): bump @types/node from 14.14.6 to 14.14.8 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-18 07:17:25 +00:00
Copple
a788003648 Documentation for the new DX (#253)
## What kind of change does this PR introduce?

Updates the docs with the new developer experience: https://deploy-preview-253--supabase.netlify.app/docs

- Documents the new Auth using `gotrue-js`
- Fixes #179 
- Fixes OAuth links https://github.com/supabase/supabase/issues/241#issuecomment-705632335 
- [x] Add docs on Policies

## Additional context

Related PR on `supabase-js` https://github.com/supabase/supabase-js/pull/50

* Updates the docs for the new Auth DX.

* docs: adds docs for subscribing to rows

* Updates all the reads

* Updates all the docs with the new format

* docs: Replaces all { error, data} with data first, because I subjectively think it looks better

* Adds some of the breaking changes to a blog post

* Adds headings

* removes the blog post since it is now in notion

* Adds the Oauth changes

* removes recharts because we no longer use it

* Adds basic structure for GoTrue ref

* Adds styles for the api reference docs

* Adds more generated docs

* Downloads the files to work locally

* Adds a supabase generator

* Moves some of the guides into the "tools" folder

* Re-shuffles some of the pages around

* Generated everythign related to the Supabase Client

* Refactors and categorieses the pages

* Changes the names to be more readable

* Migrates almost all of the filters into the API reference

* Moves most of the stored procedure filters

* Adds realtime-js to the mix

* More desciptive titles

* Moves all the generated docs to the docs folder

* Moves over some of the data manipulators

* Extracts most of the client functionality to the API ref

* Adds more detail to the guides

* Removes the reference to the emulator

* Adds the supabase 1.0 blog post

* Adds a redirects for netlify

* chore: Updates packages

* Updates broken links

* Adding docs for the server

* Adds comments to gotrue and pgapi

* Adds a twitter icon to our navbar

* Updates the auth with the new user and session return values

* Updates the sponsors

* Styles for cards

* Adds a default value to all of the Tabs
2020-11-02 11:08:02 +08:00
Paul Copplestone
0a9e3e7e12 Makes our blog posts page more readable 2020-10-12 11:08:30 +08:00
Paul Copplestone
3d94e1e8fa Updates docusaurus 2020-09-01 15:12:31 +08:00
Paul Copplestone
1ba7d1a940 Updates to the latest docusaurus 2020-08-06 15:14:30 +08:00
dependabot-preview[bot]
a0c0084f73 build(deps): bump react-inlinesvg from 2.0.0 to 2.0.1 in /web (#126)
Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases)
- [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-30 12:58:48 +08:00
Paul Copplestone
1e68b48e23 fix: netlify build - sets docusaurus back to alpha.58. Silly dependabot 2020-07-30 10:52:58 +08:00
dependabot-preview[bot]
03d0b63767 build(deps): bump @docusaurus/core in /web (#124)
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus) from 2.0.0-alpha.58 to 2.0.0-alpha.59.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/docusaurus/compare/v2.0.0-alpha.58...v2.0.0-alpha.59)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 15:59:54 +08:00
dependabot-preview[bot]
ac95cb08b8 build(deps): bump mermaid from 8.6.2 to 8.6.4 in /web (#125)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.6.2 to 8.6.4.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.6.2...8.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 15:59:35 +08:00
dependabot-preview[bot]
2cd4a81f7b Bump mermaid from 8.6.0 to 8.6.2 in /web (#119)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.6.0 to 8.6.2.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.6.0...8.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-23 17:07:05 +08:00
dependabot-preview[bot]
b7ef1ea321 Bump mermaid from 8.5.2 to 8.6.0 in /web (#112)
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.5.2 to 8.6.0.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.5.2...8.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-15 00:36:20 +08:00
Paul Copplestone
30d50c9f98 Adds a new blog post, newsletter subscription link, and image plugin 2020-07-11 10:31:06 +08:00
Paul Copplestone
c675b937ab fix: Updates docusaurus and fixes the /docs redirect
It seems there was a breaking change with the default theme. This change updates the /docs route to work with the latest version of docusaurus. Fixes #108
2020-06-28 13:18:26 +08:00
dependabot-preview[bot]
cca55ba548 Bump react-inlinesvg from 1.2.0 to 2.0.0 in /web
Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases)
- [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 08:00:27 +00:00
dependabot-preview[bot]
12ed4887f2 Bump mermaid from 8.5.1 to 8.5.2 in /web
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/8.5.1...8.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 08:02:52 +00:00
dependabot-preview[bot]
445b825759 Bump mermaid from 8.5.0 to 8.5.1 in /web
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/commits/8.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 08:11:49 +00:00
dependabot-preview[bot]
bb3980bc60 Bump recharts from 2.0.0-beta.5 to 2.0.0-beta.6 in /web
Bumps [recharts](https://github.com/recharts/recharts) from 2.0.0-beta.5 to 2.0.0-beta.6.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v2.0.0-beta.5...v2.0.0-beta.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-12 07:57:58 +00:00
Paul Copplestone
5e510801aa Updates the website and adds our new traction numbers 2020-04-29 17:34:14 +08:00
dependabot-preview[bot]
05ee11033b Bump @docusaurus/preset-classic in /web
Bumps @docusaurus/preset-classic from 2.0.0-alpha.50 to 2.0.0-alpha.54.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-28 08:07:26 +00:00
dependabot-preview[bot]
9583356c5d Bump mermaid from 8.4.8 to 8.5.0 in /web
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.4.8 to 8.5.0.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:09:45 +00:00
awalias
16784b364e fixed https://github.com/supabase/supabase/issues/51 2020-04-03 14:28:37 +08:00
Paul Copplestone
bd6cacb7c6 Pinning the docusaurus version so that netlify doesn't cache 2020-04-02 12:21:27 +08:00
Paul Copplestone
78aa4ef4b0 Updates Docusaurus to latest, with all realevant updates for our overrides 2020-04-02 12:15:14 +08:00
dependabot-preview[bot]
58f3b47f2f Bump recharts from 2.0.0-beta.4 to 2.0.0-beta.5 in /web
Bumps [recharts](https://github.com/recharts/recharts) from 2.0.0-beta.4 to 2.0.0-beta.5.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v2.0.0-beta.4...v2.0.0-beta.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-27 08:02:45 +00:00
dependabot-preview[bot]
f105dc615c Bump recharts from 2.0.0-beta.3 to 2.0.0-beta.4 in /web
Bumps [recharts](https://github.com/recharts/recharts) from 2.0.0-beta.3 to 2.0.0-beta.4.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v2.0.0-beta.3...v2.0.0-beta.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 07:47:49 +00:00
dependabot-preview[bot]
ffdc447fef Bump recharts from 2.0.0-beta.1 to 2.0.0-beta.3 in /web
Bumps [recharts](https://github.com/recharts/recharts) from 2.0.0-beta.1 to 2.0.0-beta.3.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/recharts/recharts/compare/v2.0.0-beta.1...v2.0.0-beta.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 01:59:16 +00:00
Paul Copplestone
4047005574 Fixes Netlify build errors with Mermaid 2020-02-28 18:18:18 +13:00
Paul Copplestone
b1eea47d75 Getting to stage 5 is taking me ages 2020-02-10 16:32:04 +08:00
Paul Copplestone
cdd3a6dee8 Setting up the first blog posts 2020-02-08 18:37:38 +08:00
Paul Copplestone
0d6279679d OK, this is some very shitty code, but i need these charts for the pitch deck. Pushing now to clean up later 2020-01-27 15:06:12 +08:00
Paul Copplestone
bdcf1f011b Got a very basic chart with our stargazers history 2020-01-27 12:48:15 +08:00
Paul Copplestone
b97a375d68 Adds a nicer scrollbar to code blocks (needs testing on windows) 2020-01-15 16:58:26 +08:00
Paul Copplestone
f8d1bd5b0d Many updates to styling - especially the fonts 2020-01-11 11:22:31 +08:00