mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-04-01 01:41:17 +08:00
Move the English root site to mdBook, keep the Chinese site as a sub-book, and update CI/deploy to publish .mdbook outputs to docs/ and docs/cn/. Also add regression coverage for placeholder skipping, publish-tree assembly, and shared resource setup.
19 lines
457 B
TOML
19 lines
457 B
TOML
[book]
|
|
authors = ["OpenMLSys Contributors"]
|
|
language = "en"
|
|
src = "en_chapters"
|
|
title = "Machine Learning Systems: Design and Implementation"
|
|
|
|
[build]
|
|
build-dir = ".mdbook/book"
|
|
create-missing = false
|
|
|
|
[preprocessor.openmlsys]
|
|
command = "python3 tools/mdbook_preprocessor.py"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/openmlsys/openmlsys-zh"
|
|
mathjax-support = true
|
|
preferred-dark-theme = "navy"
|
|
additional-css = ["theme/dark-mode-images.css"]
|