Contributing to Pop Book
Content lives in src/content/docs/<locale>/<version>/. English is the source locale and Brazilian Portuguese mirrors the same relative file paths.
Add a page
Section titled “Add a page”- Create one focused Markdown or MDX file under the current
en/0.1.0-rc.3/edition. - Create the matching path under
pt-br/0.1.0-rc.3/, or leave it absent temporarily so Starlight shows the English fallback. - Add
title,description, andsidebar.orderfrontmatter. - Run
pnpm checkandpnpm buildbefore opening a pull request.
Do not describe a feature from memory. Link the change to an implemented compiler source or test.
