Wazuh Agent Technical Documentation

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

  • Development Guide: Instructions for building, testing, and packaging the agent.
  • Reference Manual: Detailed information on the agents architecture, configuration, and usage.
  • Diagnostic Guide: Steps to diagnose errors and resolve common issues.

Requirements

Working with this documentation requires mdBook to be 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:

    ./server.sh
    

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