Architecture
Architecture
Section titled “Architecture”This section documents the content architecture of xrmghost-docs: where public documentation lives, how it is consumed, and the rules around manually authored versus auto-generated content.
Pages in This Section
Section titled “Pages in This Section”| Page | Description |
|---|---|
| Source of Truth | Establishes xrmghost-docs as the canonical public content source and explains how the user portal consumes it. |
Overview
Section titled “Overview”All public documentation for XrmGhost is authored and maintained in this repository. The content architecture is designed to:
- Centralize documentation — All content lives here and flows to the user portal
- Support auto-generated content — CLI reference and other generated docs plug in through well-defined integration points
- Enable collaboration — Contributors can raise PRs against
devwith confidence about what they’re editing
How Documentation Flows
Section titled “How Documentation Flows”- Authors edit
.mdxfiles in this repo - PR review by the Documentation or product team
- Merge to
devbranch - Portal publishes by advancing its submodule pointer
For details on how content is sourced and structured, see Source of Truth.
Contributing
Section titled “Contributing”See Contributing for guidelines on how to add or update documentation.