Álex Ruiz 953000c091
Initialize technical documentation system (#273)
* Intialize technical documentation system

* Fix typo

* Add ending line to files

* Correct a word

---------

Co-authored-by: Malena Casas <malena.casas@wazuh.com>
2025-02-12 19:02:21 +01:00
..

Wazuh Indexer Technical Documentation

This folder contains the technical documentation for the Wazuh Indexer. The documentation is organized into the following guides:

  • Development Guide: Instructions for building, testing, and packaging the Indexer.
  • Reference Manual: Detailed information on the Indexers architecture, configuration, and usage.

Requirements

To work with this documentation, you need mdBook installed. For installation instructions, refer to the mdBook documentation.

Usage

  • To build the documentation, run:

    ./build.sh
    

    The output will be generated in the book directory.

  • To serve the documentation locally for preview, run:

    ./serve.sh
    

    The documentation will be available at http://127.0.0.1:3000.