sdorra / content-collections

Transform your content into type-safe data collections
https://content-collections.dev
MIT License
249 stars 8 forks source link

docs: Use a documentation framework for docs #180

Open fuma-nama opened 5 days ago

fuma-nama commented 5 days ago

Just noticed Content Collections on GitHub, thanks for the nice library!

The Problem

The current docs of Content Collection doesn't support search, and I think it can look better with a docs framework.

I understand some maintainers may prefer a simple docs implementation, so please tell me if you have any opinions about the docs.

The Solution

I want to migrate the docs to Fumadocs, and is willing to submit a PR:

Alternatives

Other docs frameworks like Nextra and Vitepress may also be a good option.

sdorra commented 5 days ago

I understand some maintainers may prefer a simple docs implementation, so please tell me if you have any opinions about the docs.

I originally wanted to implement a search with MiniSearch as I've done on my blog, but I also have no problem using a framework. I have no experience with Fumadocs, but I would be happy to accept a PR if it fits into the design.