mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
corrects links to 'list_of' pages (#39161)
This commit is contained in:
parent
a6d2f6fd95
commit
8f83061e70
9 changed files with 9 additions and 9 deletions
|
@ -33,7 +33,7 @@ Although it's tempting to get straight into coding, there are a few things to be
|
|||
Naming Convention
|
||||
`````````````````
|
||||
|
||||
As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`list_of_database_modules`.
|
||||
As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`database_modules`.
|
||||
|
||||
The directory name should represent the *product* or *OS* name, not the company name.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue