mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-10 14:32:28 -06:00
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:
parent
17844d057e
commit
ecadea60f9
1
.github/workflows/5_builderpackage_docs.yml
vendored
1
.github/workflows/5_builderpackage_docs.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
-
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user