ansible-documentation icon indicating copy to clipboard operation
ansible-documentation copied to clipboard

Coordinate ecosystem docsites to include link back to docs.ansible.com

Open samccann opened this issue 1 year ago • 5 comments
trafficstars

All projects on this page should include a link back to docs.ansible.com

samccann avatar Nov 28 '23 19:11 samccann

All projects on this page should include a link back to docs.ansible.com

Oh, I noticed that the ansible-pylibssh project is spelled weirdly (with a whitespace and capitalization!). Haven't found where to fix that.

As for the backlinks, updating the base Sphinx theme footer could address this. Alternatively, said projects would probably have to inherit the upstream footer and make a small tweak.

webknjaz avatar Nov 29 '23 18:11 webknjaz

@webknjaz - @oraNod is in the middle of having that page redirected to https://ansible.readthedocs.io/en/latest/ecosystem.html so if you follow the github link, you can likely find the source.

So only 1/2 the projects use the sphinx theme, but that does sound like a promising approach. Though I'm unsure we want a link back in the footer vs the header.

samccann avatar Nov 30 '23 15:11 samccann

I opened https://github.com/ansible/mkdocs-ansible/issues/74 for the mkdocs theme.

gotmax23 avatar Nov 30 '23 20:11 gotmax23

All projects on this page should include a link back to docs.ansible.com

Oh, I noticed that the ansible-pylibssh project is spelled weirdly (with a whitespace and capitalization!). Haven't found where to fix that.

@webknjaz https://github.com/ansible/docsite/blob/0fd7e268e947c0fab26f6df515c82e2f755f3ee1/data/ecosystem.yaml#L88

oraNod avatar Dec 05 '23 11:12 oraNod

Looking at the latest ansible sphinx theme, it already includes a link to docs.ansible.com image

So when projects upgrade, they'll get that fix.

samccann avatar Jan 10 '24 16:01 samccann