Skip to content

Commit

Permalink
docs: update Realtime subscribe docs (supabase#12063)
Browse files Browse the repository at this point in the history
* docs: update Realtime subscribe docs

* Update spec/supabase_js_v2.yml

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

---------

Co-authored-by: dng <danny@supabase.io>
  • Loading branch information
w3b6x9 and dng authored Jan 31, 2023
1 parent 210555a commit 0ad0cb9
Show file tree
Hide file tree
Showing 13 changed files with 15,072 additions and 12,127 deletions.
1 change: 1 addition & 0 deletions apps/docs/pages/guides/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GraphQL in Supabase works through [pg_graphql](https://supabase.com/blog/pg-grap

Supabase provides a Realtime API using [Realtime](https://github.com/supabase/realtime). You can use this to listen to database changes over websockets.
Realtime leverages PostgreSQL's built-in logical replication. You can manage your Realtime API simply by managing Postgres publications.
Go to your project's [Replication section](https://app.supabase.com/project/_/database/replication) to get started.

## Getting started

Expand Down
3 changes: 1 addition & 2 deletions spec/api_v0_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,7 @@
"created_at": { "type": "number" },
"updated_at": { "type": "number" },
"verify_jwt": { "type": "boolean" },
"import_map": { "type": "boolean" },
"body": { "type": "string" }
"import_map": { "type": "boolean" }
},
"required": ["id", "slug", "name", "status", "version", "created_at", "updated_at"]
},
Expand Down
Loading

0 comments on commit 0ad0cb9

Please sign in to comment.