dannykng
0dd72a700b
Fix broken link
2022-10-05 17:54:31 -07:00
dannykng
152a0d01e4
Update email and magic link auth guides
2022-10-05 17:44:16 -07:00
dannykng
43221b90a6
Update auth overview guide
2022-10-05 16:36:40 -07:00
dannykng
ee8f6d1737
Update social login guides
2022-10-05 16:35:30 -07:00
dannykng
3e2eebcaf3
Update version callouts
2022-10-05 13:26:33 -07:00
dannykng
1de806112c
Update docs version
2022-10-05 13:17:01 -07:00
dannykng
feb8d87107
Remove /next from docs URLs
2022-10-05 12:51:57 -07:00
Copple
893fb1fa4e
prettier
2022-10-05 20:31:31 +08:00
Bobbie Soedirgo
c760942903
docs: hide literal union variants ( #9347 )
2022-10-05 20:31:31 +08:00
Copple
ab9ed4e41c
Hide union children
2022-10-05 20:31:31 +08:00
Copple
5a66b88ea8
Adds Auth generator
2022-10-05 20:31:31 +08:00
dannykng
2fbac400a6
Merge branch 'master' into chore/rename-spec-files
2022-10-04 16:41:30 -07:00
dannykng
a3273689e1
Move function priv info to db functions guide
2022-10-04 16:18:30 -07:00
dannykng
f477f42d0b
Update custom edit URLs
2022-10-04 15:31:15 -07:00
dannykng
97fe676a91
Remove "legacy" from spec filenames
2022-10-04 15:26:48 -07:00
Johannes Charra
bea9372985
Update with-ionic-react.mdx
...
fix incorrect useState line
2022-10-04 11:04:39 +02:00
dng
dd327c0c3c
Merge pull request #9254 from acurrieclark/patch-1
...
Note for accessing services across docker containers
2022-10-03 16:29:23 -07:00
dng
b2906f5a1a
Update apps/reference/docs/guides/cli/local-development.mdx
2022-10-03 16:26:45 -07:00
Sam Aybar
d8b482039d
chore: update polyscale integration
2022-10-03 07:22:55 -04:00
Thor 雷神 Schaeff
6b205545da
Merge pull request #9267 from samaybar/polyscale-integration-guide
...
Polyscale integration guide
2022-10-03 14:57:46 +08:00
Sam Aybar
8b3c33a940
chore: add polyscale integration doc
2022-09-30 17:14:11 -04:00
dng
06fa777a25
Merge pull request #9222 from supabase/chore/docs-sveltkit-auth-helper-edits
...
Update SvelteKit auth helper doc
2022-09-30 14:15:56 -05:00
Alex Currie-Clark
ab794c0857
Note for accessing services across docker containers
...
I spent a few hours today trying to work out why I couldn't connect to my local Supabase DB from a local Supabase function. It dawned on me that the `SUPABASE_DB_URL` included the `localhost` string, which would attempt to connect to the DB on the same container as the functions are hosted.
Swapping out `localhost` for `host.docker.internal` fixed the issue. Thought it would be worth documenting. Happy to amend or move to a more appropriate place if needs be.
2022-09-30 10:12:44 +01:00
Sam Aybar
a15c63f11a
chore: add docs for polyscale integration
2022-09-29 20:52:24 -04:00
Bobbie Soedirgo
87ca6f8275
docs(reference/js/v2): update Filters & Modifiers
2022-09-29 14:58:43 +08:00
TzeYiing
eb0bde2a37
docs: fix indentation of bulletpoint paragraphs
2022-09-29 12:42:58 +08:00
TzeYiing
247a9bcbf9
docs: Update scene link
2022-09-29 12:42:58 +08:00
TzeYiing
f4e21153a3
docs: update pictures to mono
2022-09-29 12:42:58 +08:00
TzeYiing
85d85deab7
docs: add in themed images
2022-09-29 12:42:58 +08:00
TzeYiing
3a6916927c
docs: update wording
2022-09-29 12:42:58 +08:00
TzeYiing
67b1b5a1eb
docs: update wording for rendering
2022-09-29 12:42:58 +08:00
TzeYiing
468f65a875
docs: switch diagramming to use excalidraw
2022-09-29 12:42:58 +08:00
TzeYiing
f1f099474f
docs: update js dotpath
2022-09-29 12:42:58 +08:00
TzeYiing
bfba0170af
docs: remove caps for sql function
2022-09-29 12:42:58 +08:00
TzeYiing
43c1ff0d68
docs: fix table header alignment
2022-09-29 12:42:58 +08:00
TzeYiing
6dfbad0d44
docs: even more wording changes
2022-09-29 12:42:58 +08:00
TzeYiing
6d6cf25dc4
docs: more wording updating
2022-09-29 12:42:58 +08:00
TzeYiing
7c96655b80
docs: updating of content
2022-09-29 12:42:58 +08:00
TzeYiing
3203b82e61
docs: updated images and product logs tab
2022-09-29 12:42:58 +08:00
TzeYiing
bd79536137
docs: add tweaks to text
2022-09-29 12:42:58 +08:00
TzeYiing
0527c572eb
docs: add comment on how to update screenshots
2022-09-29 12:42:58 +08:00
TzeYiing
af50dcd66d
docs: update logs documentation
2022-09-29 12:42:58 +08:00
dannykng
eb2c174246
Update SvelteKit auth helper doc
2022-09-28 18:37:14 -05:00
Andrew Smith
3221cd40fb
Merge pull request #9180 from supabase/chore/update-auth-helpers-sveltekit-docs
...
Update with migration guide for SvelteKit RC
2022-09-28 17:15:16 +00:00
adamjralph
29f3ae06ac
Fix typo - Line 29 - 'your' > 'you''
...
make sure to regenerate your types after your (change to 'you') make changes to your database.
2022-09-28 23:28:18 +10:00
Joel Lee
0ec77c72c3
Whitelist -> Allowlist ( #9209 )
...
* Update auth-keycloak.mdx
* Update auth-azure.mdx
2022-09-28 14:17:40 +03:00
Andrew Smith
ed0c52c595
Update doc to include handling of invalidateAll
2022-09-27 22:04:03 +00:00
Kang Ming
1e6745b7bc
docs: add captcha guide ( #9182 )
...
* docs: add captcha guide
* Update code syntax highlighting to use javascript
Co-authored-by: Andrew Smith <andrew@supabase.io >
2022-09-27 23:25:27 +08:00
Andrew Smith
599a4ac392
Update with migration guide for SvelteKit RC
2022-09-27 03:03:31 +00:00
Lakshan Perera
4ae0b92d93
Fix formatting and inline CORS headers
2022-09-27 10:36:33 +10:00