-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathbook.toml
More file actions
21 lines (18 loc) · 798 Bytes
/
book.toml
File metadata and controls
21 lines (18 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[book]
authors = ["Arthur Paulino, Damiano Testa, Edward Ayers, Evgenia Karunus, Henrik Böving, Jannis Limperg, Siddhartha Gadgil, Siddharth Bhat"]
language = "en"
multilingual = false
src = "md"
title = "Metaprogramming in Lean 4"
[output.html]
git-repository-url = "https://github.com/leanprover-community/lean4-metaprogramming-book"
additional-css = ["./assets/pagetoc.css"]
additional-js = [
"assets/blockPlay.js",
"assets/filePlay.js",
"assets/pagetoc.js",
]
# Settings to overwrite the edit button and make it a code execution button.
edit-url-template = "https://raw.githubusercontent.com/leanprover-community/lean4-metaprogramming-book/master/{path}"
# To ensure that the 404 page functions properly.
site-url = "https://leanprover-community.github.io/lean4-metaprogramming-book/"