https://github.com/fuma-nama/fumadocs-minimal
A minimal setup using Fumadocs core + Shadcn UI
https://github.com/fuma-nama/fumadocs-minimal
fumadocs nextjs shadcn-ui
Last synced: 6 months ago
JSON representation
A minimal setup using Fumadocs core + Shadcn UI
- Host: GitHub
- URL: https://github.com/fuma-nama/fumadocs-minimal
- Owner: fuma-nama
- Created: 2024-12-28T15:41:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T00:51:17.000Z (10 months ago)
- Last Synced: 2025-05-07T12:18:13.105Z (6 months ago)
- Topics: fumadocs, nextjs, shadcn-ui
- Language: TypeScript
- Homepage: https://fumadocs-minimal.vercel.app
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fumadocs Minimal
A minimal setup of Fumadocs core, powered by Shadcn UI.
### Headless
Fumadocs can be used as a headless library, the core is also documented under https://fumadocs.vercel.app/docs/headless.
Fumadocs aims to solve the problem of integrating Next.js with content (especially Markdown/MDX ecosystem).
For example, the built-in utility to generate sidebar items and document search.With Shadcn UI, or your own favorite methods, you can also set up the UI quickly.
### Play
```bash
pnpm i
pnpm dev
```