-
Notifications
You must be signed in to change notification settings - Fork 97
/
antora-playbook.yml
57 lines (57 loc) · 1.71 KB
/
antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site:
title: Documentation
url: https://hardcore-allen-f5257d.netlify.app/
start_page: hazelcast:ROOT:what-is-hazelcast.adoc
robots: disallow
keys:
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
ai_search_id: '6b326171-dd1e-40c6-a948-1f9bb6c0ed52'
content:
sources:
- url: .
branches: HEAD
start_path: docs
- url: https://github.com/hazelcast/hazelcast-mono
branches: [master]
start_path: docs/rest
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: hazelcast
version: '6.0-snapshot'
mappings:
- module: maintain-cluster
family: attachment
origin:
url:
include:
- '**/hazelcast/hazelcast-mono'
branch:
includes:
- 'master'
asciidoc:
attributes:
# Download images from kroki at build time (does not work for inline images)
kroki-fetch-diagram: true
# Inlude next and previous links on each page
page-pagination: true
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
# Variables used in the docs
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
hazelcast-cloud: Cloud
ucn: User Code Namespaces
ucd: User Code Deployment
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki
- ./lib/swagger-ui-block-macro.js