diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d0a3c..18f500a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.18.1 - 2024-12-03 + +### Add + +- Add a configuration part for action documentation + ### Fixed - Fix checkpoint for timestamps diff --git a/sekoia_automation/scripts/documentation/templates/module.md b/sekoia_automation/scripts/documentation/templates/module.md index 7d46a04..cec97d4 100644 --- a/sekoia_automation/scripts/documentation/templates/module.md +++ b/sekoia_automation/scripts/documentation/templates/module.md @@ -69,6 +69,14 @@ This module accepts no configuration. {{action.description}} +{%- if action.arguments.description %} + +**Configuration** + +{{action.arguments.description}} + +{%- endif -%} + {%- if action.arguments.properties %} **Arguments**