From 480369a302b15749aafc82feb001fa23db8edbd6 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Mon, 5 May 2025 18:19:06 -0700 Subject: Remove extra User Guide readthedocs TOC entries by turning extra H1 headings into H2 (#6986) readthedocs treats H1 headings as document titles in the sidebar table of contents. This change turns all extra H1 headings into H2 in the "Metal-Specific Functionalities" doc. These extra H1 headings seem to be errors, given that they are inconsistent, and the H2s after them do not belong. For examples, the heading "Resource Types" is H2, but "Array Types" is H1, and "Mesh Shader Support" is H1, but the following "Header Inclusions and Namespace" is not a subtopic of the Mesh Shader Support. --- docs/user-guide/toc.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index b662c278e..13f6e9f03 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -217,6 +217,9 @@
  • System-Value semantics
  • Interpolation Modifiers
  • Resource Types
  • +
  • Array Types
  • +
  • Matrix Layout
  • +
  • Mesh Shader Support
  • Header Inclusions and Namespace
  • Parameter blocks and Argument Buffers
  • Struct Parameter Flattening
  • -- cgit v1.2.3