This commit is contained in:
Timothy Jaeryang Baek
2026-02-16 15:08:50 -06:00
parent 49e4307f2c
commit 485e7186ce
4 changed files with 4 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 999
title: "Advanced Topics"
---

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 998
title: "Local Development Guide"
---

View File

@@ -13,7 +13,6 @@ import { SponsorList } from "@site/src/components/SponsorList";
**Open WebUI is an [extensible](https://docs.openwebui.com/features/extensibility/plugin/), feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline.** It is built around universal standards, supporting **Ollama** and **OpenAI-compatible Protocols** (specifically Chat Completions). This protocol-first approach makes it a powerful, provider-agnostic AI deployment solution for both local and cloud-based models.
[![Open WebUI Banner](/images/banner.png)](https://openwebui.com)
Passionate about open-source AI? [Join our team →](https://careers.openwebui.com/)
@@ -38,8 +37,6 @@ Get **enhanced capabilities**, including **custom theming and branding**, **Serv
:::
## Quick Start with Docker 🐳
:::info

View File

@@ -3,21 +3,14 @@ import { useEffect, useState } from "react";
export const SidebarBanners = () => {
const items = [
{
imgSrc: "/sponsors/banners/openwebui-banner.png",
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
url: "https://docs.openwebui.com/enterprise",
name: "Open WebUI Inc.",
description:
"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.",
},
{
imgSrc: "/sponsors/banners/openwebui-banner.png",
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
url: "https://careers.openwebui.com",
name: "Open WebUI Inc.",
description:
"**We are hiring!** Shape the way humanity engages with _intelligence_.",
""
},
];