This is a standalone documentation server built with VitePress.
From the monorepo root:
make docs-dev: Runs the documentation site in development mode.make docs-build: Builds the documentation site.
Locally within this directory:
npm installnpm run dev
api/: Documentation for the API routes.guide/: General guides and setup information..vitepress/: VitePress configuration and theme.