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:
Wen Bo Xie
2023-02-03 15:21:50 -08:00
committed by GitHub
parent dde9213db4
commit 1df1baf7ba
11 changed files with 331 additions and 45 deletions

View File

@@ -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: [] },
],