Fix mdbook to version 0.4.x (#627)

* Fix mdbook to version 0.4.52

* Fix the semver string

* Update CHANGELOG.md
This commit is contained in:
Fede Galland 2025-10-31 05:31:01 -03:00 committed by GitHub
parent 17844d057e
commit ecadea60f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ jobs:
use-linkcheck: true
use-mermaid: true
use-toc: true
mdbook-version: "~0.4.0"
- run: mdbook build
working-directory: docs
- name: Setup Pages

View File

@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Check GitHub actions with dependabot [(#601)](https://github.com/wazuh/wazuh-indexer-plugins/pull/601)
- Automatically regenerate dependant stateless modules on base module change [(#618)](https://github.com/wazuh/wazuh-indexer-plugins/pull/618)
- Restructuring of the repository tooling [(#625)](https://github.com/wazuh/wazuh-indexer-plugins/pull/625)
- Fix mdbook to version 0.4.x [(#627)](https://github.com/wazuh/wazuh-indexer-plugins/pull/627)
### Deprecated
-

View File

@ -3,7 +3,6 @@ title = "Wazuh Indexer Documentation"
authors = ["Wazuh Indexer Team"]
description = "The technical documentation for the Wazuh Indexer, composed by the development documentation and the reference manual."
language = "en"
multilingual = false
src = "."
[preprocessor]