-
Notifications
You must be signed in to change notification settings - Fork 326
Description
Bug Report
SUMMARY
I am experimenting with publishing my first collection on Ansible Galaxy. The collection contains three filters: numo68.general.json_patch, json_patch_recipe and json_diff. All three filters are implemented in the plugins/filter/json_patch.py and documented in the adjacent json_patch.yml, json_patch_recipe.ymland json_diff.yml. The ansible-doc is able to parse all three files just fine and ansible-test sanity is happy with the collection.
Uploading to Galaxy works without an error, I am however only seeing the json_patch documentation at https://galaxy.ansible.com/ui/repo/published/numo68/general/docs/ .
The tarball does contain all the files, as are they present in FILES.json.
I am a beginner in this area and it is well probable that I have missed some crucial part when documenting the collection; I was however not able to find any more information except that the filters are in fact meant to be documented in the adjacent YML files.
Note: the repo link is not live yet, that will happen soon.
Thanks
STEPS TO REPRODUCE
Inspect https://galaxy.ansible.com/ui/repo/published/numo68/general/
EXPECTED RESULTS
Seeing all three filters documented.
