Skip to content

Commit 27c93cb

Browse files
docs(community/contributing): improvements for docs changes (#12573)
* thomasgauvin: add documentation on how to contribute to the developer docs * Update contributors.yml * Simplify docs contributing instructions --------- Co-authored-by: Brooks Lybrand <[email protected]>
1 parent 5d36704 commit 27c93cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
- thepedroferrari
283283
- thethmuu
284284
- thisiskartik
285+
- thomasgauvin
285286
- thomasverleye
286287
- ThornWu
287288
- tiborbarsi

docs/community/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ All commits that fix bugs or add features need a test.
6565

6666
All commits that change or add to the API must be done in a pull request that also updates all relevant examples and docs.
6767

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.
71+
6872
## Development
6973

7074
### Packages

0 commit comments

Comments
 (0)