Skip to content

Commit

Permalink
Add new Swagger sources (#374)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
oliverhowell authored Jul 30, 2024
1 parent 148876f commit d289e54
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d289e54

Please sign in to comment.