mirror of
https://github.com/supabase/supabase.git
synced 2026-06-03 03:11:35 +08:00
docs: add Broadcast and Presence sections to Realtime guides (#12156)
* docs: add Broadcast and Presence sections to Realtime guides * fix: update Realtime Broadcast and Presence redirects * fix: update Realtime redirect from introduction to self-host docs * Update apps/www/_blog/2022-11-22-flutter-authentication-and-authorization-with-rls.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update apps/docs/pages/guides/realtime/postgres-changes.mdx Co-authored-by: dng <danny@supabase.io> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dng <danny@supabase.io>
This commit is contained in:
@@ -509,6 +509,8 @@ export const realtime = {
|
||||
name: 'Channels',
|
||||
url: undefined,
|
||||
items: [
|
||||
{ name: 'Broadcast', url: '/guides/realtime/broadcast', items: [] },
|
||||
{ name: 'Presence', url: '/guides/realtime/presence', items: [] },
|
||||
{ name: 'Postgres Changes', url: '/guides/realtime/postgres-changes', items: [] },
|
||||
{ name: 'Rate Limits', url: '/guides/realtime/rate-limits', items: [] },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user