Skip to content

Commit 212eaac

Browse files
authored
save
1 parent 26ab416 commit 212eaac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Every so often remember to run [`mdbook test`](https://rust-lang.github.io/mdBoo
4747
./scripts/mdbook-test-go.go ./fr/ # French
4848
```
4949

50+
You can preview the full multilingual site by first building each language (`mdbook build <dir>`) and then serving the `book/` directory with your favorite static file server.
51+
52+
```sh
53+
mdbook build # English
54+
mdbook build ./fr/ # French
55+
# ...
56+
python -m http.server -d ./book/
57+
```
58+
5059
### Why fork?
5160

5261
- **The original is not mobile-friendly.** This is my #1 gripe. This website is mobile friendly. Thanks mdBook!

0 commit comments

Comments
 (0)