mirror of
https://github.com/open-webui/docs
synced 2025-06-09 08:06:20 +00:00
Fixed docs layout
This commit is contained in:
parent
517e172cc9
commit
2dfe6ee809
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 1
|
||||
title: "🚀 Getting Started"
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: "Pipelines"
|
||||
title: "⚡ Pipelines"
|
||||
---
|
||||
|
||||
import { TopBanners } from "@site/src/components/TopBanners";
|
||||
|
@ -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