Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 962 Bytes

File metadata and controls

37 lines (26 loc) · 962 Bytes

Sleepless Docs

Official documentation for Sleepless FiveM resources.

This is a Next.js app generated with Create Fumadocs, using static export for GitHub Pages.

Development

bun install
bun run dev

Open http://localhost:3000.

Build

bun run build
bun run start   # serves the static `out/` directory

Project layout

Path Description
content/docs MDX documentation content
app/(home) Landing page
app/docs Documentation layout and pages
app/api/search Static search index route
lib/source.ts Fumadocs content source adapter
lib/layout.shared.tsx Shared layout options (nav, links)
components Shared UI / MDX helpers

Content

Edit files under content/docs. Sidebar order is controlled by meta.json files in each folder.