This commit is contained in:
Timothy Jaeryang Baek
2025-01-31 01:34:19 -08:00
parent 61fad2681b
commit 5360cb5d50
59 changed files with 200 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ import { themes as prismThemes } from "prism-react-renderer";
const config: Config = {
title: "Open WebUI",
tagline: "ChatGPT-Style WebUI for LLMs (Formerly Ollama WebUI)",
favicon: "img/favicon.png",
favicon: "images/favicon.png",
// Set the production url of your site here
url: "https://openwebui.com",
@@ -65,12 +65,12 @@ const config: Config = {
themeConfig: {
// Replace with your project's social card
// image: "img/docusaurus-social-card.jpg",
// image: "images/docusaurus-social-card.jpg",
navbar: {
title: "Open WebUI",
logo: {
src: "img/logo.png",
srcDark: "img/logo-dark.png",
src: "images/logo.png",
srcDark: "images/logo-dark.png",
},
items: [
// {
@@ -108,7 +108,7 @@ const config: Config = {
},
footer: {
logo: {
src: "img/logo-dark.png",
src: "images/logo-dark.png",
height: 100,
},
style: "light",