funkill / mdbook-i18n

MIT License
21 stars 6 forks source link

Add sharing fundamental `output.html` parameters of TOML #5

Closed 44ka28ta closed 4 years ago

44ka28ta commented 4 years ago

Now, the module only uses global BookConfig and BuildConfig params to create a hierachical book data with the conversion from RenderContext to RenderConfig, but not rest param as other TOML parameters. So in each language page, this module does not reflect fundamental toml parameters such as output.html. This PR provides sharing output.html parameters of TOML between book rendering contexts for each language.

funkill commented 4 years ago

Thank you!