-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
31 lines (26 loc) · 884 Bytes
/
Copy pathbook.toml
File metadata and controls
31 lines (26 loc) · 884 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
27
28
29
30
31
[book]
title = "cicd-sensor Docs"
description = "cicd-sensor is an open-source eBPF-powered CI/CD runtime security sensor"
authors = ["Hiroki Suezawa"]
language = "en"
# Populated at build time from cicd-sensor/cicd-sensor's docs/.
# For local development, override with MDBOOK_BOOK__SRC=../cicd-sensor/docs
# (./serve.sh does this automatically).
src = "docs"
[output.html]
default-theme = "light"
preferred-dark-theme = "coal"
git-repository-url = "https://github.com/cicd-sensor/cicd-sensor"
edit-url-template = "https://github.com/cicd-sensor/cicd-sensor/blob/main/{path}"
site-url = "/"
additional-css = ["theme/css/custom.css"]
additional-js = ["theme/mermaid/mermaid.min.js", "theme/mermaid/mermaid-init.js"]
[output.html.print]
enable = false
[output.html.search]
enable = true
[output.html.fold]
enable = true
level = 0
[preprocessor.mermaid]
command = "mdbook-mermaid"