mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
refac
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
sidebar_position: 999
|
||||
title: "Advanced Topics"
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 998
|
||||
title: "Local Development Guide"
|
||||
---
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
[](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
|
||||
|
||||
@@ -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_.",
|
||||
""
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user