-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtruly-local-playbook.yml
More file actions
81 lines (81 loc) · 2.4 KB
/
truly-local-playbook.yml
File metadata and controls
81 lines (81 loc) · 2.4 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
site:
title: Stackable Documentation
url: https://docs.stackable.tech
start_page: home::index.adoc
robots: allow
keys:
enable_tracking: false
urls:
# This replaces the component version in the URL of the latest stable version with 'stable'
# i.e. /commons-operator/stable/index.html instead of /commons-operator/0.3/index.html
latest_version_segment: stable
antora:
extensions:
- require: '@sntke/antora-mermaid-extension'
mermaid_library_url: https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
script_stem: mermaid-scripts
- ./supplemental-ui/lib/stackable-operator-helpers.js
content:
sources:
- url: ./
branches:
- HEAD
# management tools
- url: ../stackable-cockpit/
start_path: docs
# demos
- url: ../demos/
start_path: docs
# internal operators
- url: ../commons-operator/
start_path: docs
- url: ../secret-operator/
start_path: docs
- url: ../listener-operator/
start_path: docs
# product operators
- url: ../airflow-operator/
start_path: docs
- url: ../druid-operator/
start_path: docs
- url: ../hbase-operator/
start_path: docs
- url: ../hdfs-operator/
start_path: docs
- url: ../hive-operator/
start_path: docs
- url: ../kafka-operator/
start_path: docs
- url: ../nifi-operator/
start_path: docs
- url: ../opa-operator/
start_path: docs
- url: ../opensearch-operator/
start_path: docs
- url: ../spark-k8s-operator/
start_path: docs
- url: ../superset-operator/
start_path: docs
- url: ../trino-operator/
start_path: docs
- url: ../zookeeper-operator/
start_path: docs
ui:
bundle:
url: ./ui/build/ui-bundle.zip
supplemental_files: ./supplemental-ui
asciidoc:
extensions:
- '@asciidoctor/tabs'
attributes:
base-repo: https://github.com/stackabletech
# an external icon. Create a link opening in a new tab like this: http://my-url.com[Text {external-link-icon}^]
external-link-icon: "<i class=\"fa-solid fa-arrow-up-right-from-square fa-xs\" style=\"margin-left: 3px; vertical-align: baseline;\"></i>"
# the default caching directory is ./.cache/antora
# Antora caches the git repos, this can sometimes lead to stale content
# use 'make clean' to remove the build and cache directory
runtime:
cache_dir: ./cache
log:
failure_level: warn