From f8950f837937ff5456613cdf70a6c014df88fd7e Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Tue, 13 Jul 2021 19:19:50 +0530 Subject: [PATCH] feat: added petyo changes --- docusaurus/docs/Flutter/guides/_category_.json | 2 +- docusaurus/docs/Flutter/stream_chat_flutter/_category_.json | 2 +- .../docs/Flutter/stream_chat_flutter/message_list_view.mdx | 4 +++- .../docs/Flutter/stream_chat_flutter_core/_category_.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docusaurus/docs/Flutter/guides/_category_.json b/docusaurus/docs/Flutter/guides/_category_.json index c2af63bb..cb58ac0d 100644 --- a/docusaurus/docs/Flutter/guides/_category_.json +++ b/docusaurus/docs/Flutter/guides/_category_.json @@ -1,4 +1,4 @@ { "label": "Guides", - "position": 5 + "position": 2 } \ No newline at end of file diff --git a/docusaurus/docs/Flutter/stream_chat_flutter/_category_.json b/docusaurus/docs/Flutter/stream_chat_flutter/_category_.json index 18f33a2b..242afb7b 100644 --- a/docusaurus/docs/Flutter/stream_chat_flutter/_category_.json +++ b/docusaurus/docs/Flutter/stream_chat_flutter/_category_.json @@ -1,4 +1,4 @@ { "label": "Stream Chat Flutter", - "position": 4 + "position": 3 } \ No newline at end of file diff --git a/docusaurus/docs/Flutter/stream_chat_flutter/message_list_view.mdx b/docusaurus/docs/Flutter/stream_chat_flutter/message_list_view.mdx index 74a3ae5f..0ac78f7d 100644 --- a/docusaurus/docs/Flutter/stream_chat_flutter/message_list_view.mdx +++ b/docusaurus/docs/Flutter/stream_chat_flutter/message_list_view.mdx @@ -84,7 +84,9 @@ MessageListView( You can also supply your own implementation for displaying messages using the `messageBuilder` parameter. -Note: To customize the existing implementation, look at the `MessageWidget` documentation instead. +:::note +To customize the existing implementation, look at the `MessageWidget` documentation instead. +::: ```dart MessageListView( diff --git a/docusaurus/docs/Flutter/stream_chat_flutter_core/_category_.json b/docusaurus/docs/Flutter/stream_chat_flutter_core/_category_.json index 748e3f4a..8d738e89 100644 --- a/docusaurus/docs/Flutter/stream_chat_flutter_core/_category_.json +++ b/docusaurus/docs/Flutter/stream_chat_flutter_core/_category_.json @@ -1,4 +1,4 @@ { "label": "Stream Chat Flutter Core", - "position": 3 + "position": 4 } \ No newline at end of file