-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbook.toml
62 lines (53 loc) · 1.41 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[book]
authors = ["matta"]
language = "en"
multilingual = false
src = "src"
title = "Security Frameworks by SEAL"
[build]
build-dir = "book"
create-missing = true
use-default-preprocessors = true
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.catppuccin]
assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
[preprocessor.tags]
command = "cargo run --manifest-path=plugin/tags/Cargo.toml --locked"
tag_colors = { "SEAL/Initiative" = "#4339db" }
[output]
[output.html]
additional-css = [
"./theme/catppuccin.css",
"./theme/catppuccin-admonish.css",
"./mdbook-admonish.css",
"./theme/custom.css",
"./theme/toc/pagetoc.css",
"./tags/tags.css",
]
additional-js = [
"./theme/main.js",
"./theme/toc/pagetoc.js",
"./tags/tagsindex.js",
]
template-path = "theme"
copy-images = true
default-theme = "navy"
preferred-dark-theme = "navy"
mathjax-support = true
# site-url = "/book/"
git-repository-url = "https://github.com/security-alliance/frameworks/tree/develop"
edit-url-template = "https://github.com/security-alliance/frameworks/tree/develop/{path}"
[output.html.playground]
editable = true
line-numbers = true
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2