Paul Copplestone
01b962bf65
Moves some of the config into the guides
2021-09-06 20:54:08 +08:00
e0
a983d5ff74
docs: add missing comma
2021-09-01 19:55:12 +02:00
Bobbie Soedirgo
942b11a79f
docs: add rls select notes to delete
2021-08-31 23:52:53 +08:00
Inian
7bfee257c1
Merge pull request #2901 from stefanlegg/fix-example-cache-control
...
Update Docs: fixed cacheControl type in examples
2021-08-23 11:57:58 +08:00
Copple
0414aded5f
Merge pull request #2904 from dennyhong96/master
...
Fix filters docs example code snippet
2021-08-23 11:57:10 +08:00
Jan Baykara
434224ca19
Fix typo in heading introduced during PR
2021-08-21 17:38:00 +00:00
Jan Baykara
43f1a10e98
Fix github action's pathname for generated types
2021-08-21 17:35:40 +00:00
Bobbie Soedirgo
9c84f80681
docs: stored procedure -> function
2021-08-20 00:13:12 +08:00
Denny Hong
38e7d09cfa
Fix superbase docs
...
Missing a single quote.
2021-08-19 11:53:12 -04:00
Stefan Legg
5a938d5194
Fixed cacheControl type in examples
...
CacheControl is typed as a string, but the example docs show it being used with a number. This corrects the example docs to use a string instead.
2021-08-19 10:33:34 -04:00
Paul Copplestone
9eb44b47c0
fixes https://github.com/supabase/supabase/issues/2852
...
The second argument should be the params
2021-08-18 18:16:34 +08:00
Paul Copplestone
261967c596
Removes the "resources section"
2021-08-17 19:08:19 +08:00
Copple
a7e0a0ceb8
Merge pull request #2790 from hilmanski/patch-1
...
adding CDN information on installation
2021-08-12 09:48:02 +08:00
Bobbie Soedirgo
f5cc57c123
docs(postgrest-js): update bulk rpc
2021-08-11 17:21:05 +08:00
Hilman Ramadhan
f4dd43341b
adding CDN information on installation
...
I add CDN information on installation section
2021-08-10 14:57:52 +08:00
Mark Burggraf
c74edc0ae0
Added more explanation of how .single() works
2021-08-07 12:25:17 -07:00
Beng Eu
ffdde846aa
Document from.upload() and from.update() workaround for React Native
2021-07-21 12:12:55 +08:00
Inian
e00a191997
update storage examples
2021-07-20 16:16:28 +08:00
Beng Eu
e17550f2ee
docs: update specs
2021-07-20 10:39:50 +08:00
Pablo Cuadrado
e70d98c2dc
Add an "email change" example in the GoTrue docs
2021-07-15 09:48:23 -03:00
Paul Copplestone
efe680dfdf
docs: Fixing sidebar (again)
2021-07-14 19:37:23 +08:00
Paul Copplestone
e1ff1acb48
Adds some videos to the connection docs
2021-07-14 18:29:27 +08:00
Paul Copplestone
20f50230db
initialize some docs related to connection pooling
2021-07-04 21:00:30 +08:00
Paul Copplestone
6a12ddf1f6
docs: updates the auth spec
2021-07-02 14:53:17 +08:00
Inian
88163cdb0a
docs: add upsert docs for storage
2021-06-28 13:34:49 +08:00
Daian Gan
d61f5a61aa
Add supabase-py installation instructions.
2021-06-22 23:15:17 -04:00
Paul Copplestone
8ccc1d68b7
docs: HIdes the code block on the sign up page
2021-06-20 17:25:30 +08:00
Copple
1e1569d246
Merge pull request #1873 from harshcut/docs-signup
...
docs: fix sign up docs
2021-06-20 17:24:14 +08:00
Paul Copplestone
8d1407f7dd
get the latest spec
2021-06-20 17:23:28 +08:00
Harsh Karande
74c0317113
Merge branch 'master' into docs-signup
2021-06-20 10:20:15 +05:30
Copple
26491f8bbf
Merge pull request #1992 from supabase/soedirgo-patch-1
...
docs(js): fix csv example
2021-06-20 12:18:38 +08:00
Inian
969e0c61a7
docs: fix github signin code
2021-06-20 12:16:57 +08:00
Bobbie Soedirgo
771096ac13
docs(js): fix csv example
2021-06-16 23:05:32 +08:00
Harsh Karande
9027a73af7
docs: remove OAuth duplication
2021-06-10 09:53:11 +05:30
Copple
0f9f6bb2b3
Merge pull request #1887 from i-pip/docs/update-email-docs
...
docs: adding email update example. This addresses issue 1845
2021-06-10 10:13:22 +08:00
pip
59f3d20830
docs(gotrue-js): adding email update example. This addresses issue 1845 in supabase/supabase
2021-06-09 00:42:59 +02:00
Marcel Cruz
3221d2fc65
Rename script name to run on action
...
This change renames the script name that's run on the GitHub action to be equal to the name used on the instruction above ("Add a script to your package.json to generate the types").
2021-06-09 00:04:21 +08:00
Harsh Karande
bb4a025396
docs: fix sign up docs
2021-06-08 15:40:17 +05:30
Inian
7fab30aa4d
docs: add docs for new storage api methods
...
documents updateBucket and getPublicUrl
2021-06-08 13:46:28 +08:00
Inian
a7974601df
regenerate docs
2021-06-08 13:16:48 +08:00
Copple
cca73571dd
Merge pull request #1788 from jpstrikesback/fix/update-docs-signIn-with-refresh-token
...
fix: Add docs for signIn() with refresh token
2021-06-03 11:56:45 +08:00
Bobbie Soedirgo
f7fa5c460b
fix more grammar mistakes
2021-06-03 10:54:14 +08:00
jpstrikesback
951197cdec
fix: Add docs for signIn() with refresh token
2021-06-01 10:32:16 -04:00
Copple
a8a86e6a0c
Merge pull request #1780 from supabase/fix/docs-spelling
...
fix: spelling error in 'Querying with count option'
2021-06-01 17:12:18 +08:00
Steve Chavez
3a962bb1cb
docs: Clarify count options
...
Added some links for each count option to and also put a comment for not getting any rows with `head: true`.
2021-05-31 13:44:55 -05:00
Jonathan Summers-Muir
0c6790d8e4
fix: spelling error in 'Querying with count option'
2021-06-01 01:03:03 +08:00
Paul Copplestone
171f368542
docs: Adds docs for CSV function
2021-05-31 21:18:16 +08:00
Copple
0f17c47692
Adds a not about the order of filters
2021-05-31 09:56:17 +08:00
burggraf
06aa019873
Fixed typo
...
const { error } = supabase.auth.signOut()
changed to
const { error } = await supabase.auth.signOut()
2021-05-29 07:31:46 -07:00
Greg Garnhart
7d634156ba
Update Upsert Documentation
...
Based on this issue: https://github.com/supabase/supabase/issues/1711#issuecomment-848591875
2021-05-27 13:01:02 +08:00