Improve the local toctree (and title) (#45590)
Make toctree for Windows dev guide local, remove 'Ansible' from the title, since this documentation is about Ansible.
This commit is contained in:
parent
34d08adea0
commit
afea00fa9f
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
.. _developing_modules_general_windows:
|
||||
|
||||
**********************************************
|
||||
Windows Ansible module development walkthrough
|
||||
**********************************************
|
||||
**************************************
|
||||
Windows module development walkthrough
|
||||
**************************************
|
||||
|
||||
In this section, we will walk through developing, testing, and debugging an
|
||||
Ansible Windows module.
|
||||
|
@ -12,7 +12,8 @@ Windows host, this guide differs from the usual development walkthrough guide.
|
|||
|
||||
What's covered in this section:
|
||||
|
||||
.. contents:: Topics
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
|
||||
Windows environment setup
|
||||
|
|
Loading…
Reference in a new issue