Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com> Co-authored-by: Daniel Barranquero <danielbo2001@gmail.com> Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com> Co-authored-by: Rubén De la Torre Vico <rubendltv22@gmail.com>
1014 B
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
mkdocsusing your preferred package manager. -
Running the Documentation Locally Navigate to the
prowlerrepository folder. Start the local documentation server by running:mkdocs serve. Openhttp://localhost:8000in 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.yamlfile 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!