-
Notifications
You must be signed in to change notification settings - Fork 345
Expand file tree
/
Copy pathbook.toml
More file actions
40 lines (34 loc) · 880 Bytes
/
book.toml
File metadata and controls
40 lines (34 loc) · 880 Bytes
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
[book]
authors = ["Eugene Yokota"]
language = "en"
multilingual = false
src = "src/reference"
title = "The Book of sbt"
[output.html]
theme = "theme"
default-theme = "light"
additional-css = [
"src/reference/custom-202602.css",
"src/reference/mdbook-admonish.css",
"theme/language-picker.css"
]
cname = "www.scala-sbt.org"
[preprocessor.variables]
[preprocessor.variables.variables]
sbt_version = "2.0.0-RC10"
sbt_runner_version = "1.12.9"
scala3_example_version = "3.8.2"
scala3_metabuild_version = "3.8.2"
scala2_13_example_version = "2.13.17"
example_munit_version = "1.2.0"
curly_open = "{{"
curly_close = "}}"
global_base="$HOME/.sbt/2"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.gettext]
before = ["admonish"]
after = ["links"]
[build]
extra-watch-dirs = ["po"]