Add 'type' hover/popup to type fields
Aside from having a page describing how the data types work in Ansible we should enable a hover/pop up so those looking at the options in docs can see the description right by where the type fields are indicated.
For example:
name: x
description: random
type: list
...
would have a hover/pop up that would display A series of elements that can be defined as a Python, YAML or JSON formats or as a comma separated string
Discussed in DaWGs and consensus was that it needs to be compatible with screen readers.
Also, as this is anstibull-docs - should we move to that repo @felixfontein ?
Moving this to the antsibull-docs repo sounds good to me.
I'm wondering a bit how this should be implemented, though. Also there's not only screen readers to consider, but also touch devices, which don't have hover either.