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