forked from alantech/alanlang-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
34 lines (31 loc) · 871 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
[book]
src = 'src'
title = "Legacy Alan v0.1 Documentation"
description = "Alan Interactive Documentation"
[output.html]
theme = "theme"
default-theme = "solarized-light"
preferred-dark-theme = "solarized-dark"
additional-css = [
"css/solarized-light-hljs.css",
"css/solarized-dark-hljs.css",
]
additional-js = [
# browserified alan compiler generated by alan-playground.sh
"bundle.js",
# highlight.js alan syntax highlighter, https://github.com/alantech/highlightjs-alan#development
"hljs-alan.min.js",
# alan syntax highlighter passing as rust
"mode-rust.js",
# ace editor themes
# mdbook requires these to be located at the top level
# and with this specific file name convention
"theme-solarized_dark.js",
"theme-solarized_light.js",
]
[output.html.playpen]
editable = true
line-numbers = true
[output.html.fold]
enable = true
level = 0