[Design Proposal] Documentation Site for Agent Manager #241
AnoshanJ
started this conversation in
Design Proposals
Replies: 3 comments 1 reply
-
|
@AnoshanJ Shall we update the document with the decision to proceed with the docusaurus and details on the implementation? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Design Proposal updated on 02/02/2026 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Design Proposal updated on 13/02/2026 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The platform needs a scalable documentation portal. Current docs are fragmented across READMEs, leading to:
Current State (2/2/2026):
The documentation site has been implemented using Docusaurus, with an initial release (https://wso2.github.io/agent-manager/). LLM readiness (llms.txt), algolia search integration, copy as markdown/ai chat options are functional and complete.
User Stories
Existing Solutions
Docusaurus
Widely used open-source documentation framework.
Docs-as-code model with Markdown/MDX and React customization.
Strong community support and extensibility.
Free but Requires self-hosting and manual integration for advanced features (e.g., AI readiness).
Mintlify
Paid and Hosted, documentation platform with an AI-first approach.
Built-in support for API documentation, semantic search, and AI assistants.
Automatically provides LLM-friendly formats (e.g., llms.txt).
Less control at the infrastructure level and introduces vendor dependency.
Current workaround
Documentation is fragmented across README files and repositories.
No single authoritative documentation portal for the platform.
Proposed Solution
Based on the evaluation conducted (See older version of document), we have decided to proceed with Docusaurus as the documentation framework for the platform.
Docusaurus provides a scalable, docs-as-code approach that aligns well with our Git-based development workflow and long-term maintenance goals.
Key reasons for this decision:
The Docusaurus-based documentation site has been successfully implemented, and Version 1 (V1) of the documentation was released on 30/01/2026. This includes the core documentation structure and initial content.
Next Steps:
llms.txt) to improve AI indexingAlternatives Considered
No response
Open Questions
No response
Milestones
llms.txt, enable search, and introduce AI-assisted documentation capabilities.Beta Was this translation helpful? Give feedback.
All reactions