Skip to content

Commit b20fe69

Browse files
committed
finish fixing links for ui-components
1 parent af2c31d commit b20fe69

31 files changed

+201
-201
lines changed

docusaurus/docs/reactnative/ui-components/channel_preview_messenger.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `ChannelPreviewMessenger` is the UI component for channel previews. Renders
2121

2222
## Basic Usage
2323

24-
You can replace the default preview UI component using the `Preview` prop on [ChannelList](../../core-components/channellist#preview).
24+
You can replace the default preview UI component using the `Preview` prop on [ChannelList](../core-components/channel_list.mdx#preview).
2525

2626
```jsx
2727
import { ChannelList, ChannelPreviewMessenger } from 'stream-chat-react-native';
@@ -64,30 +64,30 @@ const CustomListItem = ({ channel }) => {
6464

6565
### PreviewAvatar
6666

67-
_(Overrides the value from [ChannelsContext](../../contexts/channels-context))_
67+
_(Overrides the value from [ChannelsContext](../contexts/channels_context.mdx))_
6868

6969
<PreviewAvatar/>
7070

7171
### PreviewMessage
7272

73-
_(Overrides the value from [ChannelsContext](../../contexts/channels-context))_
73+
_(Overrides the value from [ChannelsContext](../contexts/channels_context.mdx))_
7474

7575
<PreviewMessage/>
7676

7777
### PreviewStatus
7878

79-
_(Overrides the value from [ChannelsContext](../../contexts/channels-context))_
79+
_(Overrides the value from [ChannelsContext](../contexts/channels_context.mdx))_
8080

8181
<PreviewStatus/>
8282

8383
### PreviewTitle
8484

85-
_(Overrides the value from [ChannelsContext](../../contexts/channels-context))_
85+
_(Overrides the value from [ChannelsContext](../contexts/channels_context.mdx))_
8686

8787
<PreviewTitle/>
8888

8989
### PreviewUnreadCount
9090

91-
_(Overrides the value from [ChannelsContext](../../contexts/channels-context))_
91+
_(Overrides the value from [ChannelsContext](../contexts/channels_context.mdx))_
9292

9393
<PreviewUnreadCount/>

docusaurus/docs/reactnative/ui-components/channel_preview_status.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `ChannelPreviewStatus` is the UI component for displaying the last message s
1111

1212
## Basic Usage
1313

14-
You can replace the default preview status UI component using the `PreviewStatus` prop on [ChannelList](../../core-components/channellist#preview).
14+
You can replace the default preview status UI component using the `PreviewStatus` prop on [ChannelList](../core-components/channel_list.mdx#preview).
1515
<!-- Added the following phrase so users can search for "custom message date" and find this component once it defaults to rendering the last message date -->
1616
In the following sample we display a custom message preview date.
1717

docusaurus/docs/reactnative/ui-components/channel_preview_title.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Channel from '../common-content/ui-components/channel-preview-messenger/p
77

88
The `ChannelPreviewTitle` is the UI component for displaying the title for each channel on a list.
99

10-
You can replace the default preview title UI component using the `PreviewTitle` prop on [ChannelList](../../core-components/channellist#preview).
10+
You can replace the default preview title UI component using the `PreviewTitle` prop on [ChannelList](../core-components/channel_list.mdx#preview).
1111

1212
```jsx
1313
import { ChannelList } from 'stream-chat-react-native';

docusaurus/docs/reactnative/ui-components/channel_preview_unread_count.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Channel from '../common-content/ui-components/channel-preview-messenger/p
99

1010
The `ChannelPreviewUnreadCount` is the UI component for displaying the unread count badge for each channel on a list.
1111

12-
You can replace this default UI component using the `PreviewUnreadCount` prop on [ChannelList](../../core-components/channellist#preview).
12+
You can replace this default UI component using the `PreviewUnreadCount` prop on [ChannelList](../core-components/channel_list.mdx#preview).
1313

1414
```jsx
1515
import { ChannelList } from 'stream-chat-react-native';

docusaurus/docs/reactnative/ui-components/commands_button.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Disabled from '../common-content/contexts/channel-context/disabled.mdx';
77

88
`CommandsButton` is a default UI component for rendering commands button within `MessageInput` component. When user presses this button, it opens suggestions autocomplete popup for commands.
99

10-
You can replace this default UI component using the `CommandsButton` prop on [Channel](../../core-components/channel) component.
10+
You can replace this default UI component using the `CommandsButton` prop on [Channel](../core-components/channel.mdx) component.
1111

1212
```tsx
1313
<Channel CommandsButton={CustomButton} />
@@ -17,7 +17,7 @@ You can replace this default UI component using the `CommandsButton` prop on [Ch
1717

1818
### disabled
1919

20-
_(Overrides the value from [ChannelContext](../../contexts/channel-context))_
20+
_(Overrides the value from [ChannelContext](../contexts/channel_context.mdx))_
2121

2222
<Disabled />
2323

docusaurus/docs/reactnative/ui-components/file_attachment.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ Size of an attachment icon. This value gets passed to [`FileAttachmentIcon`](#fi
3939

4040
### additionalTouchableProps
4141

42-
_(Overrides the value from [MessagesContext](../../contexts/messages-context))_
42+
_(Overrides the value from [MessagesContext](../contexts/messages_context.mdx))_
4343

4444
<AdditionalTouchableProps />
4545

4646
### AttachmentActions
4747

48-
_(Overrides the value from [MessagesContext](../../contexts/messages-context))_
48+
_(Overrides the value from [MessagesContext](../contexts/messages_context.mdx))_
4949

5050
<AttachmentActions />
5151

5252
### FileAttachmentIcon
5353

54-
_(Overrides the value from [MessagesContext](../../contexts/messages-context))_
54+
_(Overrides the value from [MessagesContext](../contexts/messages_context.mdx))_
5555

5656
<FileAttachmentIcon />

docusaurus/docs/reactnative/ui-components/file_attachment_group.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Files from '../common-content/contexts/message-context/files.mdx';
77

88
`FileAttachmentGroup` is a UI component for rendering group of file attachments in message, within `MessageList`.
99

10-
You can replace this default UI component using the `FileAttachmentGroup` prop on [Channel](../../core-components/channel) component.
10+
You can replace this default UI component using the `FileAttachmentGroup` prop on [Channel](../core-components/channel.mdx) component.
1111

1212
```tsx
1313
<Channel FileAttachmentGroup={CustomFileAttachmentGroup} />
@@ -25,7 +25,7 @@ Id of the current message.
2525

2626
### files
2727

28-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
28+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
2929

3030
<Files />
3131

docusaurus/docs/reactnative/ui-components/file_upload_preview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ import UploadImage from '../common-content/contexts/message-input-context/upload
1313

1414
### fileUploads
1515

16-
_(Overrides the value from [MessageInputContext](../../contexts/message-input-context))_
16+
_(Overrides the value from [MessageInputContext](../contexts/message_input_context.mdx))_
1717

1818
<FileUploads />
1919

2020
### removeFile
2121

22-
_(Overrides the value from [MessageInputContext](../../contexts/message-input-context))_
22+
_(Overrides the value from [MessageInputContext](../contexts/message_input_context.mdx))_
2323

2424
<RemoveFile />
2525

2626
### uploadFile
2727

28-
_(Overrides the value from [MessageInputContext](../../contexts/message-input-context))_
28+
_(Overrides the value from [MessageInputContext](../contexts/message_input_context.mdx))_
2929

3030
<UploadFile />

docusaurus/docs/reactnative/ui-components/gallery.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ import { Channel, Gallery } from 'stream-chat-react-native';
3939

4040
### additionalTouchableProps
4141

42-
_(Overrides the value from [MessagesContext](../../contexts/messages-context))_
42+
_(Overrides the value from [MessagesContext](../contexts/messages_context.mdx))_
4343

4444
<AdditionalTouchableProps />
4545

4646
### alignment
4747

48-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
48+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
4949

5050
<Alignment />
5151

5252
### groupStyles
5353

54-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
54+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
5555

5656
<GroupStyles />
5757

@@ -65,7 +65,7 @@ Weather current message has any thread replies or not. This boolean is used for
6565

6666
### images
6767

68-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
68+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
6969

7070
<Images />
7171

@@ -87,19 +87,19 @@ Text content of current message - `message.text`. This prop gets used for stylin
8787

8888
### onLongPress
8989

90-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
90+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
9191

9292
<OnLongPress />
9393

9494
### onPress
9595

96-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
96+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
9797

9898
<OnPress />
9999

100100
### onPressIn
101101

102-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
102+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
103103

104104
<OnPressIn />
105105

@@ -113,19 +113,19 @@ Disables the press handler, when true.
113113

114114
### setBlurType
115115

116-
_(Overrides the value from [OverlayContext](../../contexts/overlay-context))_
116+
_(Overrides the value from [OverlayContext](../contexts/overlay_context.mdx))_
117117

118118
<SetBlurType />
119119

120120
### setOverlay
121121

122-
_(Overrides the value from [OverlayContext](../../contexts/overlay-context))_
122+
_(Overrides the value from [OverlayContext](../contexts/overlay_context.mdx))_
123123

124124
<SetOverlay />
125125

126126
### threadList
127127

128-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
128+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
129129

130130
<ThreadList />
131131

docusaurus/docs/reactnative/ui-components/giphy.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import AdditionalTouchableProps from '../common-content/core-components/channel/
1212

1313
`Giphy` is a UI component for rendering the `giphy` type attachments on message.
1414

15-
You can replace this default UI component using the `Giphy` prop on [Channel](../../core-components/channel) component.
15+
You can replace this default UI component using the `Giphy` prop on [Channel](../core-components/channel.mdx) component.
1616

1717
```tsx
1818
<Channel Giphy={CustomGiphy}
@@ -30,30 +30,30 @@ Attachment object for `giphy` type attachment.
3030

3131
### additionalTouchableProps
3232

33-
_(Overrides the value from [MessagesContext](../../contexts/messages-context))_
33+
_(Overrides the value from [MessagesContext](../contexts/messages_context.mdx))_
3434

3535
<AdditionalTouchableProps />
3636

3737
### handleAction
3838

39-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
39+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
4040

4141
<HandleAction />
4242

4343
### onLongPress
4444

45-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
45+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
4646

4747
<OnLongPress />
4848

4949
### onPress
5050

51-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
51+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
5252

5353
<OnPress />
5454

5555
### onPressIn
5656

57-
_(Overrides the value from [MessageContext](../../contexts/message-context))_
57+
_(Overrides the value from [MessageContext](../contexts/message_context.mdx))_
5858

5959
<OnPressIn />

0 commit comments

Comments
 (0)