Install Dependencies
pnpm iTo run locally:
pnpm run devSubmit a PR to Wasmer Docs.
The browser documentation has a plain Markdown mirror at /ai-docs. Every
page in content/ is generated at the corresponding .md path, and custom
MDX components use explicit Markdown serializers kept beside their React
implementations. The generated /ai-docs/index.md links to every page in the
mirror so an AI agent can discover the complete documentation set.
Generate and validate the mirror locally with:
pnpm generate:ai-docs
pnpm test:ai-docsThe generated public/ai-docs/ directory is ignored by Git and is rebuilt
automatically before pnpm dev and pnpm build.