zregvart commented on a change in pull request #340: URL: https://github.com/apache/camel-website/pull/340#discussion_r411233443
########## File path: antora-ui-camel/src/js/vendor/algoliasearch.bundle.js ########## @@ -46,7 +46,12 @@ const data = hits.reduce((data, hit) => { const d = {} d.url = hit.url - d.breadcrumbs = Object.values(hit.hierarchy).slice(1).filter((lvl) => lvl !== null).join(' » ') + var breadcrumbs = Object.values(hit.hierarchy).slice(1).filter((lvl) => lvl !== null).join(' » ') Review comment: Our current UI as a proof of concept that we did in #163/#81, so this is just our first iteration of the UI. At the point we made this Algolia didn't offer a light version of the UI, perhaps the current (v4) incarnation is light enough to be used instead of our POC. With search we have a number of issues that we need to address, design being just one of them. I welcome all improvements in this area. ---------------------------------------------------------------- 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: us...@infra.apache.org