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