mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Added initial developing module doc for Windows (#27308)
* Added initial developing module doc for Windows * Added to dev index, made formatting changes and moved obsolete docs * changes based on PR feedback * some typos and extra information * Minor updates * minor wording clarifications * remove references to "remote" Windows hosts * update template/text to remove legacy `#WANT_JSON`/`#POWERSHELL_COMMON` * use per-execution envvars for ANSIBLE_KEEP_REMOTE_FILES instead of stateful * fix up minor sanity check issue
This commit is contained in:
parent
7cf4416c9c
commit
ad5fa60a2b
4 changed files with 265 additions and 70 deletions
|
@ -63,6 +63,8 @@ The following topics will discuss how to develop and work with modules:
|
|||
|
||||
:doc:`developing_modules_general`
|
||||
A general overview of how to develop, debug, and test modules.
|
||||
:doc:`developing_modules_general_windows`
|
||||
A general overview of how to develop, debug and test Windows modules.
|
||||
:doc:`developing_modules_documenting`
|
||||
How to include in-line documentation in your module.
|
||||
:doc:`developing_modules_best_practices`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue