-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathbook.toml
More file actions
55 lines (47 loc) · 1.3 KB
/
book.toml
File metadata and controls
55 lines (47 loc) · 1.3 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
50
51
52
53
54
55
[book]
authors = ["Ammar Bandukwala"]
language = "en"
src = "docs"
title = "httpjail"
description = "HTTP(S) Request Jailing: Control what your processes can request"
[build]
build-dir = "book"
[preprocessor.index]
[preprocessor.links]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
default-theme = "rust"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/coder/httpjail"
git-repository-icon = "fab-github"
edit-url-template = "https://github.com/coder/httpjail/edit/main/{path}"
site-url = "https://coder.github.io/httpjail/"
cname = ""
mathjax-support = false
additional-css = ["docs/custom.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
no-section-label = false
fold.enable = true
fold.level = 0
playground.copyable = true
playground.copy-js = true
playground.line-numbers = false
playground.editable = false
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
[output.html.redirect]
# Disabled: mdbook-linkcheck 0.7.7 is incompatible with mdbook 0.5.x
# [output.linkcheck]
# follow-web-links = false
# traverse-parent-directories = false
# exclude = [ "^https://crates\\.io", "^https://docs\\.rs" ]
# warning-policy = "warn"