You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2022/06/24 11:37:41 UTC

[flink-ml] 01/01: [hotfix] Update docs/config.toml

This is an automated email from the ASF dual-hosted git repository.

zhangzp pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink-ml.git

commit c11600096f116b12ea40da04126e6cdac6cadc7b
Author: zhangzp <zh...@gmail.com>
AuthorDate: Fri Jun 24 19:36:53 2022 +0800

    [hotfix] Update docs/config.toml
---
 docs/config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index ba0f2c4..7a7b8cd 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-ml-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-ml-docs-2.1'
 languageCode = 'en-us'
 title = 'Apache Flink Machine Learning Library'
 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
   # 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 = "2.1-SNAPSHOT"
+  Version = "2.1.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 = "2.1-SNAPSHOT"
+  VersionTitle = "2.1"
 
   # The branch for this version of Apache Flink Machine Learning Library
-  Branch = "master"
+  Branch = "release-2.1"
 
   # The github repository for Apache Flink Machine Learning Library
   Repo = "//github.com/apache/flink-ml"
@@ -57,7 +57,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", "//nightlies.apache.org/flink/flink-ml-docs-master/api/java/"],
+    ["JavaDocs", "//nightlies.apache.org/flink/flink-ml-docs-release-2.1/api/java/"],
   ]
 
   PreviousDocs = [