We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3b53b commit a749136Copy full SHA for a749136
site/src/layouts/DocsLayout.astro
@@ -97,10 +97,10 @@ if (frontmatter.toc) {
97
<use xlink:href="#chevron-expand" />
98
</svg>
99
</button>
100
- <strong class="d-none d-md-block h6 my-2 ms-3">On this page</strong>
+ <strong class="d-none d-md-block h6 my-2 ms-3" id="docs-tocs">On this page</strong>
101
<hr class="d-none d-md-block my-2 ms-3" />
102
<div class="collapse bd-toc-collapse" id="tocContents">
103
- <nav id="TableOfContents">
+ <nav id="TableOfContents" aria-labelledby="docs-tocs">
104
<TableOfContents headings={headings} />
105
</nav>
106
</div>
0 commit comments