Documentation
Contribute with documentation¶
We use mkdocs
to build this Prowler documentation site so you can easily contribute back with new docs or improving them.
- Install
mkdocs
with your favorite package manager. - Inside the
prowler
repository folder runmkdocs serve
and point your browser tohttp://localhost:8000
and you will see live changes to your local copy of this documentation site. - Make all needed changes to docs or add new documents. To do so just edit existing md files inside
prowler/docs
and if you are adding a new section or file please make sure you add it tomkdocs.yaml
file in the root folder of the Prowler repo. - Once you are done with changes, please send a pull request to us for review and merge. Thank you in advance!