Commit 1bfe7e5
{Documentation} Client SDK - Add multi-device callouts to single-device pages
Summary:
Explanation:
Adds three lightweight `:::tip` callouts on the single-device pages so readers discover the multi-device guide and the `device_id` callback pattern. Three files:
- `client-sdk/recording.mdx` — "Multiple devices?" tip after the existing auth caution, pointing at the multi-device guide.
- `client-sdk/streaming.mdx` — same tip as above, scoped to streaming.
- `client-sdk/python-sdk/streaming-example.mdx` — "Multi-device callbacks" tip at the top of "Code Walkthrough", documenting the optional `device_id` callback parameter and pointing at the multi-device streaming example.
Reproducibility:
Render `client-sdk/` locally and verify each tip renders below the existing auth caution on `recording.mdx` / `streaming.mdx`, and at the top of "Code Walkthrough" on `streaming-example.mdx`.
Reviewed By: PiotrBrzyski
Differential Revision: D104153887
fbshipit-source-id: e30c205829b4f065ed390f60bd5a264ecfce931d1 parent 2c73715 commit 1bfe7e5
3 files changed
Lines changed: 12 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments