[PR #841] [MERGED] sync #851

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/841
Author: @Classic298
Created: 11/23/2025
Status: Merged
Merged: 11/23/2025
Merged by: @Classic298

Base: devHead: main


📝 Commits (10+)

  • 806ef33 fix: banner object properties
  • 7b723ce docs: Add warning about tool package version conflicts
  • a749be6 Merge pull request #835 from silentoplayz/docs-tool-version-warning
  • 14c3017 Merge pull request #828 from ndrsfel/fix-banner-object-properties
  • b5c5a07 Update license.mdx
  • cf31c65 Update license.mdx
  • 27c8d44 Update license.mdx
  • aba729d Update license.mdx
  • 0c11267 Update env-configuration.mdx
  • 299090d docs: Enhance Gemini documentation

📊 Changes

14 files changed (+595 additions, -225 deletions)

View changed files

📝 docs/features/channels/index.md (+128 -1)
📝 docs/features/image-generation-and-editing/gemini.md (+31 -1)
📝 docs/features/interface/banners.md (+2 -2)
docs/features/notes.md (+162 -0)
📝 docs/features/plugin/tools/development.mdx (+12 -0)
📝 docs/features/workspace/models.md (+107 -32)
📝 docs/getting-started/env-configuration.mdx (+21 -0)
📝 docs/license.mdx (+77 -66)
📝 package-lock.json (+28 -3)
📝 package.json (+1 -0)
📝 src/components/SidebarBanners.tsx (+10 -59)
📝 src/components/Sponsors/SidebarBanner.tsx (+3 -1)
📝 src/components/Sponsors/TopBanner.tsx (+3 -1)
📝 src/components/TopBanners.tsx (+10 -59)

📄 Description

No description provided


🔄 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/841 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`806ef33`](https://github.com/open-webui/docs/commit/806ef331ff3491ceedc086bd2d16087e5fdf27db) fix: banner object properties - [`7b723ce`](https://github.com/open-webui/docs/commit/7b723ceede2b1ade0262b6e023e7b37adf0c57f9) docs: Add warning about tool package version conflicts - [`a749be6`](https://github.com/open-webui/docs/commit/a749be6d9fc1e67cf4e7695cdf91d89f4ae66946) Merge pull request #835 from silentoplayz/docs-tool-version-warning - [`14c3017`](https://github.com/open-webui/docs/commit/14c301712a54a2248682a4a3c5c49a3ef6bdc6e6) Merge pull request #828 from ndrsfel/fix-banner-object-properties - [`b5c5a07`](https://github.com/open-webui/docs/commit/b5c5a07637ac3b8e3ca7d00bb100626eb8b3f645) Update license.mdx - [`cf31c65`](https://github.com/open-webui/docs/commit/cf31c65121a493a040ef23fa8e1ed10eebf165bd) Update license.mdx - [`27c8d44`](https://github.com/open-webui/docs/commit/27c8d44718da5dfa30de14dba914244056952e4e) Update license.mdx - [`aba729d`](https://github.com/open-webui/docs/commit/aba729d9ac96e48eb56a019f0934a39d7918892a) Update license.mdx - [`0c11267`](https://github.com/open-webui/docs/commit/0c112670f2b9d1e9f79dea9f16cb01e2d19375cd) Update env-configuration.mdx - [`299090d`](https://github.com/open-webui/docs/commit/299090dc5d422a7d1cd55004bedc34f94afcc3b7) docs: Enhance Gemini documentation ### 📊 Changes **14 files changed** (+595 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/channels/index.md` (+128 -1) 📝 `docs/features/image-generation-and-editing/gemini.md` (+31 -1) 📝 `docs/features/interface/banners.md` (+2 -2) ➕ `docs/features/notes.md` (+162 -0) 📝 `docs/features/plugin/tools/development.mdx` (+12 -0) 📝 `docs/features/workspace/models.md` (+107 -32) 📝 `docs/getting-started/env-configuration.mdx` (+21 -0) 📝 `docs/license.mdx` (+77 -66) 📝 `package-lock.json` (+28 -3) 📝 `package.json` (+1 -0) 📝 `src/components/SidebarBanners.tsx` (+10 -59) 📝 `src/components/Sponsors/SidebarBanner.tsx` (+3 -1) 📝 `src/components/Sponsors/TopBanner.tsx` (+3 -1) 📝 `src/components/TopBanners.tsx` (+10 -59) </details> ### 📄 Description _No description provided_ --- <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:16:24 -05:00
yindo closed this issue 2026-02-15 18:16:24 -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#851