- Use mdbook to generate a book from collection of documents
- documents are
- copied and processed from READMEs
- original content stored in the docs_src folder
- markdeep docs transformed into embedded html
- Main logic is in script docs_src/build/run.py
21 lines
284 B
TOML
21 lines
284 B
TOML
[book]
|
|
authors = []
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Filament"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
default-theme = "light"
|
|
preferred-dark-theme = "light"
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[output.html.fold]
|
|
enable = false
|