Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Feb 19, 2021
1 parent 4377aeb commit fc97316
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can see detailed documentation about the components at <https://getstream.gi

## 🛠 Setup (Setting up a chat app)

Please follow this doc for setup - [Setup Docs](https://github.com/GetStream/stream-chat-react-native/wiki/Installation-and-usage---v3.0#installation)
Please follow this doc for setup - [Setup Docs](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#installation)
## 💪 TypeScript Support

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Notice

Cookbook has been moved to [wiki pages](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook). Please check it for updated version.
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.

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

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/v3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.132b34d7.js"></script>
<script src="build/bundle.b8092be0.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/contexts/overlayContext/OverlayProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import type {
*
* - Don't forget to check our cookbook section of [OverlayProvider](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#overlayprovider)
*
* - 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.
* - 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.
*
* @example ./OverlayProvider.md
*/
Expand Down

0 comments on commit fc97316

Please sign in to comment.