diff --git a/website/pages/docs.mdx b/website/pages/docs.mdx
index b79e1c05..73c15cfc 100644
--- a/website/pages/docs.mdx
+++ b/website/pages/docs.mdx
@@ -5,4 +5,47 @@ metaTitle: "Introduction"
metaDescription: "ReactGrid docs"
---
+import Image from "next/image";
+import edgeIcon from "@/public/static/edge.svg";
+import chromeIcon from "@/public/static/chrome.svg";
+import firefoxIcon from "@/public/static/firefox.svg";
+import safariIcon from "@/public/static/safari.svg";
+
ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
+
+#### Caveats
+
+a) If you notice `sticky` incorrect behavior, when you try to pin them to HTML `` tag, add this line to `index.html` file in your project.
+It should be helpful in many cases and different mobile devices.
+
+```html
+
+```
+
+#### Supported browsers
+
+Desktop Browsers
+
+
+
+
+
+
+
+
+
+
+
+
+Mobile Browsers
+
+
+
+
+
+
+
+
diff --git a/website/pages/docs/3.0.mdx b/website/pages/docs/3.0.mdx
deleted file mode 100644
index f1d8398d..00000000
--- a/website/pages/docs/3.0.mdx
+++ /dev/null
@@ -1,51 +0,0 @@
----
-posttype: "docs"
-title: "3.0"
-metaTitle: "Introduction to 3.0"
-metaDescription: "ReactGrid docs"
----
-
-import Image from 'next/image'
-import edgeIcon from "@/public/static/edge.svg";
-import chromeIcon from "@/public/static/chrome.svg";
-import firefoxIcon from "@/public/static/firefox.svg";
-import safariIcon from "@/public/static/safari.svg";
-
-
-ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
-
-#### About MIT and PRO version
-
-ReactGrid in both version uses the same component interface. However, if you implement a PRO feature (using MIT package)
-probably nothing will happen.
-
-A functionality that is partly or fully supported by PRO version is marked by icon.
-
-#### Supported browsers
-
-Desktop Browsers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Mobile Browsers
-
-
-
-
-
-
-
-
-
diff --git a/website/pages/docs/3.1.mdx b/website/pages/docs/3.1.mdx
deleted file mode 100644
index b81c08a0..00000000
--- a/website/pages/docs/3.1.mdx
+++ /dev/null
@@ -1,52 +0,0 @@
----
-posttype: "docs"
-title: "3.1"
-metaTitle: "Introduction to 3.1"
-metaDescription: "ReactGrid docs"
----
-
-
-import Image from 'next/image'
-import edgeIcon from "@/public/static/edge.svg";
-import chromeIcon from "@/public/static/chrome.svg";
-import firefoxIcon from "@/public/static/firefox.svg";
-import safariIcon from "@/public/static/safari.svg";
-
-
-ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
-
-#### Caveats
-a) If you notice `sticky` incorrect behavior, when you try to pin them to HTML `` tag, add this line to `index.html` file in your project.
-It should be helpful in many cases and different mobile devices.
-
-```html
-
-```
-
-#### Supported browsers
-
-Desktop Browsers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Mobile Browsers
-
-
-
-
-
-
-
-
-
diff --git a/website/pages/docs/4.0.mdx b/website/pages/docs/4.0.mdx
deleted file mode 100644
index de77834f..00000000
--- a/website/pages/docs/4.0.mdx
+++ /dev/null
@@ -1,51 +0,0 @@
----
-posttype: "docs"
-title: "4.0"
-metaTitle: "Introduction to 4.0"
-metaDescription: "ReactGrid docs"
----
-
-
-import Image from 'next/image'
-import edgeIcon from "@/public/static/edge.svg";
-import chromeIcon from "@/public/static/chrome.svg";
-import firefoxIcon from "@/public/static/firefox.svg";
-import safariIcon from "@/public/static/safari.svg";
-
-ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
-
-#### Caveats
-a) If you notice `sticky` incorrect behavior, when you try to pin them to HTML `` tag, add this line to `index.html` file in your project.
-It should be helpful in many cases and different mobile devices.
-
-```html
-
-```
-
-#### Supported browsers
-
-Desktop Browsers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Mobile Browsers
-
-
-
-
-
-
-
-
-
diff --git a/website/pages/docs/5.0.mdx b/website/pages/docs/5.0.mdx
deleted file mode 100644
index ffa83abc..00000000
--- a/website/pages/docs/5.0.mdx
+++ /dev/null
@@ -1,51 +0,0 @@
----
-posttype: "docs"
-title: "5.0"
-metaTitle: "Introduction to 5.0"
-metaDescription: "ReactGrid docs"
----
-
-
-import Image from 'next/image'
-import edgeIcon from "@/public/static/edge.svg";
-import chromeIcon from "@/public/static/chrome.svg";
-import firefoxIcon from "@/public/static/firefox.svg";
-import safariIcon from "@/public/static/safari.svg";
-
-ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
-
-#### Caveats
-a) If you notice `sticky` incorrect behavior, when you try to pin them to HTML `` tag, add this line to `index.html` file in your project.
-It should be helpful in many cases and different mobile devices.
-
-```html
-
-```
-
-#### Supported browsers
-
-Desktop Browsers
-
-
-
-
-