mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 01:55:22 -04:00
b937806130bb4c4bbfaa55156f9a80815ca900ce
routeForDoc built its strip-prefix regex as `^${escaped DOCS_DIR}${path.sep}`, appending path.sep unescaped. On Windows path.sep is a backslash, so the pattern ended in a lone backslash and threw "Invalid regular expression: \ at end of pattern", breaking the postbuild step of every local Windows build (CI on Linux was unaffected). Fold path.sep into the escaped expression so the separator is escaped on every platform.
👋 Open WebUI Documentation
Welcome to the official documentation for Open WebUI — a self-hosted, privacy-focused, and extensible AI interface for LLMs like Ollama and OpenAI-compatible APIs.
This site is built with Docusaurus and includes:
- 🔧 Installation & setup guides (Docker, local, manual)
- 🧩 Plugin & extension documentation
- 📚 API reference & pipeline usage
- 🗂 File uploads & RAG integration
- 🤖 Developer contribution guide
📝 Contributing
Contributions are welcome! Please read the contributing guide for details.
🌐 Live Docs
👉 Visit the docs: docs.openwebui.com
Description
Languages
JavaScript
31.2%
CSS
27.5%
TypeScript
21%
Python
20.3%