mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
refac: pipelines section
This commit is contained in:
parent
ebe6ce3be7
commit
d716938efe
@ -1,8 +1,3 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
title: "🧩 Pipelines"
|
||||
---
|
||||
|
||||
import { TopBanners } from "@site/src/components/TopBanners";
|
||||
|
||||
<TopBanners />
|
||||
|
@ -72,6 +72,13 @@ const config: Config = {
|
||||
srcDark: "img/logo-dark.png",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "docSidebar",
|
||||
position: "left",
|
||||
sidebarId: "pipelines",
|
||||
label: "Pipelines",
|
||||
},
|
||||
|
||||
// {
|
||||
// type: "docSidebar",
|
||||
// sidebarId: "blog",
|
||||
|
@ -14,6 +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",
|
||||
},
|
||||
],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user