Antonio 3bf54e0f07
Add docs for getting external resources (#7982)
* docs(external-resources): add for wazuh plugin external resources

* docs(external-resources): refine some details

* docs(external-resources): add entry to the summary

* docs: change permissiosn to build.sh and server.sh to be executable according to the docs of the usage

* docs(external-resources): fix nested titles

* docs(external-resources): fix

* chore(changelog): add entry
2025-12-18 12:15:06 +01:00
..

Development documentation

Requirements

First time setup

Important

You must be stay at the root of the project.

yarn install

This command will install all the dependencies needed to lint and format the code on the changed files. And prepare the environment to run the pre-commit hook.

Linting

yarn lint

This command will lint the code on the changed files.

Formatting

yarn format

This command will format the code on the changed files.