mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
7e309eccdb
* Add initial docs generation website (#119) * Add docs generation * [makefile] add serve-docs target * Fixed rebase conflicts * Update pre-commit rev * Added changelog
14 lines
255 B
TOML
14 lines
255 B
TOML
[book]
|
|
title = "The MiniJuvix Book"
|
|
authors = [ "Jonathan Prieto-Cubides" , "Jan Mas Rovira" , "Paul Cadman" ]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "docs/md/"
|
|
|
|
[build]
|
|
build-dir = "_docs"
|
|
create-missing = true
|
|
|
|
[output.html]
|
|
mathjax-support = true
|