Skip to content

Commit

Permalink
Merge pull request #352 from Serdaro/mc-swagger
Browse files Browse the repository at this point in the history
Fix swagger for MC 5.4 and 5.5-snapshot
  • Loading branch information
Serdaro committed Apr 17, 2024
2 parents 4594660 + 6502887 commit beb0dba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ antora:
trace: true
componentversions:
- name: management-center
version: '5.4-snapshot'
version: '5.5-snapshot'
mappings:
- module: integrate
family: attachment
Expand Down Expand Up @@ -260,7 +260,7 @@ antora:
includes:
- '5.1.z'
- name: management-center
version: "5.4"
version: '5.4'
mappings:
- module: integrate
family: attachment
Expand All @@ -270,7 +270,7 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- 5.4.0
- '5.4.0'
- require: ./lib/api_json.js
tags:
- Favorites
Expand Down
10 changes: 3 additions & 7 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ ui:
- path: netlify.toml
contents: >
[[headers]]
for = "/api/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Expand All @@ -230,7 +226,7 @@ antora:
trace: true
componentversions:
- name: management-center
version: '5.4-snapshot'
version: '5.5-snapshot'
mappings:
- module: integrate
family: attachment
Expand Down Expand Up @@ -278,7 +274,7 @@ antora:
includes:
- '5.1.z'
- name: management-center
version: "5.4"
version: '5.4'
mappings:
- module: integrate
family: attachment
Expand All @@ -288,7 +284,7 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- 5.4.0
- '5.4.0'
- require: ./lib/api_json.js
tags:
- Favorites
Expand Down

0 comments on commit beb0dba

Please sign in to comment.