-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbook.toml
More file actions
34 lines (30 loc) · 942 Bytes
/
book.toml
File metadata and controls
34 lines (30 loc) · 942 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
[book]
title = "Problem Reductions"
authors = ["liujinguo"]
description = "A Rust library for reducing NP-hard problems"
language = "en"
src = "docs/src"
[output.html]
default-theme = "navy"
git-repository-url = "https://github.com/CodingThrust/problem-reductions"
edit-url-template = "https://github.com/CodingThrust/problem-reductions/edit/main/{path}"
additional-css = ["docs/src/static/theme-images.css", "docs/src/static/reduction-graph.css", "docs/src/static/module-graph.css"]
additional-js = ["docs/src/static/cytoscape.min.js", "docs/src/static/reduction-graph.js", "docs/src/static/module-graph.js"]
no-section-label = false
[output.html.fold]
enable = true
level = 1
[output.html.playground]
editable = false
copy-js = true
runnable = false
[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