[PR #920] [MERGED] docs: Revamp Enterprise section and add Customer Stories page #908

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/920
Author: @peetuhr
Created: 12/23/2025
Status: Merged
Merged: 1/1/2026
Merged by: @tjbck

Base: mainHead: main


📝 Commits (10+)

📊 Changes

9 files changed (+435 additions, -98 deletions)

View changed files

docs/enterprise/architecture.md (+63 -0)
docs/enterprise/customers/_category_.json (+0 -8)
docs/enterprise/customers/index.mdx (+36 -0)
docs/enterprise/customization.md (+36 -0)
📝 docs/enterprise/index.mdx (+45 -90)
docs/enterprise/integration.md (+58 -0)
docs/enterprise/partners.md (+34 -0)
docs/enterprise/security.md (+94 -0)
docs/enterprise/support.md (+69 -0)

📄 Description

Description

Comprehensive revamp of the "Open WebUI for Enterprise" documentation. The goal was to communicate OWUI values for decision makers, and create a scalable structure for future partners and case studies.

Changes

  • Refactored Index: Updated index.mdx to focus on Enterprise value props.
  • New Architecture Page: Added architecture.md detailing scalability and HA.
  • New Security Page: Added security.md covering compliance (SOC2/HIPAA) and IAM.
  • New Support Page: Added support.md to clearly define paid support tiers vs. community help.
  • New Customization Page: Added customization.md to explain white-labeling and extension boundaries.
  • Partners Page: Created partners.md to funnel Agencies/Resellers away from direct sales pipelines.
  • Customer Stories: Converted the customers folder to use an index.mdx landing page, featuring the Samsung case study and a call-to-action for new stories.
  • Cleanup: Deleted the deprecated _category_.json in the customers folder to support the new index page.

🔄 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/920 **Author:** [@peetuhr](https://github.com/peetuhr) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 1/1/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`724a246`](https://github.com/open-webui/docs/commit/724a2461f005fd1c71bb7ef614cceb79f47e9a8b) Update index.mdx - [`c5efbb1`](https://github.com/open-webui/docs/commit/c5efbb1d3a867274185a2001c54f62cd861fd5ad) Add files via upload - [`3b8370c`](https://github.com/open-webui/docs/commit/3b8370cc111bbfe6234b89f5c243b74ee2c277c3) Update partners.md - [`134d4eb`](https://github.com/open-webui/docs/commit/134d4eb72cce4e93363ec356550bf0cc2b25f352) Add files via upload - [`3cfaf7b`](https://github.com/open-webui/docs/commit/3cfaf7bc76f91a2dea6f379eca272ce00227bf60) Update architecture.md - [`6b677a5`](https://github.com/open-webui/docs/commit/6b677a52662b44e04abffda96a0dffbfa7ad44ee) Update architecture.md - [`9b890da`](https://github.com/open-webui/docs/commit/9b890daa160ed1793bb95fc68305932e1210db20) Add files via upload - [`dfff36a`](https://github.com/open-webui/docs/commit/dfff36af53e53981a45dfbd8b094a37e5d3d3328) Delete docs/enterprise/security.md - [`96de5ae`](https://github.com/open-webui/docs/commit/96de5ae944c47ba202096b4b53308f3265bd2c9d) Add files via upload - [`96bd211`](https://github.com/open-webui/docs/commit/96bd2115bb95c2e000ae832860d7a3dda1dec90c) Update security.md ### 📊 Changes **9 files changed** (+435 additions, -98 deletions) <details> <summary>View changed files</summary> ➕ `docs/enterprise/architecture.md` (+63 -0) ➖ `docs/enterprise/customers/_category_.json` (+0 -8) ➕ `docs/enterprise/customers/index.mdx` (+36 -0) ➕ `docs/enterprise/customization.md` (+36 -0) 📝 `docs/enterprise/index.mdx` (+45 -90) ➕ `docs/enterprise/integration.md` (+58 -0) ➕ `docs/enterprise/partners.md` (+34 -0) ➕ `docs/enterprise/security.md` (+94 -0) ➕ `docs/enterprise/support.md` (+69 -0) </details> ### 📄 Description ## Description Comprehensive revamp of the "Open WebUI for Enterprise" documentation. The goal was to communicate OWUI values for decision makers, and create a scalable structure for future partners and case studies. ## Changes - **Refactored Index:** Updated `index.mdx` to focus on Enterprise value props. - **New Architecture Page:** Added `architecture.md` detailing scalability and HA. - **New Security Page:** Added `security.md` covering compliance (SOC2/HIPAA) and IAM. - **New Support Page:** Added `support.md` to clearly define paid support tiers vs. community help. - **New Customization Page:** Added `customization.md` to explain white-labeling and extension boundaries. - **Partners Page:** Created `partners.md` to funnel Agencies/Resellers away from direct sales pipelines. - **Customer Stories:** Converted the `customers` folder to use an `index.mdx` landing page, featuring the Samsung case study and a call-to-action for new stories. - **Cleanup:** Deleted the deprecated `_category_.json` in the customers folder to support the new index page. --- <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:35 -05:00
yindo closed this issue 2026-02-15 18:16:35 -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#908