Skip to content

Commit a187405

Browse files
committed
link fixes for guides and contexts
1 parent b20fe69 commit a187405

17 files changed

+162
-162
lines changed

docusaurus/docs/reactnative/contexts/attachment_picker_context.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CameraSelectorIcon from '../common-content/core-components/overlay-provid
1111
import FileSelectorIcon from '../common-content/core-components/overlay-provider/props/file_selector_icon.mdx';
1212
import ImageSelectorIcon from '../common-content/core-components/overlay-provider/props/image_selector_icon.mdx';
1313

14-
`AttachmentPickerContext` is provided by [`OverlayProvider`](../../core-components/overlay-provider) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
14+
`AttachmentPickerContext` is provided by [`OverlayProvider`](../core-components/overlay_provider.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
1515

1616
## Basic Usage
1717

@@ -36,13 +36,13 @@ const { openPicker, closePicker } = useAttachmentPickerContext();
3636

3737
### attachmentPickerBottomSheetHeight
3838

39-
_(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) props)_
39+
_(Forwarded from [`OverlayProvider`](../core-components/overlay_provider.mdx) props)_
4040

4141
<AttachmentPickerBottomSheetHeight />
4242

4343
### attachmentSelectionBarHeight
4444

45-
_(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) props)_
45+
_(Forwarded from [`OverlayProvider`](../core-components/overlay_provider.mdx) props)_
4646

4747
<AttachmentSelectionBarHeight />
4848

@@ -52,11 +52,11 @@ _(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) pro
5252

5353
| Type | Default |
5454
| - | - |
55-
| number | [`bottomInset`](../../core-components/overlay-priovider#bottominset) |
55+
| number | [`bottomInset`](../core-components/overlay_provider.mdx#bottominset) |
5656

5757
### CameraSelectorIcon
5858

59-
_(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) props)_
59+
_(Forwarded from [`OverlayProvider`](../core-components/overlay_provider.mdx) props)_
6060

6161
<CameraSelectorIcon />
6262

@@ -70,13 +70,13 @@ Function to close the attachment picker bottom sheet.
7070

7171
### FileSelectorIcon
7272

73-
_(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) props)_
73+
_(Forwarded from [`OverlayProvider`](../core-components/overlay_provider.mdx) props)_
7474

7575
<FileSelectorIcon />
7676

7777
### ImageSelectorIcon
7878

79-
_(Forwarded from [`OverlayProvider`](../../core-components/overlay-provider) props)_
79+
_(Forwarded from [`OverlayProvider`](../core-components/overlay_provider.mdx) props)_
8080

8181
<ImageSelectorIcon />
8282

@@ -158,4 +158,4 @@ Setter function for [`topInset`](#topinset)
158158

159159
| Type | Default |
160160
| - | - |
161-
| number | [`topInset`](../../core-components/overlay-priovider#topInset) |
161+
| number | [`topInset`](../core-components/overlay_provider.mdx#topInset) |

docusaurus/docs/reactnative/contexts/channel_context.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Disabled from '../common-content/contexts/channel-context/disabled.mdx';
1818
import Members from '../common-content/contexts/channel-context/members.mdx';
1919
import Watchers from '../common-content/contexts/channel-context/watchers.mdx';
2020

21-
`ChannelContext` is provided by [`Channel`](../../core-components/channel) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
21+
`ChannelContext` is provided by [`Channel`](../core-components/channel.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
2222

2323
## Basic Usage
2424

@@ -47,13 +47,13 @@ We don't recommend using `ChannelContext` at message level, since changes to its
4747

4848
### channel
4949

50-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
50+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
5151

5252
<Channel />
5353

5454
### enforceUniqueReaction
5555

56-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
56+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
5757

5858
<EnforceUniqueReaction />
5959

@@ -79,7 +79,7 @@ Value is true, when giphy command is enabled on [channel type](https://getstream
7979

8080
### hideDateSeparators
8181

82-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
82+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
8383

8484
<HideDateSeparators />
8585

@@ -154,7 +154,7 @@ Value is true, when channel is loading messages during first load.
154154

155155
### LoadingIndicator
156156

157-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
157+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
158158

159159
<LoadingIndicator />
160160

@@ -169,7 +169,7 @@ Function to mark current channel as read, for current user. This function intern
169169

170170
### maxTimeBetweenGroupedMessages
171171

172-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
172+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
173173

174174
<MaxTimeBetweenGroupedMessages />
175175

@@ -198,7 +198,7 @@ Record<
198198
199199
### readEventsEnabled
200200
201-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
201+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
202202
203203
<ReadEventsEnabled />
204204
@@ -212,7 +212,7 @@ Function to reload a channel at most recent message. Promise returned by this fu
212212
213213
### scrollToFirstUnreadThreshold
214214
215-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
215+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
216216
217217
<ScrollToFirstUnreadThreshold />
218218
@@ -242,7 +242,7 @@ Id of message, which is highlighted currently. This value gets set when you load
242242
243243
### typingEventsEnabled
244244
245-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
245+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
246246
247247
<TypingEventsEnabled />
248248
@@ -260,14 +260,14 @@ Total number of users, currently watching a channel.
260260
261261
### EmptyStateIndicator
262262
263-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
263+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
264264
265265
<EmptyStateIndicator />
266266
267267
### NetworkDownIndicator
268268
269-
_(Forwarded from [`Channel`](../../core-components/channel) props)_
269+
_(Forwarded from [`Channel`](../core-components/channel.mdx) props)_
270270
271271
<NetworkDownIndicator />
272272
273-
<!-- - [StickyHeader](../../core-components/channel#stickyheader) -->
273+
<!-- - [StickyHeader](../core-components/channel.mdx#stickyheader) -->

docusaurus/docs/reactnative/contexts/channels_context.mdx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PreviewTitle from '../common-content/core-components/channel-list/props/p
2323
import PreviewUnreadCount from '../common-content/core-components/channel-list/props/preview_unread_count.mdx';
2424
import Skeleton from '../common-content/core-components/channel-list/props/skeleton.mdx';
2525

26-
`ChannelsContext` is provided by [`ChannelList`](../../core-components/channel-list) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
26+
`ChannelsContext` is provided by [`ChannelList`](../core-components/channel_list.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
2727

2828
## Basic Usage
2929

@@ -47,7 +47,7 @@ const { channels, reloadList } = useChannelsContext();
4747

4848
### additionalFlatListProps
4949

50-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
50+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
5151

5252
<AdditionalFlatListProps />
5353

@@ -72,7 +72,7 @@ Value is true when call to `client.queryChannels()` within ChannelList component
7272

7373
### hasNextPage
7474

75-
Value is false when `ChannelList` component has loaded all the channels corresponding to [`filters`](../../core-components/channel-list#required-filters).
75+
Value is false when `ChannelList` component has loaded all the channels corresponding to [`filters`](../core-components/channel_list.mdx#required-filters).
7676

7777
| Type |
7878
| - |
@@ -88,7 +88,7 @@ Value is true when `ChannelList` component is loading the first page of channels
8888

8989
### loadMoreThreshold
9090

91-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
91+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
9292

9393
<LoadMoreThreshold />
9494

@@ -110,19 +110,19 @@ Function to manually load next page for the `ChannelList` component
110110

111111
### maxUnreadCount
112112

113-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
113+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
114114

115115
<MaxUnreadCount />
116116

117117
### numberOfSkeletons
118118

119-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
119+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
120120

121121
<NumberOfSkeletons />
122122

123123
### onSelect
124124

125-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
125+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
126126

127127
<OnSelect />
128128

@@ -157,84 +157,84 @@ Calling `reloadList` will wipe out the existing list of channels and show a load
157157

158158
### setFlatListRef
159159

160-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
160+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
161161

162162
<SetFlatListRef />
163163

164164
### EmptyStateIndicator
165165

166-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
166+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
167167

168168
<EmptyStateIndicator />
169169

170170
### FooterLoadingIndicator
171171

172-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
172+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
173173

174174
<FooterLoadingIndicator />
175175

176176
### HeaderErrorIndicator
177177

178-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
178+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
179179

180180
<HeaderErrorIndicator />
181181

182182
### HeaderNetworkDownIndicator
183183

184-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
184+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
185185

186186
<HeaderNetworkDownIndicator />
187187

188188
### LoadingErrorIndicator
189189

190-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
190+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
191191

192192
<LoadingErrorIndicator />
193193

194194
### LoadingIndicator
195195

196-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
196+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
197197

198198
<LoadingIndicator />
199199

200200
### Preview
201201

202-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
202+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
203203

204204
<Preview />
205205

206206
### PreviewAvatar
207207

208-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
208+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
209209

210210
<PreviewAvatar />
211211

212212
### PreviewMessage
213213

214-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
214+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
215215

216216
<PreviewMessage />
217217

218218
### PreviewStatus
219219

220-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
220+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
221221

222222
<PreviewStatus />
223223

224224
### PreviewTitle
225225

226-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
226+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
227227

228228
<PreviewTitle />
229229

230230
### PreviewUnreadCount
231231

232-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
232+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
233233

234234
<PreviewUnreadCount />
235235

236236
### Skeleton
237237

238-
_(Forwarded from [`ChannelList`](../../core-components/channel-list) props)_
238+
_(Forwarded from [`ChannelList`](../core-components/channel_list.mdx) props)_
239239

240240
<Skeleton />

docusaurus/docs/reactnative/contexts/chat_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: ChatContext
55

66
import Client from '../common-content/core-components/chat/props/client.mdx'
77

8-
`ChatContext` is provided by [`Chat`](../../core-components/chat) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
8+
`ChatContext` is provided by [`Chat`](../core-components/chat.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
99

1010
## Basic Usage
1111

docusaurus/docs/reactnative/contexts/image_gallery_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: image-gallery-context
33
title: ImageGalleryContext
44
---
55

6-
`ImageGalleryContext` is provided by [`OverlayProvider`](../../core-components/overlay-provider) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
6+
`ImageGalleryContext` is provided by [`OverlayProvider`](../core-components/overlay_provider.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
77

88
## Basic Usage
99

docusaurus/docs/reactnative/contexts/keyboard_context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: keyboard-context
33
title: KeyboardContext
44
---
55

6-
`KeyboardContext` is provided by [`Channel`](../../core-components/channel) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
6+
`KeyboardContext` is provided by [`Channel`](../core-components/channel.mdx) component. If you are not familiar with React Context API, please read about it on [React docs](https://reactjs.org/docs/context.html).
77

88
## Basic Usage
99

0 commit comments

Comments
 (0)