Skip to content

Commit fc97316

Browse files
Updating docs
1 parent 4377aeb commit fc97316

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can see detailed documentation about the components at <https://getstream.gi
106106

107107
## πŸ›  Setup (Setting up a chat app)
108108

109-
Please follow this doc for setup - [Setup Docs](https://github.com/GetStream/stream-chat-react-native/wiki/Installation-and-usage---v3.0#installation)
109+
Please follow this doc for setup - [Setup Docs](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#installation)
110110
## πŸ’ͺ TypeScript Support
111111

112112
As of version `2.0.0` `stream-chat-react-native` has been converted to TypeScript. Please read [Typescript guide](https://github.com/GetStream/stream-chat-react-native/wiki/Typescript-support) for details.

β€Ždocs/cookbook.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Notice
22

3-
Cookbook has been moved to [wiki pages](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook). Please check it for updated version.
3+
Cookbook has been moved to [wiki pages](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0). Please check it for updated version.
44

55
This following document is no longer being maintained and will be removed in future.
66

β€Ždocs/v3/build/bundle.132b34d7.jsβ€Ž renamed to β€Ždocs/v3/build/bundle.b8092be0.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/v3/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="rsg-root"></div>
12-
<script src="build/bundle.132b34d7.js"></script>
12+
<script src="build/bundle.b8092be0.js"></script>
1313
</body>
1414
</html>

β€Žsrc/contexts/overlayContext/OverlayProvider.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import type {
7373
*
7474
* - Don't forget to check our cookbook section of [OverlayProvider](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#overlayprovider)
7575
*
76-
* - Also check the [visual component guide](https://github.com/GetStream/stream-chat-react-native/wiki/Visual-guide-for-customising-components), to learn about component customizations.
76+
* - Also check the [visual component guide](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#custom-components), to learn about component customizations.
7777
*
7878
* @example ./OverlayProvider.md
7979
*/

0 commit comments

Comments
Β (0)