mirror of
https://github.com/open-webui/docs
synced 2025-05-23 12:45:36 +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"
|
title: "Filter Pipelines"
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ Filters are used to perform actions against incoming user messages and outgoing
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="/static/img/pipelines/filters.png" alt="Filter Workflow" />
|
<img src="/img/pipelines/filters.png" alt="Filter Workflow" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
title: "Pipelines"
|
||||||
|
---
|
||||||
|
|
||||||
import { TopBanners } from "@site/src/components/TopBanners";
|
import { TopBanners } from "@site/src/components/TopBanners";
|
||||||
|
|
||||||
<TopBanners />
|
<TopBanners />
|
||||||
|
@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="/static/img/pipelines/pipes.png" alt="Pipe Workflow" />
|
<img src="/img/pipelines/pipes.png" alt="Pipe Workflow" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 4
|
||||||
title: "Tutorials"
|
title: "Tutorials"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user