From d289e5485893ff6a14a85085f2699a1593e4e625 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Tue, 30 Jul 2024 14:18:02 +0100 Subject: [PATCH] Add new Swagger sources (#374) # Description of change Adds new swagger sources ## Type of change Select the type of change that you're making: - [x] 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. --- antora-playbook.yml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 36b6f478..167a7a25 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -191,7 +191,7 @@ content: branches: master start_path: docs - url: https://github.com/hazelcast/hazelcast-mono - branches: [master] + branches: [master, 5.5.0] start_path: docs/rest - url: https://github.com/hazelcast/management-center branches: [master, 5.4.0, 5.5.0] @@ -252,6 +252,33 @@ antora: branch: includes: - 'master' + - require: '@djencks/antora-aggregate-collector' + trace: true + componentversions: + - name: hazelcast + version: '5.5' + mappings: + - module: maintain-cluster + family: attachment + origin: + url: + include: + - '**/hazelcast/hazelcast-mono' + branch: + includes: + - '5.5.0' + - name: management-center + version: '6.0-snapshot' + mappings: + - module: integrate + family: attachment + origin: + url: + include: + - '**/hazelcast/management-center' + branch: + includes: + - 'master' - name: management-center version: '5.5' mappings: