-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.toml
42 lines (35 loc) · 1.11 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
[book]
authors = ["matta"]
language = "en"
multilingual = false
src = "src"
title = "Security Frameworks by SEAL"
[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`
[output]
[output.html]
additional-css = ["./theme/catppuccin.css", "./theme/catppuccin-admonish.css", "./mdbook-admonish.css", "./theme/custom.css"]
additional-js = ["./theme/tagsindex.json", "./theme/tagscolors.json", "./theme/main.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