mirror of
https://github.com/wazuh/wazuh-agent.git
synced 2025-12-10 15:34:56 -06:00
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 agent’s 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.shThe output will be generated in the
bookdirectory. -
To serve the documentation locally for preview, run:
./server.shThe documentation will be available at http://127.0.0.1:3000.