You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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