From 1fc0449faf5a067047167be9f4eee02ee4d12049 Mon Sep 17 00:00:00 2001 From: Hang Ruan Date: Fri, 17 Jan 2025 11:09:58 +0800 Subject: [PATCH] [hotfix][build] Add release-3.3 docs --- docs/config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index e3f39d30d17..40ebbf0c357 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.3' languageCode = 'en-us' title = 'Apache Flink CDC' enableGitInfo = false @@ -24,7 +24,7 @@ pygmentsUseClasses = true [params] # Flag whether this is a stable version or not. # Used for the quickstart page. - IsStable = false + IsStable = true # Flag to indicate whether an outdated warning should be shown. ShowOutDatedWarning = 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.3-SNAPSHOT" + Version = "3.3.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.3-SNAPSHOT" + VersionTitle = "3.3" # The branch for this version of Apache Flink CDC - Branch = "master" + Branch = "release-3.3" # 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.3/api/java/"], ] PreviousDocs = [