mirror of
https://github.com/open-webui/docs
synced 2025-05-22 20:26:00 +00:00
Fixing docs layout
This commit is contained in:
parent
9150fc5094
commit
517e172cc9
@ -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
|
||||
|
||||
<p align="center">
|
||||
<a href="#">
|
||||
<img src="/static/img/pipelines/filters.png" alt="Filter Workflow" />
|
||||
<img src="/img/pipelines/filters.png" alt="Filter Workflow" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: "Pipelines"
|
||||
---
|
||||
|
||||
import { TopBanners } from "@site/src/components/TopBanners";
|
||||
|
||||
<TopBanners />
|
||||
|
@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m
|
||||
|
||||
<p align="center">
|
||||
<a href="#">
|
||||
<img src="/static/img/pipelines/pipes.png" alt="Pipe Workflow" />
|
||||
<img src="/img/pipelines/pipes.png" alt="Pipe Workflow" />
|
||||
</a>
|
||||
</p>
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 4
|
||||
title: "Tutorials"
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user