Files
patchback[bot] ecf132893a Fix Edit on GitHub for templated pages, remove superfluous template, fix broken link (#865) (#891)
- The "Edit on GitHub" buttons on the following pages do not work:
-
https://docs.ansible.com/ansible-core/devel/reference_appendices/config.html
(fixes #362)
-
https://docs.ansible.com/ansible-core/devel/dev_guide/collections_galaxy_meta.html
-
https://docs.ansible.com/ansible-core/devel/reference_appendices/playbooks_keywords.html
- The `docs/templates/modules_by_category.rst.j2` template is not used
anymore. My guess it was last used in Ansible 2.9.
-
https://docs.ansible.com/ansible-core/devel/playbook_guide/playbooks_loops.html#iterating-over-a-simple-list
has a broken link at the end of that paragraph: *"Check the [module
documentation](https://docs.ansible.com/ansible/2.9/modules/modules_by_category.html#modules-by-category)
to see if you can pass a list to any particular module’s parameter(s)."*
- the link points to the Ansible 2.9 docs.

(cherry picked from commit a34cc3fe85)

Co-authored-by: Sandra McCann <samccann@redhat.com>
2023-11-30 15:50:51 -05:00
..