Skip to content

Commit 12b786b

Browse files
committed
Only include latest version in search
1 parent 60e6f13 commit 12b786b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

antora-local-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ ui:
1616
supplemental_files: ./supplemental_ui
1717
antora:
1818
extensions:
19-
- "@antora/lunr-extension"
19+
- require: "@antora/lunr-extension"
20+
index_latest_only: true

antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ ui:
2626
supplemental_files: ./supplemental_ui
2727
antora:
2828
extensions:
29-
- "@antora/lunr-extension"
29+
- require: "@antora/lunr-extension"
30+
index_latest_only: true

0 commit comments

Comments
 (0)