From 547fd2f86aec3b8f4f57d158278251f45ef55347 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Tue, 8 Feb 2022 12:36:36 -0500 Subject: [PATCH] DBZ-4712 Fix documentation build for `main` branch --- documentation/antora.yml | 2 +- documentation/modules/ROOT/pages/install.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/antora.yml b/documentation/antora.yml index c721863f6..2d4be894c 100644 --- a/documentation/antora.yml +++ b/documentation/antora.yml @@ -1,6 +1,6 @@ name: reference title: Debezium Documentation -version: 'main' +version: 'master' display_version: 'nightly' prerelease: true nav: diff --git a/documentation/modules/ROOT/pages/install.adoc b/documentation/modules/ROOT/pages/install.adoc index 25bed8acd..8a2fe45ff 100644 --- a/documentation/modules/ROOT/pages/install.adoc +++ b/documentation/modules/ROOT/pages/install.adoc @@ -28,7 +28,7 @@ Restart your Kafka Connect process to pick up the new JARs. The connector plug-ins are available from Maven: -ifeval::['{page-version}' == 'main'] +ifeval::['{page-version}' == 'master'] * {link-mysql-plugin-snapshot}[MySQL Connector plugin archive] * {link-postgres-plugin-snapshot}[Postgres Connector plugin archive] * {link-mongodb-plugin-snapshot}[MongoDB Connector plugin archive] @@ -38,9 +38,9 @@ ifeval::['{page-version}' == 'main'] * {link-cassandra-plugin-snapshot}[Cassandra plugin archive] (incubating) * {link-vitess-plugin-snapshot}[Vitess plugin archive] (incubating) -NOTE: All above links are to nightly snapshots of the {prodname} master branch. If you are looking for non-snapshot versions, please select the appropriate version in the top right. +NOTE: All above links are to nightly snapshots of the {prodname} main branch. If you are looking for non-snapshot versions, please select the appropriate version in the top right. endif::[] -ifeval::['{page-version}' != 'main'] +ifeval::['{page-version}' != 'master'] * https://repo1.maven.org/maven2/io/debezium/debezium-connector-mysql/{debezium-version}/debezium-connector-mysql-{debezium-version}-plugin.tar.gz[MySQL Connector plugin archive] * https://repo1.maven.org/maven2/io/debezium/debezium-connector-postgres/{debezium-version}/debezium-connector-postgres-{debezium-version}-plugin.tar.gz[Postgres Connector plugin archive] * https://repo1.maven.org/maven2/io/debezium/debezium-connector-mongodb/{debezium-version}/debezium-connector-mongodb-{debezium-version}-plugin.tar.gz[MongoDB Connector plugin archive]