mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
refac
This commit is contained in:
parent
79870dab12
commit
eb8a26d47c
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
sidebar_position: 2
|
||||
title: "⭐ Features"
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,13 @@
|
||||
# Swagger Docs
|
||||
---
|
||||
sidebar_position: 5
|
||||
title: "Open WebUI API Endpoints"
|
||||
---
|
||||
|
||||
## Swagger Docs
|
||||
|
||||
| App | Docs Path |
|
||||
|----------|---------------------|
|
||||
| Main | /docs |
|
||||
| WebUI | /api/v1/docs |
|
||||
| Ollama | /ollama/docs |
|
||||
| OpenAI | /openai/docs |
|
@ -1,4 +1,8 @@
|
||||
# Environment Variable Configuration
|
||||
---
|
||||
sidebar_position: 4
|
||||
title: "Environment Variable Configuration"
|
||||
---
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
sidebar_position: 3
|
||||
title: "🚀 Getting Started"
|
||||
---
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# Alternative Installation
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: "Alternative Installation"
|
||||
---
|
||||
|
||||
### Installing Both Ollama and Open WebUI Using Kustomize
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# Logging
|
||||
---
|
||||
sidebar_position: 3
|
||||
title: "Open WebUI Logging"
|
||||
---
|
||||
|
||||
## Browser Client Logging ##
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# Updating
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: "Updating Open WebUI"
|
||||
---
|
||||
|
||||
## 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";
|
||||
|
||||
<TopBanners />
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 400
|
||||
sidebar_position: 300
|
||||
title: "🛠️ Troubleshooting"
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user