mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
This PR makes the title of the mdbook documentation page reflect the updated link on lean-lang.org and adds the reference manual to the README.
22 lines
428 B
TOML
22 lines
428 B
TOML
[book]
|
|
authors = ["Leonardo de Moura", "Sebastian Ullrich"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "."
|
|
title = "Lean Documentation Overview"
|
|
|
|
[build]
|
|
build-dir = "out"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/leanprover/lean4"
|
|
additional-css = ["alectryon.css", "pygments.css"]
|
|
additional-js = ["alectryon.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|
|
|
|
[output.html.playground.boring-prefixes]
|
|
lean = "# "
|