ansible / docsite

Static HTML and assets for docs.ansible.com
19 stars 16 forks source link

Collections page is broken #250

Open oraNod opened 2 months ago

oraNod commented 2 months ago

https://docs.ansible.com/collections.html

oraNod commented 2 months ago

Here is a snapshot of the old page: https://web.archive.org/web/20230328020232/https://docs.ansible.com/collections.html

Also this line in the .htaccess file: https://github.com/ansible/docsite/blob/3ae5a222811c1a0e0d1b0e1a314aadd6b3a8342c/.htaccess#L9

felixfontein commented 2 months ago

For some reason the styles and scripts from https://www.ansible.com/hubfs/ are no longer served, and that page needs these.

oraNod commented 2 months ago

Ah, snap. That's right. HubSpot went away after the migration of "ansible.com". I added the minified css that should have all the styles that were available from HubSpot: https://github.com/ansible/docsite/commit/3f98e6642c1ce27464f17ca1306414442cd904d2

This issue in the jinja-docsite repo adds a stub page for collections.html: https://github.com/ansible/jinja-docsite/issues/13

And it looks like this issue resulted in that stub page getting removed: https://github.com/ansible/jinja-docsite/pull/21