CSS Layouts

Learn how to structure your SaaS app.

CSS Layout System

This is an example of adding a new section under the CSS documentation.

How the Sidebar Works

Nuxt Content reads the content/ directory. If you place a folder like 2.layouts under 4.CSS, it will automatically appear in the sidebar dropdown for CSS.

You can customize the icon and title using the YAML frontmatter at the top of the file:

---
title: CSS Layouts
navigation:
  icon: i-lucide-layout-template
---