Copple
5bc5af2b47
chore: update cli reference doc ( #35765 )
2025-05-20 11:55:16 +08:00
Ofir Levitan
2f475ae9f9
remove dart invoke example that's not relevant ( #35672 )
...
removed example
2025-05-15 15:09:04 +00:00
Andrew Smith
c621403b93
fix(docs): update invalid redirect urls link in ref docs ( #35646 )
2025-05-13 13:52:21 +00:00
Nico Kempe
3fcc5538b7
docs(auth-js): add nonce usage note to reauthenticate() docs ( #35206 )
...
docs(auth-js): include reminder to pass OTP as nonce in updateUser()
Add one‑liner on using the received OTP as the `nonce` in updateUser()
2025-05-06 23:27:36 +00:00
Copple
22ee5dfe2a
chore: update cli reference doc ( #35490 )
2025-05-06 12:11:42 -04:00
Tyler
7bf04545d8
docs: Add some missing descriptions to the CLI reference docs ( #35434 )
...
* Add description for supabase-config-push
* docs: Add descriptions to a few cli commands and command groups
* delete the unnecessary note about linking a project
* fix/add cli-latest file to gitignore
2025-05-04 09:28:35 +09:00
Copple
9227e83e56
chore: update cli reference doc ( #35258 )
2025-04-25 02:37:13 +08:00
Copple
e2e3449ff8
chore: update cli reference doc ( #35193 )
2025-04-22 12:31:10 +08:00
bnlvn
4f2c9e5c45
docs:Clarify behavior of email confirmation during email updates ( #35150 )
...
Updated the email update note in the docs to explain that confirmation emails are still sent due to the Secure Email Change setting. Added a direct link to the relevant dashboard setting to help users better understand and manage the behavior.
2025-04-21 13:02:41 +00:00
bnlvn
68fde6cf84
docs(auth): clarify mapping of user metadata in updateUser example ( #35047 )
...
Adds a note explaining that the `data` field maps to `raw_user_meta_data` in the database,
and is returned as `user_metadata` when calling `getUser()`.
2025-04-17 00:16:35 +00:00
Copple
3e702e4dc1
chore: update cli reference doc ( #34824 )
2025-04-08 12:33:17 -04:00
Ivan Vasilov
cb2889462e
chore: Bump redocly/cli to get updated versions of redoc and dompurify ( #34656 )
...
* Bump redocly/cli to bump redoc and dompurify.
* Regenerate spec files.
2025-04-02 17:46:03 +08:00
github-actions[bot]
27af144426
feat: update mgmt api docs ( #34554 )
...
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com >
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2025-03-31 15:29:20 +00:00
github-actions[bot]
0ad3412d7a
feat: update mgmt api docs ( #34365 )
...
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com >
2025-03-27 18:53:51 +00:00
Copple
c5579df01d
chore: update cli reference doc ( #34443 )
2025-03-26 16:04:23 -04:00
Copple
065cc37928
chore: update cli reference doc ( #34399 )
2025-03-25 08:46:09 +01:00
github-actions[bot]
99a3a3f557
feat: update mgmt api docs ( #33950 )
...
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com >
2025-03-17 15:43:36 +00:00
Copple
b74cf6abe7
chore: update cli reference doc ( #34184 )
2025-03-13 17:22:51 +00:00
Copple
1b31e472fb
chore: update cli reference doc ( #34160 )
2025-03-12 21:58:51 +00:00
Copple
0d6440b5cb
chore: update cli reference doc ( #34127 )
2025-03-12 00:40:41 +08:00
Charis
60f53d4b2a
fix(docs): example ( #34088 )
...
Example returns incorrect data.
2025-03-10 10:25:34 +01:00
Andrew Valleteau
a683bfdc7a
feat(docs): document ratelimits configurations ( #33830 )
...
* feat(docs): document ratelimits configurations
* chore: fix fields name
* chore: update auth.rate_limit api
2025-03-06 20:16:19 +08:00
Charis
c5c5bc231f
feat: support typedoc 0.27 ( #33905 )
...
Type docs pulled from JS client libraries were expected to be in version 0.22, which unfortunately is a bit old and incompatible with TypeScript 5. Therefore any JS lib that upgrades their toolchian to TS 5 will inadvertently break their type specs in docs.
This PR updates docs to also support 0.27 (the latest stable version, compatible with TS 5), in addition to the old version. Parallel support is required since many libs are still on the old version.
The main changes are:
- The comment shape has changed in typedoc.
- kindString has been deprecated in favor the kind numbers.
- indexSignatures are now plural (an array).
2025-03-03 17:17:38 +00:00
Andrew Valleteau
ac54d858a1
chore(docs): setup docs for overrideTypes ( #33705 )
...
* chore(docs): setup docs for overrideTypes
* fix: add overrideTypes to docs section
* chore: regen specs
* chore: update snapshot
* chore: regenerate all specs
* revert realtime spec changes
---------
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2025-03-03 15:35:39 +01:00
Chris Gwilliams
e9017ba39a
add inspect report to cli docs ( #33815 )
2025-02-25 08:24:30 +02:00
Copple
cb80fbc628
chore: update cli reference doc ( #33827 )
2025-02-25 10:24:04 +08:00
Teng Wei Herr
dd3a9b5e09
docs(supabase-js): add example to clarify how to fetch data with spaces in table name ( #33443 )
...
* docs: add supabase-js example with spaces in table names
* update copy and example
2025-02-24 17:50:08 +00:00
Jason Creviston
f49dbe3d69
docs: clarify triggered password recovery events ( #33797 )
...
Co-authored-by: Jason Creviston <jason@malynium.com >
2025-02-24 17:37:08 +00:00
Guilherme Souza
da7facdfc1
chore(docs): update Swift Realtime filter to use new filter type ( #33748 )
2025-02-21 19:22:41 -03:00
Illia Basalaiev
4a225a4642
chore: minor syntaxt and links updates in Python docs ( #31146 )
...
* resolve conflicts, improve styling
* standardize code examples
* remove trailing comas
---------
Co-authored-by: Illia Basalaiev <illiab@IMB3.local >
2025-02-19 18:45:40 +01:00
Guilherme Souza
53688e6d39
chore(docs): add missing import for swift reference ( #33520 )
2025-02-19 10:36:48 -05:00
github-actions[bot]
bf04ff6681
feat: update mgmt api docs ( #33642 )
...
Co-authored-by: kamilogorek <1523305+kamilogorek@users.noreply.github.com >
2025-02-19 09:30:58 +00:00
Copple
dd8144c720
chore: update cli reference doc ( #33544 )
...
* chore: update cli reference doc
* chore: update cli reference doc
2025-02-12 13:56:48 -05:00
Jan Tennert
fe14fa9363
docs: Fix parameter typo in Kotlin docs ( #33494 )
...
Fix parameter typo
2025-02-11 17:28:17 +00:00
Parth Petkar
cefca58834
docs: update --db-url example in CLI docs to reflect current format ( #33505 )
...
Co-authored-by: parthpetkar <callofdutyparth2004@gmail.com >
2025-02-11 16:54:00 +00:00
Copple
74e54ac221
chore: update cli reference doc ( #33504 )
2025-02-11 10:30:12 +08:00
github-actions[bot]
57d668c6ce
feat: update mgmt api docs ( #33467 )
...
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com >
2025-02-10 19:18:25 +00:00
Phil Pirozhkov
dbf64aab45
Fix the syntax of JS .select ( #33392 )
...
It doesn't support passing a list of columns as varargs, only as a comma-separated string.
2025-02-06 16:56:44 +01:00
Guilherme Souza
dd7da2187d
docs: fix param name for storage python method ( #33360 )
2025-02-05 13:12:53 -03:00
Jan Tennert
95594570b0
docs: Add Kotlin broadcasting via REST and Realtime authorization docs ( #33234 )
...
* Add broadcasting via REST
* add realtime authorization docs
2025-02-05 00:44:57 +00:00
Charis
2d55512553
chore: activate spelling and admonitions lints for docs ( #33292 )
2025-02-04 13:18:31 -05:00
Kamil Ogórek
a67fcb1809
docs: Regenerate specs for all API docs references ( #33265 )
...
* docs: Regenerate specs for all API docs references
* Fix the reference docs parsing.
* Update snapshots of docs tests.
* fix(ui): hide details panel for file params
* fix(ui): fix array display when inner type is not given
---------
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com >
Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com >
2025-02-04 14:57:17 +01:00
Charis
80ee4c9ab0
fix: examples ( #33276 )
2025-02-03 14:14:08 -05:00
Charis
93885b090f
chore: examples ( #33183 )
2025-01-30 13:08:46 -05:00
Guilherme Souza
f7da2bc0f9
chore(docs): add example on initializing swift client with logging ( #32629 )
2025-01-30 07:17:46 -03:00
Copple
ddd67d1fa5
chore: update cli reference doc ( #33137 )
2025-01-28 15:41:51 -05:00
github-actions[bot]
d35855cb58
feat: update mgmt api docs ( #33104 )
...
Co-authored-by: phamhieu <689843+phamhieu@users.noreply.github.com >
2025-01-27 18:09:58 +00:00
Andrew Valleteau
3b6a4cd0e2
chore(docs): add new postgres-config delete command docs ( #32982 )
...
* chore(docs): add new postgres-config delete command docs
* chore: docs rephrase
* chore: rewrite
* chore: update common-cli-sections
2025-01-27 14:17:15 +09:00
Bobbie Soedirgo
1f9af325c2
docs: add example to order parent table by referenced table ( #32920 )
...
* docs: add example to order parent table by referenced table
* docs: more ordering by referenced table examples
2025-01-21 15:59:50 +08:00
Andrew Valleteau
31da214451
chore(docs): update custom db settings docs ( #32853 )
2025-01-20 21:09:49 +09:00