An open API service indexing awesome lists of open source software.

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

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
```