Fixed book.toml file

This commit is contained in:
Carlos Bordon
2026-03-19 12:57:26 -03:00
parent abdc49312f
commit 3b954c3c3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ To fix it, install the required `mdbook` version (0.5.2) using nightly Rust:
```sh
rustup install nightly
rustup run nightly cargo install mdbook --version 0.4.52
rustup run nightly cargo install mdbook --version 0.5.2
```
### Mermaid diagrams not rendering
+1 -1
View File
@@ -15,7 +15,7 @@ command = "mdbook-mermaid"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/wazuh/wazuh-automation"
git-repository-url = "https://github.com/wazuh/wazuh-docker"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.fold]