Skip to content

Commit 6418cf6

Browse files
authored
Fix note markup (#197)
## Description Fixes broken `:::note` markup and converts a quote into another note
1 parent ffec491 commit 6418cf6

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

docs/how-to/features/selective-subscriptions.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In **manual subscription mode**, a peer or agent:
3333
- another **peer** (all of its tracks), or
3434
- specific **tracks** of another peer.
3535

36-
::: note
36+
:::note
3737
Only **connected** peers can subscribe to others.
3838
:::
3939

@@ -203,7 +203,9 @@ fishjam_client.subscribe_tracks(room.id, subscriber_id, [audio_track_id, screen_
203203
</TabItem>
204204
</Tabs>
205205

206-
> 📘 Track IDs are available from [Fishjam’s events in your backend](/how-to/backend/server-setup#listening-to-events).
206+
:::note
207+
📘 Track IDs are available from [Fishjam’s events in your backend](/how-to/backend/server-setup#listening-to-events).
208+
:::
207209

208210
---
209211

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const typedocConfig = {
102102
parametersFormat: "table",
103103
propertyMembersFormat: "table",
104104
typeDeclarationFormat: "list",
105+
excludeExternals: "true",
105106
tableColumnSettings: {
106107
hideSources: true,
107108
},

versioned_docs/version-0.22.0/how-to/features/selective-subscriptions.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In **manual subscription mode**, a peer or agent:
3333
- another **peer** (all of its tracks), or
3434
- specific **tracks** of another peer.
3535

36-
::: note
36+
:::note
3737
Only **connected** peers can subscribe to others.
3838
:::
3939

@@ -203,7 +203,9 @@ fishjam_client.subscribe_tracks(room.id, subscriber_id, [audio_track_id, screen_
203203
</TabItem>
204204
</Tabs>
205205

206-
> 📘 Track IDs are available from [Fishjam’s events in your backend](/how-to/backend/server-setup#listening-to-events).
206+
:::note
207+
📘 Track IDs are available from [Fishjam’s events in your backend](/how-to/backend/server-setup#listening-to-events).
208+
:::
207209

208210
---
209211

0 commit comments

Comments
 (0)