-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
41 lines (34 loc) · 995 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[book]
authors = ["Seasawher"]
language = "ja"
multilingual = false
src = "booksrc"
title = "Lean Problems"
description = "Lean の問題集"
[build]
create-missing = false
build-dir = "book"
[output.html]
no-section-label = false
git-repository-url = "https://github.com/lean-ja/lean-problems"
edit-url-template = "https://raw.githubusercontent.com/lean-ja/lean-problems/main/{path}"
site-url = "https://lean-ja.github.io/lean-problems/"
additional-js = [
# Add "Run on Lean4 Playground" button to each code block
"assets/blockPlay.js",
# Add "Run on Lean4 Playground" button to each page
"assets/filePlay.js",
# Improve search functionality
"assets/fzf.umd.js",
"assets/elasticlunr.js",
# add table of contents to each page
"assets/pagetoc.js",
]
additional-css = [
"assets/pagetoc.css",
"./assets/mdbook-admonish.css"
]
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`