Skip to content

remix-run/react-router-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0290e2 · Jan 9, 2025

History

16 Commits
Nov 21, 2024
Jan 9, 2025
Nov 5, 2024
May 8, 2024
Jan 9, 2025
Nov 22, 2024

Repository files navigation

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 . && git commit -m 'update the docs'
git push origin main