forked from hazelcast/hz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
check-links-playbook.yml
37 lines (37 loc) · 1.1 KB
/
check-links-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
site:
title: Documentation
url: http:localhost:5000
content:
sources:
- url: .
branches: HEAD
start_path: docs
- url: https://github.com/hazelcast/imdg-docs
branches: [v/*]
start_path: docs
- url: https://github.com/hazelcast/management-center-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast/cloud-docs
branches: [main]
start_path: docs
- url: https://github.com/hazelcast/hazelcast-platform-operator-docs
branches: [main]
start_path: docs
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
# Inlude next and previous links on each page
page-pagination: true
idprefix: ''
# Separate anchor link names by dashes
idseparator: '-'
page-survey: https://www.surveymonkey.co.uk/r/NYGJNF9
extensions:
- ./docs-tabs-library/tabs-block.js
- asciidoctor-kroki