-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbook.toml
More file actions
39 lines (34 loc) · 1000 Bytes
/
Copy pathbook.toml
File metadata and controls
39 lines (34 loc) · 1000 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
[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/docs-theme.css", "docs/src/static/theme-images.css"]
additional-js = ["docs/src/static/docs-theme.js"]
no-section-label = true
[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
# Pages that moved to the website keep their published URLs.
[output.html.redirect]
"/reduction-graph.html" = "graph.html"
"/open-problems.html" = "index.html#open-questions"