A clean and responsive documentation layout with a collapsible left table-of-contents. Table of Contents ▼ 1. Overview 2. Getting Started2.1 Setup 2.2 First Example 3. Modules 4. FAQ 1. Overview This page is designed as a documentation-style single page, ideal for product guides, API documentation, onboarding manuals, or a general-purpose Wiki. Tip: This layout is 100% CSS-only and safe for Blogspot (all classes are namespaced). 2. Getting Started In this section, we introduce how to quickly set up the page inside Blogspot. 2.1 Setup Create a new Blogspot Page. Switch to HTML editing mode. Paste this entire template and publish. 2.2 First Example Example of a code block inside the Wiki: <div class="sawell-wiki-note"> This is a highlighted note. </div> 3. Modules Document each module of your product here, such as authentication, editor, analytics, etc. 3.1 Module A Describe what this module does and when to use it. 3.2 Module B You can expand the Wiki ...