mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
refac
This commit is contained in:
parent
1cfa6902c2
commit
9564bf4240
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 4
|
sidebar_position: 2
|
||||||
title: "⭐ Features"
|
title: "⭐ Features"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
# Swagger Docs
|
---
|
||||||
|
sidebar_position: 5
|
||||||
|
title: "Open WebUI API Endpoints"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Swagger Docs
|
||||||
|
|
||||||
| App | Docs Path |
|
| App | Docs Path |
|
||||||
|----------|---------------------|
|
|----------|---------------------|
|
||||||
|
| Main | /docs |
|
||||||
| WebUI | /api/v1/docs |
|
| WebUI | /api/v1/docs |
|
||||||
| Ollama | /ollama/docs |
|
| Ollama | /ollama/docs |
|
||||||
| OpenAI | /openai/docs |
|
| OpenAI | /openai/docs |
|
@ -1,4 +1,8 @@
|
|||||||
# Environment Variable Configuration
|
---
|
||||||
|
sidebar_position: 4
|
||||||
|
title: "Environment Variable Configuration"
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 3
|
||||||
title: "🚀 Getting Started"
|
title: "🚀 Getting Started"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Alternative Installation
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
title: "Alternative Installation"
|
||||||
|
---
|
||||||
|
|
||||||
### Installing Both Ollama and Open WebUI Using Kustomize
|
### Installing Both Ollama and Open WebUI Using Kustomize
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Logging
|
---
|
||||||
|
sidebar_position: 3
|
||||||
|
title: "Open WebUI Logging"
|
||||||
|
---
|
||||||
|
|
||||||
## Browser Client Logging ##
|
## Browser Client Logging ##
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Updating
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
title: "Updating Open WebUI"
|
||||||
|
---
|
||||||
|
|
||||||
## Updating your Docker Installation
|
## Updating your Docker Installation
|
||||||
|
|
||||||
|
4
docs/pipelines/_category_.json
Normal file
4
docs/pipelines/_category_.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"label": "⚡ Pipelines",
|
||||||
|
"position": 700
|
||||||
|
}
|
@ -1,8 +1,3 @@
|
|||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
title: "⚡ Pipelines"
|
|
||||||
---
|
|
||||||
|
|
||||||
import { TopBanners } from "@site/src/components/TopBanners";
|
import { TopBanners } from "@site/src/components/TopBanners";
|
||||||
|
|
||||||
<TopBanners />
|
<TopBanners />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 400
|
sidebar_position: 300
|
||||||
title: "🛠️ Troubleshooting"
|
title: "🛠️ Troubleshooting"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user