Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for the new DX #253

Merged
merged 41 commits into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
54e886e
Updates the docs for the new Auth DX.
kiwicopple Oct 15, 2020
05287ef
docs: adds docs for subscribing to rows
kiwicopple Oct 15, 2020
723b42f
Updates all the reads
kiwicopple Oct 15, 2020
ab2bc7d
Updates all the docs with the new format
kiwicopple Oct 16, 2020
db5066d
docs: Replaces all { error, data} with data first, because I subjecti…
kiwicopple Oct 20, 2020
e7598b9
Adds some of the breaking changes to a blog post
kiwicopple Oct 20, 2020
13d62f3
Adds headings
kiwicopple Oct 20, 2020
391f518
removes the blog post since it is now in notion
kiwicopple Oct 21, 2020
0f61b50
Adds the Oauth changes
kiwicopple Oct 21, 2020
0ef457d
removes recharts because we no longer use it
kiwicopple Oct 21, 2020
c5cef72
Adds basic structure for GoTrue ref
kiwicopple Oct 22, 2020
dada309
Adds styles for the api reference docs
kiwicopple Oct 22, 2020
7f07ebe
Adds more generated docs
kiwicopple Oct 22, 2020
c63419b
Downloads the files to work locally
kiwicopple Oct 22, 2020
55a7902
Adds a supabase generator
kiwicopple Oct 22, 2020
88a39ad
Moves some of the guides into the "tools" folder
kiwicopple Oct 22, 2020
3fff8ba
Re-shuffles some of the pages around
kiwicopple Oct 23, 2020
ae08d1d
Generated everythign related to the Supabase Client
kiwicopple Oct 23, 2020
15c5bdf
Refactors and categorieses the pages
kiwicopple Oct 23, 2020
b767891
Changes the names to be more readable
kiwicopple Oct 23, 2020
3dda2ef
Migrates almost all of the filters into the API reference
kiwicopple Oct 27, 2020
b43a972
Moves most of the stored procedure filters
kiwicopple Oct 27, 2020
d1f5183
Adds realtime-js to the mix
kiwicopple Oct 28, 2020
90890f6
More desciptive titles
kiwicopple Oct 28, 2020
c613cf3
Moves all the generated docs to the docs folder
kiwicopple Oct 28, 2020
60a49b1
Moves over some of the data manipulators
kiwicopple Oct 29, 2020
57a187c
Extracts most of the client functionality to the API ref
kiwicopple Oct 29, 2020
675cd51
Adds more detail to the guides
kiwicopple Oct 29, 2020
890799c
Removes the reference to the emulator
kiwicopple Oct 29, 2020
f9c93f8
Adds the supabase 1.0 blog post
kiwicopple Oct 30, 2020
cc70940
Adds a redirects for netlify
kiwicopple Oct 30, 2020
858857d
chore: Updates packages
kiwicopple Oct 30, 2020
612905e
Updates broken links
kiwicopple Oct 30, 2020
7039059
Merge branch 'master' into docs/new_dx
kiwicopple Oct 30, 2020
d23624a
Adding docs for the server
kiwicopple Oct 30, 2020
7abbe8b
Adds comments to gotrue and pgapi
kiwicopple Oct 30, 2020
50a4183
Adds a twitter icon to our navbar
kiwicopple Oct 31, 2020
2bbb5bc
Updates the auth with the new user and session return values
kiwicopple Nov 2, 2020
d901d39
Updates the sponsors
kiwicopple Nov 2, 2020
6f8f6eb
Styles for cards
kiwicopple Nov 2, 2020
eecf153
Adds a default value to all of the Tabs
kiwicopple Nov 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
190 changes: 67 additions & 123 deletions examples/todo-next-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/todo-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"@supabase/supabase-js": "^0.36.5",
"@supabase/supabase-js": "github:kiwicopple/supabase-js#feature/migrate_to_typescript",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down