mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +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";
|
import { TopBanners } from "@site/src/components/TopBanners";
|
||||||
|
|
||||||
<TopBanners />
|
<TopBanners />
|
||||||
|
@ -72,6 +72,13 @@ const config: Config = {
|
|||||||
srcDark: "img/logo-dark.png",
|
srcDark: "img/logo-dark.png",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
type: "docSidebar",
|
||||||
|
position: "left",
|
||||||
|
sidebarId: "pipelines",
|
||||||
|
label: "Pipelines",
|
||||||
|
},
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// type: "docSidebar",
|
// type: "docSidebar",
|
||||||
// sidebarId: "blog",
|
// sidebarId: "blog",
|
||||||
|
@ -14,6 +14,12 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
|||||||
const sidebars: SidebarsConfig = {
|
const sidebars: SidebarsConfig = {
|
||||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||||
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
|
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
|
||||||
|
pipelines: [
|
||||||
|
{
|
||||||
|
type: "autogenerated",
|
||||||
|
dirName: "pipelines",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
// But you can create a sidebar manually
|
// But you can create a sidebar manually
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user