Skip to content

Commit 4921a98

Browse files
committed
Clearer titles
1 parent 86b39da commit 4921a98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/realtime/react-hooks/subscribe.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ These hooks allow you to subscribe to runs, batches, and streams using [Trigger.
1010

1111
## Triggering + Realtime hooks
1212

13-
For triggering tasks and immediately subscribing to their runs, we provide combo hooks:
13+
For triggering tasks and immediately subscribing to their runs, we provide combo hooks, details on how to use them can be found in the [triggering](/realtime/react-hooks/triggering) section.
1414

1515
- **[`useRealtimeTaskTrigger`](/realtime/react-hooks/triggering#userealtimetasktrigger)** - Trigger a task and subscribe to the run
1616
- **[`useRealtimeTaskTriggerWithStreams`](/realtime/react-hooks/triggering#userealtimetasktriggerwithstreams)** - Trigger a task and subscribe to both run updates and streams
1717

18+
## Other Realtime subscription hooks
19+
1820
### useRealtimeRun
1921

2022
The `useRealtimeRun` hook allows you to subscribe to a run by its ID.

0 commit comments

Comments
 (0)