7
7
keys :
8
8
enable_tracking : true
9
9
10
+ # URL config settings.
11
+ # docs: https://docs.antora.org/antora/latest/playbook/configure-urls/
10
12
urls :
11
- # This replaces the component version in the URL of the latest stable version with 'stable'
12
- # i.e. /commons-operator/stable/index.html instead of /commons-operator/0.3/index.html
13
+ # The symbolic name of the latest stable version, and how to redirect from/to it.
14
+ # with 'redirect:to', the _actual_ version link is a redirect, and the _actual_ link
15
+ # contains the symbolic name, i.e. stable.
16
+ # As the user browses the latest docs, there will be 'stable' in the links. Also
17
+ # search engines will see the 'stable' link and index those pages, so if we release
18
+ # a new version, these links will be already in the index, which is good.
19
+ # Linking to the latest version by version number is still possible, and after the
20
+ # latest version is not latest anymore, the redirect is instead the actual URL.
13
21
latest_version_segment : stable
22
+ latest_version_segment_strategy : redirect:to
23
+ # We deploy our site on netlify, so we use their redirect config mechanism
14
24
redirect_facility : netlify
15
25
16
26
content :
17
27
sources :
18
28
- url : .
19
29
branches :
20
30
- HEAD
31
+ - release/23.11
21
32
- release/23.7
22
33
- release/23.4
23
34
- release/23.1
24
- - release/22.11
25
- - release/22.09
26
- - release/22.06
27
- # stackablectl
28
- - url : https://github.com/stackabletech/stackablectl.git
35
+ # management tools
36
+ - url : https://github.com/stackabletech/stackable-cockpit.git
29
37
start_path : docs
30
38
branches : main
39
+ # demos
40
+ - url : https://github.com/stackabletech/demos.git
41
+ start_path : docs
42
+ branches :
43
+ - main
44
+ - release-23.11
45
+ - release-23.7
46
+ - release-23.4
47
+ - release-23.1
31
48
# internal operators
32
49
- url : https://github.com/stackabletech/commons-operator.git
33
50
start_path : docs
34
51
branches :
35
52
- main
53
+ - release-23.11
36
54
- release-23.7
37
55
- release-23.4
38
56
- release-23.1
39
- - distributed-component-compat # (required for 0.4 and below)
40
- - old-release-docs/0.4
41
- - old-release-docs/0.3
42
- - old-release-docs/0.2
43
57
- url : https://github.com/stackabletech/secret-operator.git
44
58
start_path : docs
45
59
branches :
46
60
- main
61
+ - release-23.11
47
62
- release-23.7
48
63
- release-23.4
49
64
- release-23.1
50
- - distributed-component-compat # (required for 0.6 and below)
51
- tags :
52
- - docs/0.6
53
- - docs/0.5
54
65
- url : https://github.com/stackabletech/listener-operator.git
55
66
start_path : docs
56
67
branches :
57
68
- main
69
+ - release-23.11
58
70
- release-23.7
59
71
- release-23.4
60
72
- release-23.1
@@ -63,146 +75,98 @@ content:
63
75
start_path : docs
64
76
branches :
65
77
- main
78
+ - release-23.11
66
79
- release-23.7
67
80
- release-23.4
68
81
- release-23.1
69
- - distributed-component-compat # (required for 0.6 and below)
70
- - old-release-docs/0.6
71
- - old-release-docs/0.5
72
- tags :
73
- - docs/0.4
74
82
- url : https://github.com/stackabletech/druid-operator.git
75
83
start_path : docs
76
84
branches :
77
85
- main
86
+ - release-23.11
78
87
- release-23.7
79
88
- release-23.4
80
89
- release-23.1
81
- - distributed-component-compat
82
- - old-release-docs/0.8
83
- - old-release-docs/0.7
84
- tags :
85
- - docs/0.6
86
90
- url : https://github.com/stackabletech/hbase-operator.git
87
91
start_path : docs
88
92
branches :
89
93
- main
94
+ - release-23.11
90
95
- release-23.7
91
96
- release-23.4
92
97
- release-23.1
93
- - distributed-component-compat
94
- - old-release-docs/0.5
95
- - old-release-docs/0.4
96
- - old-release-docs/0.3
97
98
- url : https://github.com/stackabletech/hdfs-operator.git
98
99
start_path : docs
99
100
branches :
100
101
- main
102
+ - release-23.11
101
103
- release-23.7
102
104
- release-23.4
103
105
- release-23.1
104
- - distributed-component-compat
105
- - old-release-docs/0.6
106
- - old-release-docs/0.5
107
- tags :
108
- - docs/0.4
109
106
- url : https://github.com/stackabletech/hive-operator.git
110
107
start_path : docs
111
108
branches :
112
109
- main
110
+ - release-23.11
113
111
- release-23.7
114
112
- release-23.4
115
113
- release-23.1
116
- - distributed-component-compat
117
- tags :
118
- - docs/0.8
119
- - docs/0.7
120
- - docs/0.6
121
114
- url : https://github.com/stackabletech/kafka-operator.git
122
115
start_path : docs
123
116
branches :
124
117
- main
118
+ - release-23.11
125
119
- release-23.7
126
120
- release-23.4
127
121
- release-23.1
128
- - distributed-component-compat
129
- tags :
130
- - docs/0.8
131
- - docs/0.7
132
- - docs/0.6
133
122
- url : https://github.com/stackabletech/nifi-operator.git
134
123
start_path : docs
135
124
branches :
136
125
- main
126
+ - release-23.11
137
127
- release-23.7
138
128
- release-23.4
139
129
- release-23.1
140
- - distributed-component-compat # (required for 0.8 and below)
141
- - old-release-docs/0.8
142
- - old-release-docs/0.7
143
- - old-release-docs/0.6
144
130
- url : https://github.com/stackabletech/opa-operator.git
145
131
start_path : docs
146
132
branches :
147
133
- main
134
+ - release-23.11
148
135
- release-23.7
149
136
- release-23.4
150
137
- release-23.1
151
- - distributed-component-compat
152
- tags :
153
- - docs/0.11
154
- - docs/0.10
155
- - docs/0.9
156
138
- url : https://github.com/stackabletech/spark-k8s-operator.git
157
139
start_path : docs
158
140
branches :
159
141
- main
142
+ - release-23.11
160
143
- release-23.7
161
144
- release-23.4
162
145
- release-23.1
163
- - distributed-component-compat
164
- tags :
165
- - docs/0.6
166
- - docs/0.5
167
- - docs/0.4
168
- - docs/0.3
169
- - docs/0.2
170
146
- url : https://github.com/stackabletech/superset-operator.git
171
147
start_path : docs
172
148
branches :
173
149
- main
150
+ - release-23.11
174
151
- release-23.7
175
152
- release-23.4
176
153
- release-23.1
177
- - distributed-component-compat
178
- - old-release-docs/0.7
179
- - old-release-docs/0.6
180
- - old-release-docs/0.5
181
154
- url : https://github.com/stackabletech/trino-operator.git
182
155
start_path : docs
183
156
branches :
184
157
- main
158
+ - release-23.11
185
159
- release-23.7
186
160
- release-23.4
187
161
- release-23.1
188
- - distributed-component-compat
189
- - old-release-docs/0.8
190
- - old-release-docs/0.7
191
- tags :
192
- - docs/0.6
193
- - docs/0.5
194
- - docs/0.4
195
162
- url : https://github.com/stackabletech/zookeeper-operator.git
196
163
start_path : docs
197
164
branches :
198
165
- main
166
+ - release-23.11
199
167
- release-23.7
200
168
- release-23.4
201
169
- release-23.1
202
- - distributed-component-compat
203
- - old-release-docs/0.12
204
- - old-release-docs/0.11
205
- - old-release-docs/0.10
206
170
207
171
ui :
208
172
bundle :
@@ -212,15 +176,14 @@ ui:
212
176
antora :
213
177
extensions :
214
178
- ' @antora/lunr-extension'
215
- - asciidoctor-kroki
216
179
217
180
asciidoc :
218
181
attributes :
219
182
base-repo : https://github.com/stackabletech
220
183
plantuml-server-url : http://www.plantuml.com/plantuml
221
184
kroki-fetch-diagram : true
222
- extensions :
223
- - asciidoctor-kroki
185
+ # an external icon. Create a link opening in a new tab like this: http://my-url.com[Text {external-link-icon}^]
186
+ external-link-icon : " <i class= \" fa-solid fa-arrow-up-right-from-square fa-xs \" style= \" margin-left: 3px; vertical-align: baseline; \" ></i> "
224
187
225
188
# the default caching directory is ./.cache/antora
226
189
# Antora caches the git repos, this can sometimes lead to stale content
0 commit comments