docs icon indicating copy to clipboard operation
docs copied to clipboard

Include metadata in role documentation

Open ypid opened this issue 9 years ago • 3 comments

A metadata section cloud be added to the introduction page automaticlly which consists of:

  • Galaxy tags
  • Link to the VCS repo
  • Version
  • And more goodness

ypid avatar Aug 16 '16 13:08 ypid

An other example, "Security":

  • https://galaxy.ansible.com/list#/roles?page=1&page_size=10&tags=security&users=debops
  • curl https://api.debops.org/v0/roles/debops.json | jq '.[] | select(contains({tags: ["security"]})) | (.role_owner + "." + .role_name)'

AnBuKu avatar Aug 17 '16 04:08 AnBuKu

I just made my opening comment more generic and rethought the idea a bit. This issue should be easy to get in to using the DebOps API and Sphinx if anyone wants to play with that.

ypid avatar Aug 26 '16 15:08 ypid

"if anyone wants to play with that." don't be shy ;-)@ypid

AnBuKu avatar Nov 15 '16 08:11 AnBuKu