Re: Solr 8 Reference Guide Not Loading Properly

2025-03-27 Thread Jan Høydahl
Hi, Wrote a script that does the job and committed the resulting patched version to the 6_6 guide: https://solr.apache.org/guide/6_6/a-quick-overview.html I can proceed with committing to svn the other fixed guides as well. Please followup in SOLR-17342. Jan > 20. mars 2025 kl. 16:17 skrev Ja

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-20 Thread Jan Høydahl
Hi, We fixed our main website alrady: https://issues.apache.org/jira/browse/SOLR-17342 Except the artifacthub widgets on solr-operator page. We should just disable those scripts and do a static link instead. The 9.x series ref-guide seems to work, but the previous not. That's basically a bunch

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-20 Thread Houston Putman
Probably, and i was looking into that, but this is just beyond my extremely limited web knowledge. So if someone was to drive that, i would be willing to put in the effort to get the upload working for all affected versions. - Houston On Thu, Mar 20, 2025 at 5:48 AM Colvin Cowie wrote: > Can th

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-20 Thread Colvin Cowie
Can the dependencies be minified/packed and bundled with the reference guide rather than fetching them? On Wed, 19 Mar 2025 at 21:47, Houston Putman wrote: > Yeah Apache turned this on recently, so there's no way around it, and > nothing that we did wrong on our end. > > I'm not sure how we fix

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-19 Thread Houston Putman
Yeah Apache turned this on recently, so there's no way around it, and nothing that we did wrong on our end. I'm not sure how we fix this, but it really is a bad experience for users (and us developers). - Houston On Wed, Mar 19, 2025 at 4:44 PM Alexandre Rafalovitch wrote: > Loading CSS from 3

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-19 Thread Alexandre Rafalovitch
Loading CSS from 3rd party sites: https://content-security-policy.com/examples/blocked-csp/ Console error: a-quick-overview.html:13 Refused to load the stylesheet ' https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css' because it violates the following Content Security Policy

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-19 Thread Mike Drob
In the web console I see errors relating to unable to find jquery. Did we remove it at some point? Or link to a wrong version? On Wed, Mar 19, 2025 at 4:37 PM Chris Hostetter wrote: > > : I'm not able to see any article text on the webpages for Solr Reference > : Guide versions 8.6 through 8.11

Re: Solr 8 Reference Guide Not Loading Properly

2025-03-19 Thread Chris Hostetter
: I'm not able to see any article text on the webpages for Solr Reference : Guide versions 8.6 through 8.11 (e.g. : https://solr.apache.org/guide/8_11/a-quick-overview.html), and my : colleagues are reporting the same issue. Did something break the : rendering of these pages? Hmmm, good ques