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: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,15 @@ Every so often remember to run [`mdbook test`](https://rust-lang.github.io/mdBoo
47
47
./scripts/mdbook-test-go.go ./fr/ # French
48
48
```
49
49
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
+
50
59
### Why fork?
51
60
52
61
-**The original is not mobile-friendly.** This is my #1 gripe. This website is mobile friendly. Thanks mdBook!
0 commit comments