Commit Graph

55 Commits

Author SHA1 Message Date
Copple
e486815ab0 Docs: hide generated (#9078)
* removes all generated files

* ignore all generated files

* moves the docs generator into docusaurus

* clean up old files from the generator

* generator -> parser

* Adds the latest spec

* fixing generated path

* updates specs

* delete generated files

* keep the generated folder

* keep generated folder

* Adds a dart generator

* Addds new auth doc for Dart v1

* Adds postgrest method in Dart doc

* Adds realtime docs to Dart v1

* Adds storage docs to Dart doc

* Adds filters and modifiers to Dart docs spec file

* fix: label used in dart sidebar to match spec file for Dart docs

* final items for generator

* Adds a build command

* Adds typescript

* fix broken links

* fix build

* fix import error

* lowercase helpers

* clean missing file

Co-authored-by: dshukertjr <18113850+dshukertjr@users.noreply.github.com>
2022-09-23 11:40:07 +02:00
Inian
1024d31018 Merge pull request #8854 from supabase/docs/reference/v2/add-missing-modifiers 2022-09-21 01:00:31 +08:00
Bobbie Soedirgo
7c827376c2 docs(reference/v2): add missing modifiers
These are `abortSignal()`, `csv()`, `explain()`, `geojson()`,
`select()`, `rollback()`.

More detailed description will be in a separate PR.
2022-09-20 21:28:12 +08:00
Inian
21c5c62b6a Merge pull request #9056 from supabase/docs/reference/v2-reorder-yml-and-sidebar 2022-09-20 21:22:01 +08:00
dng
6624252944 Merge pull request #8961 from supabase/dng-ref-docs-auth-examples
Update generateLink() reference docs copy
2022-09-20 06:09:38 -07:00
dng
469da650c8 Merge pull request #8884 from supabase/dng-ref-docs-auth-update
Update Auth update() and updateUser() docs
2022-09-20 06:07:35 -07:00
Bobbie Soedirgo
95bf826fd2 docs(reference/v2): reorder yml and sidebar
* move Functions down - alphabetic order
* move "uncommon" filters down
* move Modifiers down - they're called after filters in the method call chain
2022-09-20 16:42:03 +08:00
Bobbie Soedirgo
a7a56eb800 docs(reference/v2/postgrest-js): update spec
* `curl -sS https://supabase.github.io/postgrest-js/spec.json >
spec/enrichments/tsdoc_v2/postgrest.json`
* `cd spec && make transform generate.js.v2 format`
2022-09-20 16:34:12 +08:00
dng
d4f8c33073 Merge pull request #8589 from Dhruv-Gajjar/dg-signInWithOtp
Update signinWIthOtp method in docs
2022-09-15 18:13:30 -07:00
dannykng
35f6347e9e Generate supabase-js v2 ref docs 2022-09-15 18:08:01 -07:00
dng
dd807c7860 Merge pull request #7443 from supabase/kiwicopple-patch-2
Add more details for the password reset
2022-09-15 14:51:51 -07:00
dannykng
9b3d5b0ec2 Generate supabase-js v2 ref docs 2022-09-15 14:07:36 -07:00
dannykng
4d95ffe8e1 Generate reference docs 2022-09-14 15:22:44 -07:00
dannykng
d784e62460 Generate reference docs 2022-09-14 14:25:44 -07:00
dannykng
8cb228039c Update generateLink() copy 2022-09-13 17:07:15 -07:00
Kang Ming
2812617d0f docs: update auth docs for supabase-js v2 (#8648)
* docs: cleanup auth docs

* docs: update auth docs

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

Co-authored-by: dng <danny@supabase.io>

* Update spec/supabase_js_v2_legacy.yml

* update auth docs

* add supabase auth admin api overview page

* resolve PR comments

* resolve PR comments

* update auth docs with latest tsdocs

Co-authored-by: dng <danny@supabase.io>
2022-08-30 13:40:08 +08:00
Inian
7b599bc325 update storage docs 2022-08-23 13:39:26 +08:00
Inian
9ae770e576 update storage policy guide 2022-08-23 13:05:23 +08:00
Inian
dcb5f2290a regenerate storage docs 2022-08-23 10:24:22 +08:00
Inian
3bc28a8056 update docs 2022-08-22 19:05:15 +08:00
Inian
d42b3870fb update storage-js docs 2022-08-22 18:45:36 +08:00
Inian
0fe4dd96d8 update permissions needed for copy 2022-08-22 16:42:13 +08:00
Inian
0c5a4bb2fb add in generated files 2022-08-19 12:57:15 +08:00
Copple
513d236355 Merge pull request #8468 from supabase/fix-getuser-docs
fix docs for getuser and getsession
2022-08-18 15:41:19 +02:00
Inian
395dcbe8a8 add generated files 2022-08-18 21:02:44 +08:00
Inian
704e54f1c0 generate the initializing client page 2022-08-18 20:58:43 +08:00
Kang Ming
c6b867f9b6 docs: update docs 2022-08-18 15:55:39 +08:00
Kang Ming
f065e5251c docs: generate new docs 2022-08-18 15:54:30 +08:00
Inian
be6306430c fix docs for getuser and getsession 2022-08-18 13:46:54 +08:00
Kang Ming
9d2c78d3b7 fix: don't merge union types 2022-08-17 19:23:29 +08:00
Kang Ming
e68d52eaa5 remove extra getuser 2022-08-17 09:46:55 +08:00
Kang Ming
03e4840cba docs: update auth docs 2022-08-16 22:43:05 +08:00
Copple
1c6e4c1484 Merge branch 'master' into chore/supabasejs_v2 2022-08-16 15:31:57 +02:00
Inian
f08d6ac251 update realtime docs 2022-08-16 20:32:04 +08:00
Wen Bo Xie
87fcd8b877 chore: add note about channel name matching schema/table/filter 2022-08-16 08:15:01 -04:00
Inian
ebf1ddc519 add generated docs 2022-08-16 20:06:43 +08:00
Inian
822f26c982 add in generated files 2022-08-16 20:00:45 +08:00
Copple
c5673dc4d9 adds redirects 2022-08-16 13:33:01 +02:00
Kang Ming
4075bc8456 Merge branch 'chore/supabasejs_v2' into km/chore-update-auth-docs 2022-08-16 19:04:12 +08:00
Kang Ming
e252b48ea6 docs: update auth docs 2022-08-16 18:59:46 +08:00
Alaister Young
f70ea2ce32 adds generated docs mdx 2022-08-16 19:57:54 +10:00
Inian
949cfb57b9 Merge pull request #8363 from supabase/update-auth-docs-1 2022-08-16 17:26:13 +08:00
Copple
f335366c42 add new method 2022-08-16 10:57:02 +02:00
Copple
4b25ddcd4a fixes broken references 2022-08-16 10:45:06 +02:00
Copple
3c610f338d support for union types 2022-08-16 10:34:25 +02:00
Inian
c71b6195ca update postgrest docs 2022-08-16 15:38:40 +08:00
Inian
5e9382f3bd Merge pull request #8357 from supabase/update-storage-docs-1 2022-08-16 15:15:30 +08:00
Inian
f18fd49b88 update auth docs 2022-08-16 15:14:24 +08:00
Inian
28bd73c021 update auth docs 2022-08-16 14:18:14 +08:00
Inian
7c37f037b8 update storage docs 2022-08-16 12:27:41 +08:00