-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Centralize wazuh agent cloud modules dependencies installation #6849
Comments
We could use a template and keep all those pages divided. We can use the docutils directive include to re-use dependency installation templates containing the repeating blocks of texts with a syntax like:
For example, we do currently use templates with steps to add the Wazuh repository for the different installation alternatives like here: What do you think of this alternative approach? It allows keeping dedicated pages while avoiding maintaining multiple copies of the same blocks. In our case we could use a pyhton3 installation template and a pip installation template. |
UpdateAdded templates for the python and pip installations as suggested by the documentation team. The PR also includes some changes to eliminate style and spelling differences between the documents. |
UpdateApplied the changes suggested and explained why the template does not contain part of the text repeated. |
UpdateApplied suggested changes. |
Description
We have 3 (1, 2, 3) almost identical pages that describe the steps to install the dependencies necessary to run the cloud modules in a Wazuh agent. We often have to modify all of them to avoid setup differences.
They could be unified in a single page called something in the lines of "Wazuh agent dependencies installation" that contains:
We should review if this change makes sense or if we should keep the guides separate.
The text was updated successfully, but these errors were encountered: