Books::BookConfig
Configuration from book.toml (mdbook compatibility)
Supported sections from mdbook spec:
- [book]: title, description, authors, language
- [output.html]: git-repository-url, edit-url-template (shown in sidebar/footer)
Not supported (noted for future reference):
- build: extra-watch-dirs, build-dir
- [output.html.*]: mdbook-specific output settings (except the above)
- [output.html.playground]: Rust playground integration
- [output.html.search]: Search config (we have our own search feature)
- [preprocessor.*]: mdbook preprocessor system
Constructors
Class methods
Instance methods
authors
Sourcedescription
Sourceedit_url_template
Sourcegit_repository_url
Sourcelanguage
Sourcetitle
Source