diff --git a/src/html/components/dashboard/_sidenav.astro b/src/html/components/dashboard/_sidenav.astro
index 1edbc27cb..2992d5013 100644
--- a/src/html/components/dashboard/_sidenav.astro
+++ b/src/html/components/dashboard/_sidenav.astro
@@ -397,6 +397,24 @@ const htmlPath = convertPathToHtml(path);
Browser Support
+
+
+
+ How To Contribute
+
+
+
+
+
+ FAQ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/html/pages/docs/how-to-contribute.astro b/src/html/pages/docs/how-to-contribute.astro
new file mode 100644
index 000000000..8cb8dc488
--- /dev/null
+++ b/src/html/pages/docs/how-to-contribute.astro
@@ -0,0 +1,71 @@
+---
+import Head from "@components/_head.astro";
+import Footer from "@components/dashboard/_footer.astro";
+import Topbar from "@components/dashboard/_topbar.astro";
+import HowToContribute from "@components/docs/how-to-contribute.mdx";
+import Sidenav from "@components/dashboard/_sidenav.astro";
+import Scripts from "@components/_scripts.astro";
+
+const title = "How To Contribute | AdminLTE 4";
+const path = "../../../dist";
+const mainPage = "docs";
+const page = "how-to-contribute";
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+