15 lines
284 B
TOML
15 lines
284 B
TOML
[book]
|
|
authors = ["Leonardo de Moura", "Sebastian Ullrich"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "."
|
|
title = "Lean Manual"
|
|
|
|
[build]
|
|
build-dir = "out"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/leanprover/lean4"
|
|
|
|
[output.html.playground.boring-prefixes]
|
|
lean = "# "
|