Skip to content

Commit

Permalink
Adding PDF extension config files for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro committed Sep 15, 2023
1 parent e1cc990 commit d53930c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions assembler-playbook-mc-5.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
site:
title: Documentation
url: https:/docs.hazelcast.com
content:
sources:
- url: https://github.com/hazelcast/management-center-docs
branches: [v/5.3]
start_path: docs
antora:
extensions:
- '@antora/pdf-extension'
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
asciidoc:
attributes:
# Download images from kroki at build time (does not work for inline images)
kroki-fetch-diagram: true
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
# Filter out content that doesn't apply to PDF such as embedded scripts
backend-pdf: true
hazelcast-cloud: Viridian Cloud
page-cloud-console: https://viridian.hazelcast.com/
extensions:
- ./lib/tabs-block.js
- ./lib/swagger-ui-block-macro.js
- asciidoctor-kroki
30 changes: 30 additions & 0 deletions assembler-playbook-platform-5-3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
site:
title: Documentation
url: https:/docs.hazelcast.com
content:
sources:
- url: https://github.com/hazelcast/hz-docs
branches: [v/5.3]
start_path: docs
antora:
extensions:
- '@antora/pdf-extension'
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
asciidoc:
attributes:
# Download images from kroki at build time (does not work for inline images)
kroki-fetch-diagram: true
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
# Filter out content that doesn't apply to PDF such as embedded scripts
backend-pdf: true
hazelcast-cloud: Viridian Cloud
page-cloud-console: https://viridian.hazelcast.com/
extensions:
- ./lib/tabs-block.js
- ./lib/swagger-ui-block-macro.js
- asciidoctor-kroki

0 comments on commit d53930c

Please sign in to comment.