diff --git a/docs/pipelines.mdx b/docs/pipelines/index.mdx
similarity index 100%
rename from docs/pipelines.mdx
rename to docs/pipelines/index.mdx
diff --git a/docs/pipelines/tutorials.md b/docs/pipelines/tutorials.md
new file mode 100644
index 0000000..0c3cc2d
--- /dev/null
+++ b/docs/pipelines/tutorials.md
@@ -0,0 +1,9 @@
+# Tutorials
+
+## WIP 🚧
+
+<p align="center">
+  <a href="#">
+    <img src="/img/oi/cat.png" alt="Under Construction" />
+  </a>
+</p>
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 20a712f..d8ae369 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -52,6 +52,7 @@ const config = {
           // Remove this to remove the "edit this page" links.
           editUrl: "https://github.com/open-webui/docs/blob/main",
         },
+        // blog: false,
         blog: {
           showReadingTime: true,
           // Please change this to your repo.
@@ -85,11 +86,11 @@ const config = {
           //   label: "Blog",
           // },
 
-          {
-            href: "/blog",
-            label: "Blog",
-            position: "left",
-          },
+          // {
+          //   href: "/blog",
+          //   label: "Blog",
+          //   position: "left",
+          // },
           {
             href: "https://github.com/open-webui/open-webui",
             label: "GitHub",
diff --git a/static/img/oi/cat.png b/static/img/oi/cat.png
new file mode 100644
index 0000000..b035d23
Binary files /dev/null and b/static/img/oi/cat.png differ