vinooganesh opened a new pull request, #169: URL: https://github.com/apache/parquet-site/pull/169
CC @alamb Apache's CSP on parquet.apache.org blocks scripts from external CDNs. Docsy loads jQuery from code.jquery.com and Lunr from unpkg.com, both of which get blocked, breaking all JS on the production site. This vendors both libraries in static/js/ and overrides Docsy's head.html to load them from the site itself. Same versions, just self-hosted. jQuery is still needed (to address @alamb comment from #163) because Docsy's base.js and offline-search.js both depend on it (see google/docsy#1436 for their effort to drop it). Part of #163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
