Classic298 b937806130 Fix generate-raw-docs regex on Windows
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.
2026-07-02 22:44:16 +02:00
2025-10-09 12:47:06 -04:00
2026-07-01 00:29:13 -05:00
2026-07-02 15:40:08 -05:00
2025-12-20 18:42:37 +01:00
2024-09-26 01:51:00 +02:00
2024-09-26 01:53:07 +02:00
2024-09-26 01:51:00 +02:00
2026-07-02 15:40:08 -05:00
2024-09-26 01:53:16 +02:00
2026-04-02 19:17:34 -05:00
2026-07-02 15:36:26 -05:00
2026-02-14 01:03:59 +01:00
2024-09-26 01:51:58 +02:00

👋 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

Languages
JavaScript 31.2%
CSS 27.5%
TypeScript 21%
Python 20.3%