Skip to content

Commit 770785b

Browse files
committed
update the docs
1 parent 13ec49f commit 770785b

File tree

278 files changed

+10722
-9220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+10722
-9220
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# react-router-api-docs
1+
# react-router-api-docs
2+
3+
Currently, updating the docs is a manual process:
4+
5+
```sh
6+
cd react-router
7+
pnpm run docs # NOT `pnpm docs`
8+
mv public/dev ../react-router-api-docs/v7
9+
cd ../react-router-api-docs
10+
git add . -m 'update the docs'
11+
git push origin main
12+
```

0 commit comments

Comments
 (0)