Skip to content

Commit

Permalink
[add] yarn dev -l option
Browse files Browse the repository at this point in the history
  • Loading branch information
alquist4121 committed May 20, 2024
1 parent 1f873fd commit 3d62911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ documentation of Docusaurus.
The English documentation is hosted in [`/website/docs`](https://github.com/rrousselGit/riverpod/tree/master/website/docs).
Translations are hosted in [`/website/i18n`](https://github.com/rrousselGit/riverpod/tree/master/website/i18n).

Note that [you can only host one locale at a time](https://tutorial.docusaurus.io/docs/tutorial-extras/translate-your-site#start-your-localized-site) when hosting the website locally with `yarn dev`.

```sh
yarn dev -l ja # When you are checking the Japanese docs locally
```

### Working on packages

### Updating English docs
Expand Down

0 comments on commit 3d62911

Please sign in to comment.