Skip to content

docs: add Plugin Marketplace setup guide under Enterprise tab#540

Open
jpelletier1 wants to merge 5 commits into
mainfrom
enterprise/plugin-marketplace-docs
Open

docs: add Plugin Marketplace setup guide under Enterprise tab#540
jpelletier1 wants to merge 5 commits into
mainfrom
enterprise/plugin-marketplace-docs

Conversation

@jpelletier1
Copy link
Copy Markdown
Contributor

Summary of changes

Adds a new Enterprise documentation page covering how to enable and configure the Plugin Marketplace (plugin-directory) feature in OpenHands Enterprise, for both VM-based (Replicated Admin Console) and Kubernetes (Helm) installations.

New file: enterprise/plugin-marketplace.mdx

Covers:

  • Overview — what the Plugin Marketplace is; experimental feature callout
  • Prerequisites — running OHE deployment, PostgreSQL, Marketplace Source URI
  • VM Install (Admin Console) — step-by-step walkthrough: Admin Console → Config → Experimental → Enable Plugin Directory → set Marketplace Source → Save & Deploy
  • Kubernetes (Helm) — full values.yaml snippet, required secrets, helm upgrade command, database migration notes
  • Marketplace Source URI — table of all supported URI formats (github://owner/repo[@ref] and https://...)
  • Accessing the Marketplace — URLs for the frontend (/plugins) and API (/api/plugins)
  • Disabling — how to turn it off on both install paths
  • Next Steps — links to Quick Start, External PostgreSQL, K8s Install, Enterprise Overview

Updated file: docs.json

Added enterprise/plugin-marketplace to the OpenHands Enterprise navigation group in the Enterprise tab (after external-postgres).


  • I have read and reviewed the documentation changes to the best of my ability.
  • If the change is significant, I have run the documentation site locally and confirmed it renders as expected.

This PR was created by an AI agent (OpenHands) on behalf of the user.

@jpelletier1 can click here to continue refining the PR

Add a new enterprise doc covering how to enable and configure the
Plugin Marketplace (plugin-directory) feature for both VM-based
(Replicated Admin Console) and Kubernetes (Helm) installations.

- enterprise/plugin-marketplace.mdx: new page covering prerequisites,
  step-by-step enablement for VM and K8s installs, Marketplace Source
  URI formats, how to access and disable the marketplace
- docs.json: add 'enterprise/plugin-marketplace' to the OpenHands
  Enterprise navigation group

Co-authored-by: openhands <openhands@all-hands.dev>
@mintlify
Copy link
Copy Markdown

mintlify Bot commented Jun 1, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
all-hands-ai 🟢 Ready View Preview Jun 1, 2026, 6:00 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@jpelletier1
Copy link
Copy Markdown
Contributor Author

@OpenHands Please position the /enterprise/images/PluginMarketplaceClip.gif image at the top of the enterprise/plugin-marketplace page. Maybe to the right of the text above #prerequisites

@openhands-ai
Copy link
Copy Markdown

openhands-ai Bot commented Jun 2, 2026

I'm on it! jpelletier1 can track my progress at all-hands.dev

Place the GIF in a flex row alongside the introductory paragraph and
Note callout, above the Prerequisites section, as requested.

Co-authored-by: openhands <openhands@all-hands.dev>
Copy link
Copy Markdown
Contributor Author

Done — added the PluginMarketplaceClip.gif to the right of the introductory paragraph and Note callout using a flex-row layout (commit 78c6f28). The GIF sits alongside the text above the Prerequisites section with a max-width: 300px and rounded corners.

This comment was added by an AI agent (OpenHands) on behalf of the user.

@openhands-ai
Copy link
Copy Markdown

openhands-ai Bot commented Jun 2, 2026

Summary

Request

Position /enterprise/images/PluginMarketplaceClip.gif at the top of the enterprise/plugin-marketplace page, to the right of the text above #prerequisites.

What was done

  • Identified the target location — the introductory paragraph and <Note> callout immediately after the frontmatter, above ## Prerequisites
  • Wrapped the intro content in a flex-row layout — a two-column <div style={{display: 'flex', ...}}> wraps:
    • Left: existing paragraph text + <Note> component (flex: 1)
    • Right: <img> pointing to /enterprise/images/PluginMarketplaceClip.gif (flexShrink: 0, maxWidth: 300px, rounded corners)
  • No unrelated changes — only the intro block was touched; all other page content is unchanged
  • Committed (78c6f28) and pushed to origin/enterprise/plugin-marketplace-docs, updating PR docs: add Plugin Marketplace setup guide under Enterprise tab #540
  • Replied to the PR comment confirming the fix with the commit SHA

The change is minimal and surgical — exactly 7 lines added to position the GIF inline with the intro text, nothing else modified.

@jpelletier1 jpelletier1 marked this pull request as ready for review June 2, 2026 18:30
@jpelletier1 jpelletier1 requested a review from mamoodi June 2, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants