diff --git a/docusaurus/docs/Flutter/basics/introduction.mdx b/docusaurus/docs/Flutter/basics/introduction.mdx
index 4c45855c..06ebb1b8 100644
--- a/docusaurus/docs/Flutter/basics/introduction.mdx
+++ b/docusaurus/docs/Flutter/basics/introduction.mdx
@@ -55,7 +55,9 @@ but there is a way to create a unique chat between a certain number of people by
In essence, a normal two-person chat would be a distinct channel created with two members (you cannot add or delete members in this channel), whereas a group created with two people would simply be a non distinct channel (possible to add or remove members).
-Note: It is also possible to add more than two people in a distinct channel which retains the same add/removal properties and resembles the Slack DMs where you can DM one or more people as well.
+:::note
+It is also possible to add more than two people in a distinct channel which retains the same add/removal properties and resembles the Slack DMs where you can DM one or more people as well.
+:::
In summary, if you were creating a Whatsapp-like app, the first screen would be a list of channels - which on opening would show a list of messages that were sent by the users in the Channel.
diff --git a/docusaurus/docs/Flutter/guides/adding_custom_attachments.mdx b/docusaurus/docs/Flutter/guides/adding_custom_attachments.mdx
index 0c427713..fb1f7bbe 100644
--- a/docusaurus/docs/Flutter/guides/adding_custom_attachments.mdx
+++ b/docusaurus/docs/Flutter/guides/adding_custom_attachments.mdx
@@ -1,6 +1,6 @@
---
id: adding_custom_attachments
-sidebar_position: 4
+sidebar_position: 3
title: Adding Custom Attachments
---
diff --git a/docusaurus/docs/Flutter/guides/adding_local_data_persistence.mdx b/docusaurus/docs/Flutter/guides/adding_local_data_persistence.mdx
index 21ec99ce..1bfc5a2f 100644
--- a/docusaurus/docs/Flutter/guides/adding_local_data_persistence.mdx
+++ b/docusaurus/docs/Flutter/guides/adding_local_data_persistence.mdx
@@ -1,6 +1,6 @@
---
id: local_data_persistence
-sidebar_position: 2
+sidebar_position: 1
title: Adding Local Data Persistence
---
diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx
index 529f03cb..ceee55e9 100644
--- a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx
+++ b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx
@@ -1,6 +1,6 @@
---
id: adding_push_notifications
-sidebar_position: 3
+sidebar_position: 2
title: Adding Push Notifications
---
diff --git a/docusaurus/docs/Flutter/guides/introduction.mdx b/docusaurus/docs/Flutter/guides/introduction.mdx
deleted file mode 100644
index fc8f385e..00000000
--- a/docusaurus/docs/Flutter/guides/introduction.mdx
+++ /dev/null
@@ -1,5 +0,0 @@
----
-id: introduction
-sidebar_position: 1
-title: Introduction
----
\ No newline at end of file
diff --git a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx
index 394137bd..27375aff 100644
--- a/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx
+++ b/docusaurus/docs/Flutter/guides/migration_guide_2_0.mdx
@@ -1,6 +1,6 @@
---
id: mig_guide_2_0
-sidebar_position: 5
+sidebar_position: 4
title: Migrating to 2.0 (Null-safety)
---