mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Merge pull request #154 from open-webui/fix-pipes-docs
This commit is contained in:
commit
4909e4f426
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 1
|
||||
title: "🚀 Getting Started"
|
||||
---
|
||||
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
@ -72,12 +72,12 @@ const config: Config = {
|
||||
srcDark: "img/logo-dark.png",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "docSidebar",
|
||||
position: "left",
|
||||
sidebarId: "pipelines",
|
||||
label: "Pipelines",
|
||||
},
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
// position: "left",
|
||||
// sidebarId: "pipelines",
|
||||
// label: "Pipelines",
|
||||
// },
|
||||
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
|
12
sidebars.ts
12
sidebars.ts
@ -14,12 +14,12 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
||||
const sidebars: SidebarsConfig = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
|
||||
pipelines: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "pipelines",
|
||||
},
|
||||
],
|
||||
// pipelines: [
|
||||
// {
|
||||
// type: "autogenerated",
|
||||
// dirName: "pipelines",
|
||||
// },
|
||||
// ],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user