zregvart commented on a change in pull request #81: chore: add search
URL: https://github.com/apache/camel-website/pull/81#discussion_r316246226
##########
File path: antora-ui-camel/src/partials/footer-scripts.hbs
##########
@@ -1,5 +1,6 @@
<script src="{{uiRootPath}}{{asset 'js/site.js'}}"></script>
<script async src="{{uiRootPath}}{{asset 'js/vendor/highlight.js'}}"></script>
<script async src="{{uiRootPath}}{{asset
'js/vendor/svg4everybody.js'}}"></script>
+<script async
src="https://cdn.jsdelivr.net/algoliasearch/3/algoliasearchLite.min.js"></script>
Review comment:
I think I'd like to serve this from the same server, i.e. not rely on
cdn.jsdelivr.net and have cache busting like we have for other resources.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services