docs: Fixed ipv6form filter document (#320)
* fix ipv6form doc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add changelog fragment * rename --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ashwini Mhatre <mashu97@gmail.com>pull/323/head
parent
35f20ca9c7
commit
6842746a9d
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
doc_changes:
|
||||||
|
- ipv6form filter plugin - Fix to be displayed correctly.
|
|
@ -44,6 +44,11 @@ Parameters
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<ul style="margin: 0; padding: 0"><b>Choices:</b>
|
||||||
|
<li>compress</li>
|
||||||
|
<li>expand</li>
|
||||||
|
<li>x509</li>
|
||||||
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -61,7 +61,7 @@ DOCUMENTATION = """
|
||||||
required: True
|
required: True
|
||||||
format:
|
format:
|
||||||
type: str
|
type: str
|
||||||
choice:
|
choices:
|
||||||
['compress', 'expand', 'x509']
|
['compress', 'expand', 'x509']
|
||||||
description: Different formats example. compress, expand, x509
|
description: Different formats example. compress, expand, x509
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue