-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.toml
40 lines (36 loc) · 1.06 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
[book]
title = "Tom's Docs"
authors = ["Tom Foster"]
description = "Tom's public documentation site"
language = "en"
multilingual = false
src = "src"
[build]
build-dir = "book"
create-missing = true
[output.html]
default-theme = "latte"
preferred-dark-theme = "mocha"
# URL to send visitors who click edit
edit-url-template = "https://github.com/tcpipuk/tcpipuk.github.io/edit/main/{path}"
# Remove numbers before each item in the sidebar
no-section-label = true
# The source code URL of the repository
git-repository-url = "https://github.com/tcpipuk/tcpipuk.github.io/"
# The path that the docs are hosted on
site-url = "/"
# Additional HTML, JS, CSS injected into each page of the book
additional-css = [
"devicon.min.css",
"src/assets/table-of-contents.css",
"src/assets/whichlang.css",
"src/assets/custom.css",
"./theme/catppuccin.css",
"./theme/catppuccin-admonish.css",
]
additional-js = ["src/assets/table-of-contents.js", "src/assets/whichlang.js"]
[preprocessor.footnote]
[preprocessor.graphviz]
after = ["links"]
command = "mdbook-graphviz"
output-to-file = false