This is an automated email from the ASF dual-hosted git repository. kunni pushed a commit to branch release-3.6 in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
commit 21ec4aeb5d188c761460fe971a218805b3df12fc Author: lvyanquan <[email protected]> AuthorDate: Sat Mar 21 09:30:53 2026 +0800 [docs] Update config.toml. --- docs/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 9b653bca1..2d7fc56b8 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-master' +baseURL = '//nightlies.apache.org/flink/flink-cdc-docs-release-3.6' languageCode = 'en-us' title = 'Apache Flink CDC' enableGitInfo = false @@ -34,14 +34,14 @@ pygmentsUseClasses = true # where we change the version for the complete docs when forking of a release # branch etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "3.6-SNAPSHOT" + Version = "3.6.0" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "3.6-SNAPSHOT" + VersionTitle = "3.6" # The branch for this version of Apache Flink CDC - Branch = "master" + Branch = "release-3.6" # The GitHub repository for Apache Flink CDC Repo = "//github.com/apache/flink-cdc" @@ -54,7 +54,7 @@ pygmentsUseClasses = true # of the menu MenuLinks = [ ["Project Homepage", "//flink.apache.org"], - ["JavaDocs", "//nightlies.apache.org/flink/flink-cdc-docs-master/api/java/"], + ["JavaDocs", "//nightlies.apache.org/flink/flink-cdc-docs-release-3.6/api/java/"], ] PreviousDocs = [
