forked from wazuh/wazuh-docker
32 lines
613 B
TOML
32 lines
613 B
TOML
[book]
|
|
title = "Wazuh Docker documentation"
|
|
authors = ["Wazuh XDRSIEM DevOps Team"]
|
|
description = "The technical documentation for the Wazuh Docker deployment."
|
|
language = "en"
|
|
src = "."
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
create-missing = false
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/wazuh/wazuh-docker"
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0
|
|
|
|
[output.html.search]
|
|
enable = true
|
|
|
|
[output.html.playground]
|
|
editable = false
|
|
copyable = true
|
|
|