- Move directories into more descriptive organization
- src_mdbook, src_markdeep, src_raw
- mdbook will be generated from mdbook
- markdeep will be generated to html
- raw will be copied without modification
- Add script that will run on a succesful commit to main. This
script will update /docs and commit the changes.
21 lines
280 B
TOML
21 lines
280 B
TOML
[book]
|
|
authors = []
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Filament"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
default-theme = "ayu"
|
|
preferred-dark-theme = "ayu"
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[output.html.fold]
|
|
enable = false
|