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
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
dannykng
a3273689e1
Move function priv info to db functions guide
2022-10-04 16:18:30 -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
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
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
Lakshan Perera
3ba98deb0d
Merge pull request #9141 from supabase/laktek-patch-1
...
Added a suggestion on CORS
2022-09-27 07:07:58 +10:00
Lakshan Perera
98a8f90ff3
Update apps/reference/docs/guides/functions.mdx
...
Co-authored-by: dng <danny@supabase.io >
2022-09-27 07:06:58 +10:00
Lakshan Perera
01552804b7
Merge pull request #9142 from supabase/laktek-patch-2
...
Link to Stripe webhook example
2022-09-27 07:06:12 +10:00
Lakshan Perera
caa031667e
Update apps/reference/docs/guides/functions.mdx
...
Co-authored-by: dng <danny@supabase.io >
2022-09-27 07:05:30 +10:00
Terry Sutton
17d53e2837
Update react guide to not use visually hidden
2022-09-26 11:59:52 -02:30
Wen Bo Xie
6ff0773372
docs: consolidate database Realtime tips with Postgres Changes guide
2022-09-23 16:30:04 -07:00
Lakshan Perera
16ea286942
Link to Stripe webhook example
2022-09-24 07:35:10 +10:00
Lakshan Perera
3404f5f763
Added a suggestion on CORS
2022-09-24 07:25:58 +10:00
dng
440c3861af
Merge pull request #9104 from Hallidayo/docs-auth-helpers-links
...
docs: auth helpers - added links to examples for both nextjs and sveltekit
2022-09-23 12:21:17 -07:00
dannykng
561a6bbf44
Remove old client libraries doc
2022-09-23 13:14:33 -05:00