Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

react-router-api-docs

Currently, updating the docs is a manual process:

cd react-router
pnpm run docs # NOT `pnpm docs`
mv public/dev ../react-router-api-docs/v7
cd ../react-router-api-docs
git add . -m 'update the docs'
git push origin main