ArafatKhan2198 opened a new pull request, #508: URL: https://github.com/apache/ozone-site/pull/508
## What changes were proposed in this pull request? The Recon Web UI documentation was previously a single monolithic file covering all UI pages with minimal detail per page. This PR restructures it into a proper folder (`01-recon-web-ui/`) to support per-page documentation that will be added in follow-up JIRAs. Changes: - Replaces `01-recon-web-ui.md` with `01-recon-web-ui/README.mdx` — a landing page covering the intro, navigation, and shared UI conventions (Auto Reload, data freshness, Limit selector). - Adds `01-overview.mdx` — detailed Overview page documentation. - Moves the Cluster Capacity page (`03-recon-capacity-distribution.md`) into the folder as `02-capacity.mdx` since it documents a Web UI screen, not a standalone topic. - Converts relevant files from `.md` to `.mdx`. - Updates the one inbound link to the Capacity page in the storage capacity planning doc. - Adds `sidebar_label` frontmatter to the REST API page for consistency. ## What is the link to the Apache Jira? https://issues.apache.org/jira/browse/HDDS-15964 ## How was this patch tested? Verified locally using the Docusaurus preview. All image references resolve in their new locations. No dangling links remain — confirmed by grep across `docs/` and `src/`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
