[PR #342] [MERGED] docs(billing): add Plans & Billing documentation #341

Closed
opened 2026-02-15 17:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/onyx-dot-app/documentation/pull/342
Author: @nmgarza5
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @nmgarza5

Base: mainHead: nikg/ee-license-docs


📝 Commits (3)

  • ca743bf docs: add Plans & Billing documentation
  • f71fccd chore: remove Open in Onyx contextual option
  • 3e13917 chore: convert accordions to subheadings and move billing to bottom of sidebar

📊 Changes

7 files changed (+292 additions, -17 deletions)

View changed files

📝 admins/ai_models/azure_openai.mdx (+1 -1)
admins/billing/manage.mdx (+82 -0)
admins/billing/overview.mdx (+69 -0)
admins/billing/subscribing.mdx (+49 -0)
admins/billing/troubleshooting.mdx (+77 -0)
📝 admins/overview.mdx (+4 -0)
📝 docs.json (+10 -16)

📄 Description

Description

Adds a new Plans & Billing documentation section under Admins, covering:

  • Overview — Plan comparison (Business vs Enterprise), Cloud vs Self-Hosted differences, and navigation to sub-pages
  • Subscribe — Step-by-step subscription flow for both Cloud and Self-Hosted deployments, including automatic license activation for self-hosted
  • Manage — Seat management, Stripe customer portal access, and air-gapped license activation for offline deployments
  • Troubleshooting — All error states: locked out (expired subscription / seat limit exceeded), enterprise features unavailable, Stripe connectivity issues, and license validation failures

Also adds a "Plans & Billing" card to the admin overview page and updates docs.json navigation.


🔄 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/onyx-dot-app/documentation/pull/342 **Author:** [@nmgarza5](https://github.com/nmgarza5) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@nmgarza5](https://github.com/nmgarza5) **Base:** `main` ← **Head:** `nikg/ee-license-docs` --- ### 📝 Commits (3) - [`ca743bf`](https://github.com/onyx-dot-app/documentation/commit/ca743bf4b391a54961bb02dc05ac8e26080e0718) docs: add Plans & Billing documentation - [`f71fccd`](https://github.com/onyx-dot-app/documentation/commit/f71fccda384774dab5966d7cd27728c7d1c68813) chore: remove Open in Onyx contextual option - [`3e13917`](https://github.com/onyx-dot-app/documentation/commit/3e1391753720ed6a0c0d7b8e0436c68a531787a8) chore: convert accordions to subheadings and move billing to bottom of sidebar ### 📊 Changes **7 files changed** (+292 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `admins/ai_models/azure_openai.mdx` (+1 -1) ➕ `admins/billing/manage.mdx` (+82 -0) ➕ `admins/billing/overview.mdx` (+69 -0) ➕ `admins/billing/subscribing.mdx` (+49 -0) ➕ `admins/billing/troubleshooting.mdx` (+77 -0) 📝 `admins/overview.mdx` (+4 -0) 📝 `docs.json` (+10 -16) </details> ### 📄 Description ## Description Adds a new **Plans & Billing** documentation section under Admins, covering: - **Overview** — Plan comparison (Business vs Enterprise), Cloud vs Self-Hosted differences, and navigation to sub-pages - **Subscribe** — Step-by-step subscription flow for both Cloud and Self-Hosted deployments, including automatic license activation for self-hosted - **Manage** — Seat management, Stripe customer portal access, and air-gapped license activation for offline deployments - **Troubleshooting** — All error states: locked out (expired subscription / seat limit exceeded), enterprise features unavailable, Stripe connectivity issues, and license validation failures Also adds a "Plans & Billing" card to the admin overview page and updates `docs.json` navigation. --- <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 17:15:56 -05:00
yindo closed this issue 2026-02-15 17:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onyx-dot-app/documentation#341