This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git.
from d20afc4 fix: make sure RC versions are not promoted
new ef51e20 chore: add search
new 88e37ea new: add search to the hugo pages
new 47eb985 update: update cdn link to algolia lite v4
new b13eb7c fix: fixed console error when searching
new a52620a update: show no result text on empty search results
new 18e683d update: hide results when esc key pressed
new 31916c0 update: hide search results when not on focus
new 46e5efc update: updated search bar stying
new 60beeaf update: search result styling
new 2463afc new: move algoliasearch into vendor dir
new 16dd98a fix: load algolia search from vendor dir
new 28d7992 update: load algloia lite version to reduce load
new 7eab48e update: limited 10 hits per search results
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
antora-ui-camel/package.json | 6 +-
antora-ui-camel/src/css/header.css | 51 ++++++++-
.../src/js/vendor/alogliasearch.bundle.js | 97 ++++++++++++++++
antora-ui-camel/src/partials/footer-scripts.hbs | 1 +
antora-ui-camel/src/partials/header-content.hbs | 5 +
antora-ui-camel/yarn.lock | 124 +++++++++++++++++++++
layouts/partials/footer.html | 5 +-
layouts/partials/header.html | 5 +
package.json | 1 +
yarn.lock | 124 +++++++++++++++++++++
10 files changed, 414 insertions(+), 5 deletions(-)
create mode 100644 antora-ui-camel/src/js/vendor/alogliasearch.bundle.js