Remove terminal viewing docs (#80655)

* ansible-doc command can not handle terminal plugins since they
  are not documentable and configurable. Removing documentation section
  to list them.

Fixes: #80140

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/80663/head
Abhijeet Kasurde 1 year ago committed by GitHub
parent d18d4f84ec
commit 058b722a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,13 +29,6 @@ Terminal plugins operate without configuration. All options to control the termi
Plugins are self-documenting. Each plugin should document its configuration options.
.. _terminal_plugin_list:
Viewing terminal plugins
------------------------
These plugins have migrated to collections on `Ansible Galaxy <https://galaxy.ansible.com>`_. If you installed Ansible version 2.10 or later using ``pip``, you have access to several terminal plugins. To list all available terminal plugins on your control node, type ``ansible-doc -t terminal -l``. To view plugin-specific documentation and examples, use ``ansible-doc -t terminal``.
.. seealso::

Loading…
Cancel
Save