Official documentation site for all Nucleus FiveM resources.
Built with Fumadocs and Next.js, exported as a static site.
- Framework: Next.js (static export)
- Docs engine: Fumadocs
- Styling: Tailwind CSS
npm install
npm run devOpen http://localhost:3000.
npm run buildOutput goes to out/.
Docs live in content/docs/. Each .mdx file maps to a page. Folder structure defines the sidebar.
Frontmatter fields:
| Field | Description |
|---|---|
title |
Page title |
description |
Subtitle shown under the title |
icon |
Lucide icon name for the sidebar |
github |
GitHub repo name — enables Repository and Download buttons |