Source for docs.resonatehq.io, the documentation site for Resonate. This repo holds the site; the docs themselves live at the deployed URL. Built with Next.js 15 + fumadocs, deployed to Vercel on push to main.
Clone the repo and install dependencies:
git clone https://github.com/resonatehq/docs.resonatehq.io.git
cd docs.resonatehq.io
npm installStart the development server:
npm run devBefore opening a pull request, run a production build. It regenerates llms.txt and runs the link checker:
npm run buildContent lives as MDX under content/docs/. Read CONTRIBUTING.md before opening a pull request.
License: Apache-2.0 — see LICENSE.