Commit Graph

8 Commits

Author SHA1 Message Date
Charis
47705a8968 chore: replace all supabase urls with relative urls (#38537)
* fix: rewrite relative URLs when syncing to GitHub discussion

Relative URLs back to supabse.com won't work in GitHub discussions, so
rewrite them back to absolute URLs starting with https://supabase.com

* fix: replace all supabase urls with relative urls

* chore: add linting for relative urls

* chore: bump linter version

* Prettier

---------

Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
2025-09-09 12:54:33 +00:00
Alexandre
f3f165b7c8 fix(docs): update webhook link in database webhooks guide (#35327)
Updated the link for creating a new Database Webhook in the documentation to point to the correct overview page.
2025-04-28 18:02:25 +00:00
Sean Wilson
3ad076be18 docs: add local development guidance for database webhooks (#34070) 2025-03-10 09:01:28 +00:00
Jeremy Tenjo
f8b630aecc Fixed local trigger in webhooks docs.mdx (#34085)
Webhooks are not firing locally unless we use `host.docker.internal` instead of `localhost`

Multiple people were encountering this issue, and it was discussed here:

https://github.com/supabase/supabase/issues/13005

Thanks!
2025-03-10 08:46:47 +00:00
Charis
a820c56ed0 chore: docs linting (#33574) 2025-02-21 14:13:00 -05:00
Illia Basalaiev
9c77b4ceae Update link to Database Webhooks in webhooks.mdx (#30375)
Update webhooks.mdx

update link in the dashboard to /integrations/hooks from /database/hooks
2024-11-08 11:55:24 +01:00
mitch-36
aefb7d2c2c [DOCS] Update webhooks to note GET requests are possible too. (#25912)
Update webhooks.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:17:07 +00:00
Charis
b0b8b6b6e3 refactor: finish moving mdx to content directory (#21321) 2024-02-16 13:43:02 -05:00