This commit is contained in:
Timothy Jaeryang Baek
2025-10-25 23:07:21 -07:00
parent e96c6a8218
commit 6057fdc3f9

View File

@@ -77,30 +77,11 @@ const config: Config = {
srcDark: "images/logo-dark.png",
},
items: [
// {
// type: "docSidebar",
// position: "left",
// sidebarId: "pipelines",
// label: "Pipelines",
// },
// {
// type: "docSidebar",
// sidebarId: "blog",
// position: "left",
// label: "Blog",
// },
{
to: "blog",
label: "Blog",
position: "left",
},
{
href: "/",
label: "Docs",
position: "left",
},
{
label: "GitHub",
href: "https://github.com/open-webui/open-webui",