What tech-stack is used for Convex Docs?
I really like how they all come together, wondering if you're OK to share the tech stack used to achieve such great online docs?
https://docs.convex.dev
6 Replies
There using:
https://docusaurus.io
This is built my meta and uses react under the hood. Then they prob have a custom search algorithm and a lot of good css. But yeah ive used it before and its amazing and easy for documentation sites
Build optimized websites quickly, focus on your content | Docusaurus
An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.
I've done a little digging into this, one thing lead to another and I've found myself using Vitepress. It's awesome!
That's cool! We might use Nextra in the future, it should achieve similar results to our current docs. But yeah, at the time it's a lot of work on top of Docusaurus 🙂
You guys should check out https://next-docs-zeta.vercel.app its like nextra but first class support for app-dir
Nice, that looks really cool!
yeah this way you can keep all the benefits of SSR
in the docs as well