feat(docs): Add poetry command to install doc dependencies (#3664)

This commit is contained in:
Rubén De la Torre Vico
2024-04-04 12:42:01 +02:00
committed by GitHub
parent cd78e2374e
commit 8804cf5234

View File

@@ -1,6 +1,6 @@
## Contribute with documentation
We use `mkdocs` to build this Prowler documentation site so you can easily contribute back with new docs or improving them.
We use `mkdocs` to build this Prowler documentation site so you can easily contribute back with new docs or improving them. To install all necessary dependencies use `poetry install --with docs`.
1. Install `mkdocs` with your favorite package manager.
2. Inside the `prowler` repository folder run `mkdocs serve` and point your browser to `http://localhost:8000` and you will see live changes to your local copy of this documentation site.