Guide
Theming
Complete guide for Theming in WebDocs — responsive, dark-mode aware, and accessible.
📝
Template page — add your content
Edit theming.html and replace this section with your real documentation. All navigation, dark mode, search, and responsiveness are fully functional.
Overview
This section documents Theming 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
<!-- Theming example code goes here -->
<h2 class="section-title" id="my-section">My Section</h2>
<p>Your content here.</p>