diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx
index a4e479c..9e8fc43 100644
--- a/docs/getting-started/index.mdx
+++ b/docs/getting-started/index.mdx
@@ -1,5 +1,5 @@
---
-sidebar_position: 2
+sidebar_position: 1
title: "🚀 Getting Started"
---
diff --git a/docs/pipelines/filters.md b/docs/pipelines/filters.md
index 7d09e5e..d1be572 100644
--- a/docs/pipelines/filters.md
+++ b/docs/pipelines/filters.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 1
+sidebar_position: 3
title: "Filter Pipelines"
---
@@ -8,7 +8,7 @@ Filters are used to perform actions against incoming user messages and outgoing
-
+
diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx
index 1da2fbd..6f35739 100644
--- a/docs/pipelines/index.mdx
+++ b/docs/pipelines/index.mdx
@@ -1,3 +1,8 @@
+---
+sidebar_position: 1
+title: "âš¡ Pipelines"
+---
+
import { TopBanners } from "@site/src/components/TopBanners";
diff --git a/docs/pipelines/pipes.md b/docs/pipelines/pipes.md
index 5e36411..b9f32a6 100644
--- a/docs/pipelines/pipes.md
+++ b/docs/pipelines/pipes.md
@@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m
-
+
\ No newline at end of file
diff --git a/docs/pipelines/tutorials.md b/docs/pipelines/tutorials.md
index 616668b..29cf3f6 100644
--- a/docs/pipelines/tutorials.md
+++ b/docs/pipelines/tutorials.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 3
+sidebar_position: 4
title: "Tutorials"
---
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 942ffc9..ed022d2 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -72,12 +72,12 @@ const config: Config = {
srcDark: "img/logo-dark.png",
},
items: [
- {
- type: "docSidebar",
- position: "left",
- sidebarId: "pipelines",
- label: "Pipelines",
- },
+ // {
+ // type: "docSidebar",
+ // position: "left",
+ // sidebarId: "pipelines",
+ // label: "Pipelines",
+ // },
// {
// type: "docSidebar",
diff --git a/sidebars.ts b/sidebars.ts
index 19f16cd..6561616 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -14,12 +14,12 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
- pipelines: [
- {
- type: "autogenerated",
- dirName: "pipelines",
- },
- ],
+ // pipelines: [
+ // {
+ // type: "autogenerated",
+ // dirName: "pipelines",
+ // },
+ // ],
// But you can create a sidebar manually
/*