Adds a new, detailed guide for connecting Open WebUI to a Notion workspace using the Model Context Protocol (MCP).
This documentation covers the entire setup process, from creating an internal integration in Notion to configuring the tool in Open WebUI using both Streamable HTTP and local CLI methods. It also includes usage examples and troubleshooting tips.
Replaces the existing "Deployment" index.mdx page with a new version that features an improved layout and updated content.
This change introduces a cleaner, more organized page for community-submitted guides and videos. It includes a dedicated video gallery using a CSS grid for better presentation and a call to action for content creators.
- Move all image-generation content into docs/image-generation-and-editing/
- Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation)
- Explain how to set node IDs in Open WebUI
- Add example setups for Qwen and FLUX.1 models
- Fix broken links and tidy formatting
This commit strengthens the warnings in the Redis and Nginx Proxy Manager documentation regarding the `C-S_ALLOW_ORIGIN` environment variable.
- Replaced the `:::tip` block with a more prominent `:::danger` block in both files.
- Clarified that a misconfigured `CORS_ALLOW_ORIGIN` is a common and difficult-to-debug cause of WebSocket connection failures, especially in production or reverse-proxied setups.
- Emphasized that this step is critical and should not be skipped.
Creates a new documentation page for the Exa AI web search engine.
This page provides a comprehensive guide that includes:
- An overview of Exa AI's features.
- A clear explanation of its credit-based pricing model, including the initial free credits for new users.
- Step-by-step instructions on how to obtain an API key.
- Configuration details for setting up the integration in Open WebUI, both through the admin panel and via environment variables.
Adds a tip to the Redis integration documentation to mention the necessity of `CORS_ALLOW_ORIGIN` for WebSocket connections. This is a common issue that can be difficult to debug.