Commit Graph

106 Commits

Author SHA1 Message Date
Copple
3cffcd0f86 chore: update cli reference doc (#27868)
* chore: update cli reference doc

* fix: update generated docs and seed section

* fix: setup docs page redirect for cli

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
2024-07-17 01:18:25 +08:00
github-actions[bot]
90b71e3e42 feat: update mgmt api docs (#27958)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-07-15 19:01:26 +00:00
Jason Creviston
ca5bf3069d docs: correct the javascript setSession method. (#27908)
docs: correct the javasript setSession method.

Co-authored-by: Jason Creviston <jason@malynium.com>
2024-07-12 01:59:36 +00:00
Guilherme Souza
a7cae20ede chore(docs): add swift example for user update with nonce (#27925)
chore(docs): add examle for user update with nonce
2024-07-11 17:03:32 -04:00
Guilherme Souza
34a98b839b chore(docs): add example for fetching custom schema in Swift (#27896) 2024-07-10 09:18:05 -03:00
Duncan
2fc37fe1e4 Update supabase_js_v2.yml (#27871)
Fix subscription destructuring
2024-07-09 22:29:53 +00:00
github-actions[bot]
8aef4a08bf feat: update mgmt api docs (#27851)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-07-08 19:13:11 +00:00
Meet Vyas
1781431e37 docs: correct responses for file upload methods corrected (#27795)
* docs: responses for file upload methods corrected

* fix: json formatting

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-07-04 16:41:16 +00:00
Charis
f4779d4844 refactor: migrate guides to app router (#23101)
Migrate guides to App Router.
2024-07-03 10:25:06 -04:00
Nil Gàllego
5336920c64 docs: Add crypto package for Apple sign-in functionality (#27664) 2024-07-02 03:46:03 +00:00
Tyler
42f76def90 docs: Kotlin docs misc updates (#27655)
* simplify installation instruction of supabase-kt

* add response parsing sample to edge functions code on Kotlin

* docs: update realtime kotlin sample code to launch flow in another coroutine

* Update apps/docs/spec/supabase_kt_v2.yml

Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>

* Add note to invoke

---------

Co-authored-by: Jan Tennert <jan.m.tennert@gmail.com>
2024-07-02 10:46:06 +09:00
github-actions[bot]
a54aecd089 feat: update mgmt api docs (#27665)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-07-01 17:49:22 +00:00
Guilherme Souza
c72fa5d373 chore(docs): add params for swift methods (#27008) 2024-06-29 06:11:32 -03:00
Andrew Smith
94d76c5b1e Update supabase python reference docs with params (#23648)
* Update supabase python reference docs with params

* Update the examples in upsert, delete and add rpc

* add missing text_search, or_ and not filters

* Add params and examples for order, limit, range, explain

* add auth signup params and examples

* add sign_in_anonymously to the python docs

* remove all awaits from examples
2024-06-24 14:41:38 -04:00
github-actions[bot]
ae06e6b7c5 feat: update mgmt api docs (#27308)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-06-24 17:38:30 +00:00
Supun Sudaraka
bc3eabd291 chore: update the docs for custom domain activation (#27437)
update cli command docs for activating custom domain for supabase projects

Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com>
2024-06-21 15:23:07 +00:00
Copple
07e5fdccdb chore: update cli reference doc (#27244)
* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc
2024-06-20 14:39:16 +08:00
SURJEET KUMAR
ebead099da [Fix #26947] Update Twilio Phone Auth Guide Link (#27178)
feat: Update Twilio Phone Auth Guide link for configuring WhatsApp sign in

The Twilio Phone Auth Guide link for configuring WhatsApp sign in has been updated in the magic link section of the Supabase JS v2 documentation. The new link points to the correct guide page.
2024-06-11 14:29:55 +00:00
Copple
6fa5cebce9 chore: update cli reference doc (#27163)
* chore: update cli reference doc

* chore: update cli reference doc
2024-06-11 21:54:09 +08:00
github-actions[bot]
8d9dda6d12 feat: update mgmt api docs (#26987)
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com>
2024-06-10 22:25:03 +00:00
Stojan Dimitrovski
5772fbf911 docs: add error codes auth (#22793) 2024-06-08 12:31:52 +02:00
Thor 雷神 Schaeff
dda1c05ebd docs: Debugging Edge Functions with Inspector (#27014)
* chore: update ai types.

* docs: start ef inspector docs.

* chore: break out into own page.

* chore: spelling.

* chore: chrome devtools only.
2024-06-06 17:21:36 +08:00
Copple
d3bb7b1a4b chore: update cli reference doc (#26915)
* chore: update cli reference doc

* Apply suggestions from code review

---------

Co-authored-by: Thor 雷神 Schaeff <5748289+thorwebdev@users.noreply.github.com>
2024-06-04 22:17:24 +00:00
Guilherme Souza
ec789d6357 chore(docs): add docs for deep link handling in Swift (#27005) 2024-06-04 15:33:17 -03:00
f00f
ff7b2909a7 Update supabase_js_v2.yml (#26992)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-06-04 18:15:47 +00:00
Tyler
e402fb90ad docs: Add missing sample responses to the Flutter reference docs (#26935)
* reformat the existing responses

* change the format of the code block to json

* Add responses for the select query

* docs: Adds response and data to basic postgrest methods

* docs: Add sample response to all postgrest methods

* docs: Add MFA responses

* Add responses for auth admin methods
2024-06-05 00:59:07 +09:00
Bobbie Soedirgo
ea9cfb921a docs(js): add example for deleting a record and returning it (#26855)
* docs(js): add example for deleting a record and returning it

* docs(js): clarify response object

Make it more obvious that `status` and `statusText` comes from the whole
response object, not from `data` or `error`
2024-05-31 16:53:44 +08:00
Bobbie Soedirgo
b90ddcef21 docs(js): add example on setting timeout (#26825) 2024-05-31 16:53:34 +08:00
Hieu
d855bfb3f8 feat: automate mgmt api spec update (#26655)
* fix: correct mgmt api naming

* feat: new command to generate mgmt api sections

* feat: sort section items

* chore: tidy up

* fix: add generate sections to the default command

* feat: add gha to auto update mgmt api docs

* chore: tidy up

* fix: operationId logic to support self-hosting references

* chore: update latest mgmt api specs

* chore: update latest mgmt api specs
2024-05-31 08:53:19 +07:00
Tyler
3deeeb4988 docs: Add response and params to the storage reference docs for Flutter (#26815)
* docs: Add response and params to the storage reference docs for Flutter

* update storage response language to dart

* revert the sample response type to json
2024-05-30 03:26:08 +09:00
Copple
c44acfdde0 chore: update cli reference doc (#26832) 2024-05-28 15:52:47 +02:00
Copple
80e95c8fcc chore: update cli reference doc (#23432) 2024-05-28 11:32:38 +08:00
Charis
9c03be41e4 enhance(ref docs): add params and returns for realtime and storage (#26687) 2024-05-23 13:09:17 -04:00
Charis
3c196e3bf5 enhance(refs): add params and return examples for database and auth (#26676)
enhance(refs): add params and return types

Add params and return types for database and auth functions in
supabase-js library.
2024-05-22 19:55:00 -04:00
Hieu
c5a88a9fc4 feat: render mgmt api body params (#26319)
* feat: render body parameters

* feat: api parameters render

* fix: update mgmt api spec to latest

* fix: body param format and support content type selection

* fix: prettier errors

* fix: use Options to render accepted enum values

* fix: prettier again

* fix: merge conflict

* fix: expose new api routes

* fix: prettier again

* refactor: ApiBodyParam

* fix: add missing apis

* chore: tidy up

* feat: improve api response with sample + schema tabs

* fix: support show/hide object param schema

* fix: show no content text

* refactor: use collapsible for hidden content

* Update apps/docs/components/reference/ApiOperationSection.tsx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/components/ApiSchemaOption.tsx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* fix: resolve comments

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
2024-05-21 13:30:34 +07:00
Guilherme Souza
cdd04e5fe5 chore(docs): add linkIdentity and drop .database from swift docs (#26439)
* chore(docs): drop .database from swift examples

* chore(docs): add linkIdentity method to swift docs
2024-05-20 10:51:39 -03:00
Guilherme Souza
c287fd309f chore(docs): update reference docs for Swift (#25994) 2024-05-10 14:33:23 -03:00
Mrinank Bhowmick
687c6e3d43 Fix Python code and update docs with responses (#25852)
* Fixed Python code and updated docs with responses (Issue: #22070)

* Made the code readable

* Update apps/docs/spec/supabase_py_v2.yml

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:41:28 +00:00
ynnsuis
525bb4d303 Add example for deleting multiple records with delete().in() (#25883)
* docs : Add example for deleting multiple records with delete().in()

* Separate delete examples into single and multiple records sections

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:28:25 +00:00
Jan Tennert
ede84209bb docs: update Kotlin docs to reflect new version (#25962)
* Initial commit

* update docs

* change wording

* clarify single value flows

* add note about the realtime plugin

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:25:52 +00:00
Charis
ec86bbc4fe feat: new auth ia (#22812)
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>
2024-05-07 20:15:06 +00:00
devy-bee
dc51d7b18a docs: add kakao to the external OAuth provider list (#23686)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-03 19:20:32 +00:00
Copple
0aa014b9e5 chore: update cli reference doc (#23290) 2024-04-26 21:37:39 +08:00
Joseph Schultz
fa8167b26c chore: Update C# docs to reflect new Nuget Package names and Changelog (#23148)
* Refresh of c# client docs to reflect Supabase@v1.0.0 and new Nuget Package Names

* Clarify maintainers and contributors

* Separate C# v0 and v1 references

* Format

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-04-23 21:07:29 +00:00
Copple
526f8ab5d4 chore: update cli reference doc (#22781)
* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc

* chore: update cli reference doc
2024-04-23 16:48:49 +08:00
Guilherme Souza
5128572f16 chore(docs): update swift docs with latest methods (#23149) 2024-04-22 10:09:34 -04:00
Julio Montoya
6ccd9243db Update supabase_py_v2.yml (#22921) 2024-04-19 17:40:37 +00:00
Bobbie Soedirgo
6d10b3adc4 Chore/docs/rpc get (#22837)
* chore: update spec for JS libs

* docs(js): add example for RPC w/ `get: true`

* docs: call out `get: true` in RR guide
2024-04-18 15:21:51 +07:00
Rodrigo Mansueli
f44637d376 feat: add types for available regions in the docs (#22654)
* feat: add types for available regions in the docs

* Update supabase_js_v2.yml

* notes weren't showing, make the example clearer

* Update supabase_js_v2.yml

* split them, so each region is by itself
2024-04-15 16:47:29 -03:00
Jan Tennert
3cf0c219b6 docs: Update Kotlin docs for the new version (#22729)
Update Kotlin docs

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-04-15 17:02:43 +00:00