Documentation
Contributing to Documentation¶
Prowler documentation is built using mkdocs
, allowing contributors to easily add or enhance documentation.
Installation and Setup¶
Install all necessary dependencies using: poetry install --with docs
.
-
Install
mkdocs
using your preferred package manager. -
Running the Documentation Locally Navigate to the
prowler
repository folder. Start the local documentation server by running:mkdocs serve
. Openhttp://localhost:8000
in your browser to view live updates. -
Making Documentation Changes Make all needed changes to docs or add new documents. Edit existing Markdown (.md) files inside
prowler/docs
. To add new sections or files, update themkdocs.yaml
file located in the root directory of Prowler’s repository. -
Submitting Changes
Once documentation updates are complete:
Submit a pull request for review.
The Prowler team will assess and merge contributions.
Your efforts help improve Prowler documentation—thank you for contributing!