Skip to content

Commit

Permalink
DEX-112 swagger platform (#367)
Browse files Browse the repository at this point in the history
https://hazelcast.atlassian.net/browse/DEX-132

# 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.
  • Loading branch information
fantkolja authored Jul 1, 2024
1 parent 794cc9d commit 206afe3
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 15 deletions.
40 changes: 29 additions & 11 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ content:
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/stream-processing-fundamentals
branches: master
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/airline-connections
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/sql_stock_ticker_cloud
- url: https://github.com/hazelcast-guides/Generating-Data-using-SQL
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/Generating-Data-using-SQL
- url: https://github.com/hazelcast-guides/sql_stock_ticker_cloud
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/Stream-Processing-Intro
Expand Down Expand Up @@ -185,12 +185,18 @@ content:
- url: https://github.com/hazelcast-guides/serverless-trade-monitor-dashboard
branches: master
start_path: docs
# - url: https://github.com/hazelcast/management-center
# branches: [master]
# start_path: hazelcast-management-center/src/openapi/external
# - url: https://github.com/hazelcast/management-center
# branches: [5.1.z, 5.2.z, 5.3.0]
# start_path: openapi/external
# Uncomment to build Swagger docs locally
# These are private repos. You need to do private repository authentication.
# See [here](https://docs.antora.org/antora/latest/playbook/private-repository-auth/) how to do that
# - url: https://github.com/hazelcast/hazelcast-mono
# branches: [master]
# start_path: docs/rest
# - url: https://github.com/hazelcast/management-center
# branches: [master]
# start_path: hazelcast-management-center/src/openapi/external
# - url: https://github.com/hazelcast/management-center
# branches: [5.1.z, 5.2.z, 5.3.0]
# start_path: openapi/external
- url: https://github.com/hazelcast-guides/csharp-client-getting-started
branches: master
start_path: docs
Expand Down Expand Up @@ -218,6 +224,18 @@ antora:
- require: '@djencks/antora-aggregate-collector'
trace: true
componentversions:
- name: hazelcast
version: '5.5-snapshot'
mappings:
- module: maintain-cluster
family: attachment
origin:
url:
include:
- '**/hazelcast/hazelcast-mono'
branch:
includes:
- 'master'
- name: management-center
version: '5.5-snapshot'
mappings:
Expand All @@ -241,7 +259,7 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.3.z'
- '5.3.0'
- name: management-center
version: '5.2'
mappings:
Expand Down Expand Up @@ -309,7 +327,7 @@ asciidoc:
# Use * to list all remaining products in alphabetical order.
page-component-order: 'hazelcast, management-center, cloud, *'
page-pagination: true@
# Allow the use of UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/
# Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/
page-experimental: true
idprefix: ''
idseparator: '-'
Expand Down
15 changes: 15 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ content:
- url: https://github.com/hazelcast-guides/serverless-trade-monitor-dashboard
branches: master
start_path: docs
- url: https://github.com/hazelcast/hazelcast-mono
branches: [master]
start_path: docs/rest
- url: https://github.com/hazelcast/management-center
branches: [master, 5.4.0]
start_path: hazelcast-management-center/src/openapi/external
Expand Down Expand Up @@ -230,6 +233,18 @@ antora:
- require: '@djencks/antora-aggregate-collector'
trace: true
componentversions:
- name: hazelcast
version: '5.5-snapshot'
mappings:
- module: maintain-cluster
family: attachment
origin:
url:
include:
- '**/hazelcast/hazelcast-mono'
branch:
includes:
- 'master'
- name: management-center
version: '5.5-snapshot'
mappings:
Expand Down
4 changes: 2 additions & 2 deletions assembler-playbook-platform-5-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site:
title: Documentation
url: https:/docs.hazelcast.com
content:
sources:
sources:
- url: https://github.com/serdaro/hz-docs
branches: [53-pdf]
start_path: docs
Expand All @@ -12,7 +12,7 @@ content:
antora:
extensions:
- '@antora/pdf-extension'
ui:
ui:
bundle:
url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip
snapshot: true
Expand Down
4 changes: 2 additions & 2 deletions assembler-playbook-platform-5-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site:
title: Documentation
url: https:/docs.hazelcast.com
content:
sources:
sources:
- url: https://github.com/serdaro/hz-docs
branches: [53-pdf]
start_path: docs
Expand All @@ -12,7 +12,7 @@ content:
antora:
extensions:
- '@antora/pdf-extension'
ui:
ui:
bundle:
url: https://github.com/hazelcast/hazelcast-docs-ui/releases/latest/download/ui-bundle.zip #../hazelcast-docs-ui/build/ui-bundle.zip
snapshot: true
Expand Down

0 comments on commit 206afe3

Please sign in to comment.