From 19092ae5363391904c7ab7a435964db328c8c2c8 Mon Sep 17 00:00:00 2001 From: joeyutong Date: Tue, 10 Mar 2026 18:12:08 +0800 Subject: [PATCH] [FLINK-39237][Doc] Decouple flink-training links from the Flink branch --- docs/config.toml | 1 + docs/layouts/shortcodes/training_link.html | 2 +- docs/layouts/shortcodes/training_repo.html | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 19bd8fe87d7af..d4cd5b6af43ed 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -50,6 +50,7 @@ pygmentsUseClasses = true # Flink training exercises TrainingExercises = "//github.com/apache/flink-training" + TrainingExercisesBranch = "master" # This suffix is appended to the Scala-dependent Maven artifact names ScalaVersion = "_2.12" diff --git a/docs/layouts/shortcodes/training_link.html b/docs/layouts/shortcodes/training_link.html index 2f0e3cb5d8a72..e8f2c2f049b86 100644 --- a/docs/layouts/shortcodes/training_link.html +++ b/docs/layouts/shortcodes/training_link.html @@ -23,6 +23,6 @@ - file: The absolute path to the image file (required) - name: The rendered link name (required) */}} - + {{ .Get "name" }} diff --git a/docs/layouts/shortcodes/training_repo.html b/docs/layouts/shortcodes/training_repo.html index 939f334facc54..d6f0992a9d1be 100644 --- a/docs/layouts/shortcodes/training_repo.html +++ b/docs/layouts/shortcodes/training_repo.html @@ -23,7 +23,6 @@ - file: The absolute path to the image file (required) - name: The rendered link name (required) */}} - + flink-training-repo -