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
Copy file name to clipboardExpand all lines: docs/community/contributing.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ All commits that fix bugs or add features need a test.
65
65
66
66
All commits that change or add to the API must be done in a pull request that also updates all relevant examples and docs.
67
67
68
+
Documentation is located in the `docs` directory. Once changes make their way into the `main` branch, they will automatically be published to the docs site.
69
+
70
+
If you want to preview how the changes will look on the docs site, clone the [`react-router-website` repository](https://github.com/remix-run/react-router-website) and follow the instructions in `README.md` to view your changes locally.
0 commit comments