CSS Layouts
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
---
CSS Documentation
Welcome to the CSS styling documentation for NLFTs. This guide will help you configure and style your application for our developer program.
JavaScript Documentation
Welcome to the JavaScript integration documentation for NLFTs. This guide will help you connect your JS application with our developer program.