forked from debezium/debezium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaybook.yml
More file actions
46 lines (41 loc) · 1.53 KB
/
playbook.yml
File metadata and controls
46 lines (41 loc) · 1.53 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
site:
title: Debezium Documentation
# the 404, site-map, and canonical urls are only generated when a url is defined
url: https://www.debezium.io/documentation
start_page: reference::index.adoc
content:
sources:
- url: https://github.com/debezium/debezium.git
start_path: documentation
branches:
# The development docs branch has been updated to be called '1.0'.
# We should add a 0.10 branch and expose that version docs from there. Until then, use 0.10.0.Final tag.
# - 'development_docs'
- 'master'
- '0.9'
- '0.10'
ui:
bundle:
url: /site/_antora/ui-bundle.zip
snapshot: true
supplemental_files: /site/_antora/supplemental_ui
output_dir: debezium-antora
runtime:
fetch: true
output:
dir: /site/_site/documentation
# These are global Antora attributes that will be used when building the Debezium documentation.
# These are placed here to avoid having to include an _attributes.adoc in every single asciidoc page.
# See https://github.com/debezium/debezium/pull/1152#issuecomment-568007275
#
# Ideally when changes are made to this section, you should also update playbook-author.yml to keep
# both playbook descriptor files in sync.
#
asciidoc:
attributes:
prodname: 'Debezium'
assemblies: '../assemblies'
modules: '../../modules'
mysql-connector-plugin-download: 'https://repo1.maven.org/maven2/io/debezium/debezium-connector-mysql/1.0.0.Final/debezium-connector-mysql-1.0.0.Final-plugin.tar.gz'
mysql-version: '8.0'
context: 'debezium'