Files
prowler/docs/developer-guide/documentation.md
dcanotrad e8a829b75e docs(dev-guide): improve quality redrive (#7718)
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>
2025-06-17 09:28:22 +02:00

1014 B
Raw Blame History

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.

  1. Install mkdocs using your preferred package manager.

  2. Running the Documentation Locally Navigate to the prowler repository folder. Start the local documentation server by running: mkdocs serve. Open http://localhost:8000 in your browser to view live updates.

  3. 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 the mkdocs.yaml file located in the root directory of Prowlers repository.

  4. 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!