23rd Docs

Introduction

Welcome to the docs. Edit this file or add more MDX pages under content/docs.

Getting started

This site is powered by Fumadocs MDX with the Base UI docs shell (@fumadocs/base-ui).

Write pages as MDX in content/docs, then customize:

  • Sidebar / navlib/layout.shared.tsx and app/docs/layout.tsx (DocsLayout)
  • Page chromeapp/docs/[[...slug]]/page.tsx (DocsPage, title, TOC)
  • MDX elementscomponents/mdx.tsx

Shadcn primitives (Sidebar, Sheet, ScrollArea, …) are installed under components/ui if you want a fully custom shell later.

Next steps

  • Add a page under content/docs
  • Update navigation via meta.json folders
  • Open Getting Started