This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tapestry-5-site-builder.git
The following commit(s) were added to refs/heads/main by this push:
new 8a559c5 Add Antora Lunr Extension
8a559c5 is described below
commit 8a559c5bbbbf215bb2418d23ea2852af27334e7b
Author: Volker Lamp <[email protected]>
AuthorDate: Sun May 10 09:09:09 2026 +0200
Add Antora Lunr Extension
---
antora-playbook.yml | 5 +++++
build.gradle | 1 +
2 files changed, 6 insertions(+)
diff --git a/antora-playbook.yml b/antora-playbook.yml
index 85eefb0..2254e6b 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -19,3 +19,8 @@ ui:
url:
https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental-ui
+antora:
+ extensions:
+ - require: '@antora/lunr-extension'
+ index_latest_only: true
+ index_by_heading: true
diff --git a/build.gradle b/build.gradle
index 47bbff3..62ecf56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,6 +5,7 @@ plugins {
antora {
packages = [
// '@antora/collector-extension': 'latest'
+ '@antora/lunr-extension': 'latest',
'asciidoctor-kroki' : 'latest'
]
}