forked from wazuh/wazuh-docker
Updated wazuh-docker documentation config and tooling versions to meet new standards
This commit is contained in:
+29
-4
@@ -1,6 +1,31 @@
|
||||
[book]
|
||||
title = "Wazuh Docker Documentation"
|
||||
description = "Technical documentation for Wazuh Docker deployment."
|
||||
authors = ["Victor Erenu"]
|
||||
title = "Wazuh Docker documentation"
|
||||
authors = ["Wazuh XDRSIEM DevOps Team"]
|
||||
description = "The technical documentation for the Wazuh Docker deployment."
|
||||
language = "en"
|
||||
src = "."
|
||||
language = "en"
|
||||
|
||||
[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-automation"
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user