Development guide
Docs structure:
fern/docs.ymldefines navigation, slugs, and theme.fern/docs/pages/**contains MDX guide pages.fern/docs/examples/**holds runnable code referenced via<Code src="...">.
Local dev:
npm run docs:devstarts the local Fern dev server.npm run checkvalidates the docs config and pages.npm run docs:broken-linkschecks links.
Deploy:
npm run docs:generaterunsfern generate --docsand triggers a publish.
Testing harness:
npm run vox:synccopies examples intovoxfiles/and writes rule configs.npm run vox:uploaduploads scenarios/rules to the docs test app.npm run vox:test:deepgram-incomingandnpm run vox:test:deepgram-outboundrun call tests and print logs.