Skip to content

Commit

Permalink
docs(media-score-update): removing the partial pages from index
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra-dyte committed Nov 29, 2024
1 parent fc43ad1 commit d909a19
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/react-web-core/local-user/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ meeting.self.on('deviceUpdate', ({ device }) => {

## Network quality score

import SelfMediaScoreUpdate from '@site/docs/web-core/local-user/self-media-score-update.mdx'
import SelfMediaScoreUpdate from '@site/docs/web-core/local-user/_self-media-score-update.mdx'

<SelfMediaScoreUpdate />

Expand Down
2 changes: 1 addition & 1 deletion docs/react-web-core/participants/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const screensharingParticipant = useDyteSelector((m) =>

## Network quality score

import ParticipantMediaScoreUpdate from '@site/docs/web-core/participants/participant-media-score-update.mdx'
import ParticipantMediaScoreUpdate from '@site/docs/web-core/participants/_participant-media-score-update.mdx'

<ParticipantMediaScoreUpdate />

Expand Down
2 changes: 1 addition & 1 deletion docs/web-core/local-user/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ meeting.self.on('deviceUpdate', ({ device }) => {

## Network quality score

import SelfMediaScoreUpdate from '@site/docs/web-core/local-user/self-media-score-update.mdx'
import SelfMediaScoreUpdate from '@site/docs/web-core/local-user/_self-media-score-update.mdx'

<SelfMediaScoreUpdate />

Expand Down
2 changes: 1 addition & 1 deletion docs/web-core/participants/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ meeting.participants.joined.on('screenShareUpdate', (participant) => {

## Network quality score

import ParticipantMediaScoreUpdate from '@site/docs/web-core/participants/participant-media-score-update.mdx'
import ParticipantMediaScoreUpdate from '@site/docs/web-core/participants/_participant-media-score-update.mdx'

<ParticipantMediaScoreUpdate />

Expand Down

0 comments on commit d909a19

Please sign in to comment.