-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
49 lines (41 loc) · 1.02 KB
/
book.toml
File metadata and controls
49 lines (41 loc) · 1.02 KB
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
42
43
44
45
46
47
48
49
[book]
title = "LibreMatch Documentation"
authors = ["simonsan", "LibreMatch Contributors"]
description = "Documentation for LibreMatch - A community-driven API documentation for Age of Empires"
language = "en"
src = "src"
[build]
build-dir = "book"
create-missing = false
[preprocessor.links]
[preprocessor.index]
[output.html]
default-theme = "navy"
preferred-dark-theme = "navy"
smart-punctuation = true
no-section-label = false
additional-css = ["static/custom.css"]
additional-js = []
git-repository-url = "https://github.com/librematch/wiki"
edit-url-template = "https://github.com/librematch/wiki/edit/main/{path}"
cname = "wiki.librematch.org"
[output.html.fold]
enable = true
level = 1
[output.html.playground]
editable = false
copyable = true
copy-js = true
line-numbers = true
[output.html.code]
hidelines = { python = "~", rust = "#" }
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
copy-js = true