From 2ce3ae6313d5893c8637d63ef5ebbd11aeee0681 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Sat, 20 Jul 2024 11:12:34 -0600 Subject: [PATCH] Fixing docs layout --- docs/pipelines/filters.md | 4 ++-- docs/pipelines/index.mdx | 5 +++++ docs/pipelines/pipes.md | 2 +- docs/pipelines/tutorials.md | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) 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

- Filter Workflow + Filter Workflow

diff --git a/docs/pipelines/index.mdx b/docs/pipelines/index.mdx index 1da2fbd..c717dea 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

- Pipe Workflow + Pipe Workflow

\ 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" ---