Welcome to Cashew Docs
Internal developer documentation for the Cashew Research platform.
What is this?
This is the internal documentation site for the Cashew Research engineering team. It covers architecture decisions, development guides, CI/CD runbooks, and package-level documentation.
How to contribute
Documentation lives as MDX files in apps/docs/content/docs/. To add a new page:
- Create an
.mdxfile in the appropriate folder undercontent/docs/ - Add frontmatter with
titleanddescription - Update the
meta.jsonfile in the same folder to control sidebar ordering - Run
pnpm dev:docsto preview your changes atlocalhost:3030
Getting started
If you're new to the codebase, start with Local Development for setup instructions, then check the Monorepo Overview for a high-level understanding of how the project is structured.