forked from hazelcast/cloud-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook-local.yml
44 lines (42 loc) · 1.09 KB
/
antora-playbook-local.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
site:
title: Documentation
url: http:localhost:5000
start_page: cloud::overview.adoc
robots: disallow
keys:
google_analytics: 'GTM-MQ59XD6'
docsearch_id: 'QK2EAH8GB0'
docsearch_api: 'ef7bd9485eafbd75d6e8425949eda1f5'
docsearch_index: 'prod_hazelcast_docs'
content:
sources:
- url: .
branches: HEAD
start_paths:
- ./docs
- ./tutorials
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
supplemental_files:
- path: netlify.toml
contents: >
[[headers]]
for = "/api/*"
[headers.values]
Access-Control-Allow-Origin = "*"
- path: ui.yml
contents: |
static_files: [ netlify.toml ]
asciidoc:
attributes:
page-pagination: true
idprefix: ''
idseparator: '-'
hazelcast-cloud: Cloud
page-cloud-console: https://cloud.hazelcast.com/
page-cloud-signup: https://cloud.hazelcast.com/sign-up
extensions:
- ./lib/tabs-block.js
- asciidoctor-kroki