Commit 2025-11-14 11:51 9e7ac09f

View on Github →

doc(Archive): ensure only a single H1 header per file (#31384) This PR ensures we only have a single H1 header per lean file in the Archive subdirectory. We do this for the following reasons:

  • Having more than one H1 header per file is likely to hamper both assistive technologies and SEO, since it introduces ambiguity about what the title of the resulting webpage actually is.
  • The documentation style guide asks for the title of the file to be H1, any other header in the file-level docstring to be H2, and sectioning headers to be H3.

Estimated changes