feat: Added files for stream_chat docs

This commit is contained in:
Deven Joshi
2021-06-14 15:53:10 +05:30
parent 59fb6583b9
commit 37507c55eb
23 changed files with 141 additions and 3 deletions
@@ -0,0 +1,6 @@
---
id: channel_members
sidebar_position: 10
title: Channel Members
---
@@ -0,0 +1,6 @@
---
id: creating_channels
sidebar_position: 6
title: Creating Channels
---
@@ -0,0 +1,6 @@
---
id: deleting_and_hiding_channel
sidebar_position: 13
title: Deleting And Hiding A Channel
---
@@ -0,0 +1,6 @@
---
id: events
sidebar_position: 25
title: Events
---
@@ -9,8 +9,14 @@ title: Introduction
The official Dart client for Stream Chat, a service for building chat applications.
This library can be used on any Dart project and on both mobile and web apps with Flutter.
The Low Level Client (stream_chat) provides the basic bindings for integrating Stream Chat into
your Flutter app with the ability to connect users, listening to events, send and receive messages,
channel CRUD operations, etc.
The Low Level Client ([stream_chat]('https://pub.dev/packages/stream_chat')) provides the basic
bindings for integrating Stream Chat into your Flutter app with the ability to connect users,
listening to events, send and receive messages, channel CRUD operations, etc.
This allows you to control and customise your interface completely while using the
Stream Chat backend.
Check out our Core package ([stream_chat_flutter_core]('https://pub.dev/packages/stream_chat_flutter_core'))
for easier implementations of common uses such as retrieving channels,
retrieving channel message lists, seraching for messages, etc.
This section goes into detail on using the LLC and various things you can achieve using it.
@@ -0,0 +1,6 @@
---
id: invites
sidebar_position: 11
title: Invites
---
@@ -0,0 +1,6 @@
---
id: messages
sidebar_position: 16
title: Messages
---
@@ -0,0 +1,6 @@
---
id: moderation_tools
sidebar_position: 23
title: Moderation Tools
---
@@ -0,0 +1,6 @@
---
id: muting_channels
sidebar_position: 12
title: Muting Channels
---
@@ -0,0 +1,6 @@
---
id: paginating_channel_messages
sidebar_position: 15
title: Paginating Channel Messages
---
@@ -0,0 +1,6 @@
---
id: pinned_messages
sidebar_position: 22
title: Pinned Messages
---
@@ -0,0 +1,6 @@
---
id: querying_channels
sidebar_position: 7
title: Querying Channels
---
@@ -0,0 +1,6 @@
---
id: querying_users
sidebar_position: 4
title: Querying Users
---
@@ -0,0 +1,6 @@
---
id: reactions
sidebar_position: 18
title: Reactions
---
@@ -0,0 +1,6 @@
---
id: searching_messages
sidebar_position: 20
title: Searching Messages
---
@@ -0,0 +1,6 @@
---
id: silent_messages
sidebar_position: 21
title: Silent Messages
---
@@ -0,0 +1,6 @@
---
id: slow_mode
sidebar_position: 14
title: Slow Mode
---
@@ -0,0 +1,6 @@
---
id: threads_and_replies
sidebar_position: 19
title: Threads And Replies
---
@@ -0,0 +1,6 @@
---
id: typing_indicators
sidebar_position: 24
title: Typing Indicators
---
@@ -0,0 +1,6 @@
---
id: updating_channels
sidebar_position: 9
title: Updating Channels
---
@@ -0,0 +1,6 @@
---
id: uploading_files
sidebar_position: 17
title: Uploading Files
---
@@ -0,0 +1,6 @@
---
id: user_presence
sidebar_position: 5
title: User Presence
---
@@ -0,0 +1,6 @@
---
id: watching_channels
sidebar_position: 8
title: Watching Channels
---