chitralverma opened a new pull request, #7880: URL: https://github.com/apache/opendal/pull/7880
# Which issue does this PR close? No tracking issue. # Rationale for this change The layers and types API pages render each class twice. Each entry has a manual Markdown `## <Name>` heading before the mkdocstrings block, and mkdocstrings also renders its own heading for the class, producing two headings (and two table-of-contents entries) per class. The single-class pages (e.g. `operator.md`) omit the manual heading and render once. # What changes are included in this PR? Remove the redundant manual `## <Name>` headings from `docs/api/layers.md` and `docs/api/types.md` so each class renders a single heading via mkdocstrings. # Are there any user-facing changes? Docs only. Each class now appears once on its API page. # AI Usage Statement Implemented with an AI coding agent (opencode, Claude Opus). Validated with `mkdocs build`. -- 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]
