1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 05:40:30 +02:00

Watch po/ directory for changes (#188)

This makes `mdbook serve` automatically reload the page when
translations change.
This commit is contained in:
Martin Geisler
2023-01-20 11:36:14 +01:00
committed by GitHub
parent 492037641e
commit dbc11b2df2

View File

@ -8,6 +8,9 @@ title = "Comprehensive Rust 🦀"
[rust]
edition = "2021"
[build]
extra-watch-dirs = ["po"]
[preprocessor.links]
renderers = ["html"]