You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated dostrings should be in proper format for Ansible Galaxy. The Galaxy website should parse the DOCUMENTATION etc markdown and render nice html.
Basically, it seems that with the currecnt version of Galaxy web, the format changed and ansible-specdoc-generated docs are somehow wrong.
We had quite a mess rendered there, so I'm guessing ansible-doc was silently failing and skipping the galaxy docs render. I am not sure why your module documentation isn't rendered. I noticed you don't have DOCUMENTATION etc even injected in commited code in ansible_linode.
I think this bug is a bit invalid, but it would be a nice touch if ansible-specdoc validated that injected DOCUMENTAION, EXAMPLES and RETURN are valid yaml.
Expected Behavior
The generated dostrings should be in proper format for Ansible Galaxy. The Galaxy website should parse the DOCUMENTATION etc markdown and render nice html.
Basically, it seems that with the currecnt version of Galaxy web, the format changed and ansible-specdoc-generated docs are somehow wrong.
Thanks for your work on this useful project!
Actual Behavior
Only "Synopsis" is rendered.
https://galaxy.ansible.com/ui/repo/published/linode/cloud/content/module/instance/
Steps to Reproduce
No response
Error Output
No response
The text was updated successfully, but these errors were encountered: