Guide
Accessibility
Complete guide for Accessibility in WebDocs — responsive, dark-mode aware, and accessible.
📝
Template page — add your content
Edit accessibility.html and replace this section with your real documentation. All navigation, dark mode, search, and responsiveness are fully functional.
Overview
This section documents Accessibility in WebDocs. The page shell — header, sidebar, search modal, reading progress, back-to-top, and dark mode toggle — are complete and production-ready.
Refer to the Component Library for all available UI blocks you can use on this page.
Quick Example
html
<!-- Accessibility example code goes here -->
<h2 class="section-title" id="my-section">My Section</h2>
<p>Your content here.</p>