mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Make use of named links in documentation notes (#37027)
* Make use of named links in documentation notes Now that it is possible to name external links, we are making use of this to make the documentation better. * Add improvements to ACI documentation * Disable QA for long line * Add :menuselection: and :guilabel: * Improve links on some modules
This commit is contained in:
parent
c8ef07e015
commit
cb79957b5f
54 changed files with 147 additions and 116 deletions
|
@ -47,8 +47,8 @@ options:
|
|||
description:
|
||||
- Influence the output of this ACI module.
|
||||
- C(normal) means the standard output, incl. C(current) dict
|
||||
- C(info) means informational output, incl. C(previous), C(proposed) and C(sent) dicts
|
||||
- C(debug) means debugging output, incl. C(filter_string), C(method), C(response), C(status) and C(url) information
|
||||
- C(info) adds informational output, incl. C(previous), C(proposed) and C(sent) dicts
|
||||
- C(debug) adds debugging output, incl. C(filter_string), C(method), C(response), C(status) and C(url) information
|
||||
choices: [ debug, info, normal ]
|
||||
default: normal
|
||||
timeout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue