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
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.
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.
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
andjson_diff
. All three filters are implemented in theplugins/filter/json_patch.py
and documented in the adjacentjson_patch.yml
,json_patch_recipe.yml
andjson_diff.yml
. Theansible-doc
is able to parse all three files just fine andansible-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.
ACTUAL RESULTS
Seeing only the
json_patch
.The text was updated successfully, but these errors were encountered: