Commit Graph

21 Commits

Author SHA1 Message Date
Copple
e179f718f2 Adds the new testing doc to the sidebar (#9945) 2022-10-28 20:53:21 +02:00
Han Qiao
ef0b8726fe chore: add database testing guide (#9921) 2022-10-28 17:31:01 +08:00
dng
955afd3973 Update apps/reference/docs/guides/cli/environments.mdx 2022-10-21 12:52:04 -07:00
dng
ef47b6c78d Update apps/reference/docs/guides/cli/environments.mdx 2022-10-21 12:51:51 -07:00
dng
9306ce2e86 Apply suggestions from code review 2022-10-21 12:49:24 -07:00
Copple
47f9008a0b Merge branch 'master' into docs/environments 2022-10-21 14:19:29 +02:00
Copple
5fcfeffc59 revamping the cicd guide 2022-10-21 13:43:47 +02:00
Copple
fed7797a34 moving doc to the platform section (#9710)
* moving doc to the platform section

* fix mistake

* fix another mistake

* Update apps/reference/docs/guides/platform/custom-domains.mdx

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

* Update apps/reference/docs/guides/platform/custom-domains.mdx

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

Co-authored-by: dng <danny@supabase.io>
2022-10-20 20:14:56 +00:00
Div Arora
09fa366e6b chore: adds instructions for setting up custom hostnames 2022-10-20 06:02:54 +08:00
Qiao Han
7f355efc46 chore: document graphql manual fix 2022-10-17 15:34:00 +08:00
Qiao Han
434078ac59 chore: update cicd docs on resolving push error 2022-10-17 15:34:00 +08:00
Copple
893fb1fa4e prettier 2022-10-05 20:31:31 +08:00
dng
b2906f5a1a Update apps/reference/docs/guides/cli/local-development.mdx 2022-10-03 16:26:45 -07: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
dannykng
390be9ac6b Clean up "Local Development" guide 2022-08-15 18:13:14 -07:00
dannykng
cbf3aaf9ff Update links 2022-08-15 18:12:46 -07:00
Han Qiao
38e5bfff5f Consistently link all commands in guides to cli usage (#8314)
Link more commands in guide to cli usage
2022-08-15 17:04:30 +08:00
Han Qiao
b576c6c671 Fix links in new docs (#8312)
* wip

* Fix broken links in local development

* Sync diagram images with old site

* Make copied commands work

* Fix architecture link

* Fix demo repo link
2022-08-15 15:40:39 +08:00
Qiao Han
f0f101f6e1 Run prettier 2022-08-15 01:19:03 +08:00
Qiao Han
1bb0134644 Add ci / cd workflow guide and assets 2022-08-15 01:09:42 +08:00
Qiao Han
e42b7bb255 Move local development to be under cli 2022-08-15 00:36:58 +08:00