[PR #640] [MERGED] merge main into dev #680

Closed
opened 2026-02-15 18:15:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/640
Author: @Classic298
Created: 8/1/2025
Status: Merged
Merged: 8/3/2025
Merged by: @Classic298

Base: devHead: main


📝 Commits (10+)

  • 6413075 doc: add doc for flag ENABLE_VERSION_UPDATE_CHECK
  • c5b03fd feat(docs): add json for docling
  • f5993b6 feat(integrations): add iterm2 ai plugin guide
  • 78efcaa Added in more instructions, and included docker-compose instructions.
  • 7ef978c Prompt Variables
  • 54095de Update prompts.md
  • 3097934 Merge pull request #607 from drohbo/main
  • 5980445 Merge pull request #602 from headwAI-GmbH/add-new-update-check-flag
  • e4c0f13 Update prompts.md
  • 2b170d3 fix JWT_EXPIRES_IN type

📊 Changes

36 files changed (+1961 additions, -280 deletions)

View changed files

📝 docs/enterprise/index.mdx (+10 -1)
📝 docs/features/chat-features/conversation-organization.md (+26 -5)
📝 docs/features/document-extraction/docling.md (+26 -3)
📝 docs/features/plugin/events/index.mdx (+14 -14)
📝 docs/features/sso/index.mdx (+22 -4)
📝 docs/features/workspace/prompts.md (+130 -5)
📝 docs/getting-started/advanced-topics/development.md (+27 -10)
📝 docs/getting-started/advanced-topics/monitoring/index.md (+0 -0)
docs/getting-started/advanced-topics/monitoring/otel.md (+110 -0)
docs/getting-started/advanced-topics/observability.md (+0 -145)
📝 docs/getting-started/env-configuration.md (+134 -17)
📝 docs/getting-started/quick-start/index.mdx (+7 -0)
docs/getting-started/quick-start/starting-with-functions.mdx (+94 -0)
docs/getting-started/quick-start/tab-docker/PodmanKubePlay.md (+69 -0)
📝 docs/license.mdx (+1 -1)
📝 docs/openapi-servers/index.mdx (+23 -0)
docs/troubleshooting/sso.mdx (+80 -0)
docs/tutorials/https-caddy.md (+141 -0)
docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md (+780 -0)
📝 docs/tutorials/integrations/continue-dev.md (+132 -67)

...and 16 more files

📄 Description

make dev branch up to date


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/640 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`6413075`](https://github.com/open-webui/docs/commit/641307529428acf78c6309207a9bcb3656f5c3ed) doc: add doc for flag ENABLE_VERSION_UPDATE_CHECK - [`c5b03fd`](https://github.com/open-webui/docs/commit/c5b03fd8f3a6b1b5df886bd03bc212a3af469500) feat(docs): add json for docling - [`f5993b6`](https://github.com/open-webui/docs/commit/f5993b619fea5bedf2bb0e4eff97ca3b24a6a249) feat(integrations): add iterm2 ai plugin guide - [`78efcaa`](https://github.com/open-webui/docs/commit/78efcaa8111ac1bcec56b3e1a430edcb3ee55629) Added in more instructions, and included docker-compose instructions. - [`7ef978c`](https://github.com/open-webui/docs/commit/7ef978c87690bc11111834acf322951d1763882c) Prompt Variables - [`54095de`](https://github.com/open-webui/docs/commit/54095de467a742ef9ec0f292f06d9a3a0e61b758) Update prompts.md - [`3097934`](https://github.com/open-webui/docs/commit/309793479e4034f74e7216c7ee4770497a8d3de1) Merge pull request #607 from drohbo/main - [`5980445`](https://github.com/open-webui/docs/commit/5980445d5e11dc26e6c7d223545b4a87832c7bbc) Merge pull request #602 from headwAI-GmbH/add-new-update-check-flag - [`e4c0f13`](https://github.com/open-webui/docs/commit/e4c0f13bdbbb4ed320385b564622f500dba646f8) Update prompts.md - [`2b170d3`](https://github.com/open-webui/docs/commit/2b170d3cafb2e7f5d2558abf18c5f3512cc3f6db) fix JWT_EXPIRES_IN type ### 📊 Changes **36 files changed** (+1961 additions, -280 deletions) <details> <summary>View changed files</summary> 📝 `docs/enterprise/index.mdx` (+10 -1) 📝 `docs/features/chat-features/conversation-organization.md` (+26 -5) 📝 `docs/features/document-extraction/docling.md` (+26 -3) 📝 `docs/features/plugin/events/index.mdx` (+14 -14) 📝 `docs/features/sso/index.mdx` (+22 -4) 📝 `docs/features/workspace/prompts.md` (+130 -5) 📝 `docs/getting-started/advanced-topics/development.md` (+27 -10) 📝 `docs/getting-started/advanced-topics/monitoring/index.md` (+0 -0) ➕ `docs/getting-started/advanced-topics/monitoring/otel.md` (+110 -0) ➖ `docs/getting-started/advanced-topics/observability.md` (+0 -145) 📝 `docs/getting-started/env-configuration.md` (+134 -17) 📝 `docs/getting-started/quick-start/index.mdx` (+7 -0) ➕ `docs/getting-started/quick-start/starting-with-functions.mdx` (+94 -0) ➕ `docs/getting-started/quick-start/tab-docker/PodmanKubePlay.md` (+69 -0) 📝 `docs/license.mdx` (+1 -1) 📝 `docs/openapi-servers/index.mdx` (+23 -0) ➕ `docs/troubleshooting/sso.mdx` (+80 -0) ➕ `docs/tutorials/https-caddy.md` (+141 -0) ➕ `docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md` (+780 -0) 📝 `docs/tutorials/integrations/continue-dev.md` (+132 -67) _...and 16 more files_ </details> ### 📄 Description make dev branch up to date --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:31 -05:00
yindo closed this issue 2026-02-15 18:15:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#680