doc style adjustments: modules [lm]* (#10433)

* doc style adjustments: modules l*

* doc style adjustments: modules m*

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/logstash_plugin.py

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky
2025-07-22 08:09:09 +12:00
committed by GitHub
parent bc4d06ef34
commit 69d479f06c
33 changed files with 214 additions and 168 deletions

View File

@@ -13,8 +13,8 @@ DOCUMENTATION = r"""
module: librato_annotation
short_description: Create an annotation in Librato
description:
- Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created
automatically.
- Create an annotation event on the given annotation stream O(name). If the annotation stream does not exist, it creates
one automatically.
author: "Seth Edwards (@Sedward)"
requirements: []
extends_documentation_fragment:
@@ -39,7 +39,7 @@ options:
type: str
description:
- The annotation stream name.
- If the annotation stream does not exist, it will be created automatically.
- If the annotation stream does not exist, it creates one automatically.
required: false
title:
type: str