[PR #537] [MERGED] Fix valves documentation #592

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/537
Author: @thiswillbeyourgithub
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @tjbck

Base: mainHead: enh_valves


📝 Commits (7)

  • 7253830 new: mention Literal to give choice to the user
  • de65056 fix: indentation
  • dea3f57 new: move valve to its own section
  • 0ceb244 fix: deduplicate the valve page and linke to the dedicated page
  • 90badfc fix: remove very old versioned message
  • 88e11a4 ran prettier write
  • adfa5ed fix: update the other valves page for pipelines

📊 Changes

4 files changed (+75 additions, -238 deletions)

View changed files

📝 docs/features/plugin/migration/index.mdx (+1 -1)
📝 docs/features/plugin/tools/development.mdx (+2 -184)
📝 docs/features/plugin/valves/index.mdx (+69 -52)
📝 docs/pipelines/valves.md (+3 -1)

📄 Description

  • new: mention Literal to give choice to the user
  • fix: indentation
  • new: move valve to its own section
  • fix: deduplicate the valve page and linke to the dedicated page
  • fix: remove very old versioned message

After discovering by change in a github discussion that Valves supported multiple choice strings, I decided to make a PR. But along the way noticed that the valves documentation page was broken: it was duplicated (as a single page + as a section in the tools page), didn't make it clear that it supported pipe, pipelines, filters and tools, etc so I fixed those in this PR


🔄 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/537 **Author:** [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `enh_valves` --- ### 📝 Commits (7) - [`7253830`](https://github.com/open-webui/docs/commit/7253830b10b6f9d62d56b29daec9d1961621e7f7) new: mention Literal to give choice to the user - [`de65056`](https://github.com/open-webui/docs/commit/de65056c074b49bc8551a8c88e912c93f61048f4) fix: indentation - [`dea3f57`](https://github.com/open-webui/docs/commit/dea3f578de7af0a3f87f6bfda37207028c6ed0d3) new: move valve to its own section - [`0ceb244`](https://github.com/open-webui/docs/commit/0ceb244e739b092860c90e254114e0e3939333a3) fix: deduplicate the valve page and linke to the dedicated page - [`90badfc`](https://github.com/open-webui/docs/commit/90badfc70871d0be4f1b9cbdfa3ea8f2240881e5) fix: remove very old versioned message - [`88e11a4`](https://github.com/open-webui/docs/commit/88e11a49bf47c2e966dbc045b78bef91d541d5c5) ran prettier write - [`adfa5ed`](https://github.com/open-webui/docs/commit/adfa5ed0cf8cf9291c4cd396e242eccfbf3f69a9) fix: update the other valves page for pipelines ### 📊 Changes **4 files changed** (+75 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/plugin/migration/index.mdx` (+1 -1) 📝 `docs/features/plugin/tools/development.mdx` (+2 -184) 📝 `docs/features/plugin/valves/index.mdx` (+69 -52) 📝 `docs/pipelines/valves.md` (+3 -1) </details> ### 📄 Description - **new: mention Literal to give choice to the user** - **fix: indentation** - **new: move valve to its own section** - **fix: deduplicate the valve page and linke to the dedicated page** - **fix: remove very old versioned message** After discovering by change in a [github discussion](https://github.com/open-webui/open-webui/discussions/3134#discussioncomment-13070278) that Valves supported multiple choice strings, I decided to make a PR. But along the way noticed that the valves documentation page was broken: it was duplicated (as a single page + as a section in the tools page), didn't make it clear that it supported pipe, pipelines, filters and tools, etc so I fixed those in this PR --- <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:01 -05:00
yindo closed this issue 2026-02-15 18:15:01 -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#592