Skip to content

Commit f5da2f5

Browse files
committed
Consolidated metadata and subscribe pages
1 parent 3412fb3 commit f5da2f5

File tree

4 files changed

+218
-230
lines changed

4 files changed

+218
-230
lines changed

docs/docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"pages": [
134134
"realtime/backend/overview",
135135
"realtime/backend/subscribe",
136-
"realtime/backend/metadata",
137136
"realtime/backend/streams"
138137
]
139138
}

docs/realtime/backend/metadata.mdx

Lines changed: 0 additions & 226 deletions
This file was deleted.

docs/realtime/backend/overview.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use these backend functions to subscribe to runs and streams from your server-si
1010

1111
## Overview
1212

13-
The backend API provides three main categories of functionality:
13+
There are three main categories of functionality:
1414

1515
- **[Subscribe functions](/realtime/backend/subscribe)** - Subscribe to run updates using async iterators
1616
- **[Metadata](/realtime/backend/metadata)** - Update and subscribe to run metadata in real-time
@@ -40,5 +40,3 @@ for await (const run of runs.subscribeToRun(handle.id)) {
4040
console.log(`Run ${run.id} status: ${run.status}`);
4141
}
4242
```
43-
44-
<RealtimeExamplesCards />{" "}

0 commit comments

Comments
 (0)