Skip to content

Commit

Permalink
DEX-132- update playbook for swagger refs (#1127)
Browse files Browse the repository at this point in the history
* DOCS-708: remove jet-start.sh links

* DOCS-132: update nav to display swagger content (test)

* DEX-132: update antora playbook to include swagger refs
  • Loading branch information
oliverhowell authored Jun 5, 2024
1 parent 8fea982 commit aa51e6c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ 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
antora:
extensions:
- require: '@djencks/antora-aggregate-collector'
trace: true
componentversions:
- name: hz-docs
version: '5.5-snapshot'
mappings:
- module: integrate
family: attachment
origin:
url:
include:
- '**/docs/rest'
branch:
includes:
- 'master'
asciidoc:
attributes:
# Download images from kroki at build time (does not work for inline images)
Expand All @@ -36,4 +53,6 @@ asciidoc:
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
- ./lib/swagger-ui-block-macro.js
- ./lib/swagger-ui-block-macro.js


0 comments on commit aa51e6c

Please sign in to comment.