Commit Graph

14 Commits

Author SHA1 Message Date
Copple
f489732d61 update definition generator for new docs 2022-08-11 16:44:23 +02:00
Copple
dcec4eda17 Adds js v2 pre-build 2022-08-11 16:28:42 +02:00
Yonathan Benolol
81afb0e1fb Added support for notes in Examples.
Also added a note about join tables in Select Reference.
2022-02-28 20:58:19 +02:00
TzeYiing
c3bfc2cfab added error throwing for bad type for spec examples 2022-02-07 17:57:54 +08:00
Paul Copplestone
3ca393bfd2 docs: adds a helper to hide code blocks 2021-06-20 17:23:10 +08:00
kiwicopple
cd9958319c Apply Prettier changes 2021-05-22 02:30:29 +00:00
Paul Copplestone
a6a7761797 Adds some secret docs 2021-03-24 21:54:39 +08:00
Paul Copplestone
5f140408b2 Remove all Python tabs 2021-03-12 23:21:15 +08:00
Paul Copplestone
e09f227172 Sets a group tab on all the code examples 2021-03-12 23:04:28 +08:00
Mohamed ElSaadany
3b0a936b6d use src yaml files in Docusaurus 'Edit this page' links for generated doc pages 2021-01-05 10:33:31 +03:00
Paul Copplestone
c3e1f1952c Changes sorting to namedParameters only, adds support for union types 2020-12-22 10:26:46 +01:00
Paul Copplestone
cb0e67cedd Sorts the lines so that they can are consistently generated 2020-12-22 10:14:58 +01:00
ykdojo
14cbab9aa2 Re-generated a few docs with RefGenerator
web/docs/client/filter.mdx
web/docs/client/insert.mdx
web/docs/client/order.mdx
2020-12-15 11:19:48 -08: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