Skip to content

Avoca — Internal

Internal engagement docs for the avoca-next workbench

The split

This site lives in the workbench context repo (avoca-next-workbench). It is shared with people working the engagement via this repo's remote, and it never touches the client repo — no docs PRs into avoca-next.

  • Internal docs (here) — runbooks, working notes, decisions, and onboarding for anyone working this project. The management substrate over the client's code.
  • Published docs (not here) — user/application documentation. Belongs in avoca-next itself, if and when the client wants it.

Pages under internal/ are excluded from production builds by INCLUDE_INTERNAL=false, and pnpm build:prod fails the build if any of them leak into dist/.

Run locally: pnpm install && pnpm dev from docs/.