-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
26 lines (20 loc) · 735 Bytes
/
Copy pathbook.toml
File metadata and controls
26 lines (20 loc) · 735 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
[book]
authors = ["Dirk Van Haerenborgh"]
language = "en"
multilingual = false
src = "docs"
title = "Terms"
[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]
default-theme = "latte"
preferred-dark-theme = "macchiato"
additional-css = ["./docs/theme/mdbook-admonish.css", "./docs/theme/catppuccin.css", "./docs/theme/catppuccin-admonish.css"]
git-repository-url = "https://github.com/vhdirk/terms"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/vhdirk/terms/edit/main/docs/{path}"