Skip to content

Commit 2944aeb

Browse files
authored
Clear excluded versions in antora-playbook.yml (#488)
Removed excluded versions for hazelcast and management-center. # Description of change Please write a summary of your changes and why you made them. Be sure to reference any related issues by adding `fixes #(issue)`. ## Type of change Select the type of change that you're making: - [ ] Bug fix (Addresses an issue in existing content such as a typo) - [ ] Enhancement (Adds new content) ## Open Questions and Pre-Merge TODOs - [ ] Use github checklists to create a list. When an item is solved, check the box and explain the answer.
1 parent f7510d9 commit 2944aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ asciidoc:
283283
# Use !{componentName} to exclude it from the dropdown
284284
page-component-order: '!home, !templates, !imdg, !privacy, !jdbc-driver, hazelcast, management-center, cloud, *'
285285
# Versions of components to be hidden on the UI
286-
page-excluded-versions: 'hazelcast:5.6,management-center:5.9'
286+
page-excluded-versions: ''
287287
# How many last versions of each component to display
288288
page-last-versions-count: 10
289289
# https://docs.antora.org/antora/latest/playbook/asciidoc-attributes/#precedence-rules

0 commit comments

Comments
 (0)