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

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


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 2f13f00  [hotfix][docs] Mark 1.6 documentation as stable
2f13f00 is described below

commit 2f13f001efe0a5065ea1b71b1fa872785c437376
Author: Till Rohrmann <[email protected]>
AuthorDate: Thu Aug 9 15:03:06 2018 +0200

    [hotfix][docs] Mark 1.6 documentation as stable
---
 docs/_config.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 6918c64..3cf1129 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,12 +27,12 @@
 # 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: "1.6-SNAPSHOT"
+version: "1.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
-version_title: "1.6-SNAPSHOT"
-version_javadocs: "1.6-SNAPSHOT"
-version_scaladocs: "1.6-SNAPSHOT"
+version_title: "1.6"
+version_javadocs: "1.6"
+version_scaladocs: "1.6"
 
 # This suffix is appended to the Scala-dependent Maven artifact names
 scala_version_suffix: "_2.11"
@@ -45,11 +45,11 @@ github_url: "https://github.com/apache/flink";
 download_url: "http://flink.apache.org/downloads.html";
 
 # please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-docs-master
+baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.6
 stable_baseurl: //ci.apache.org/projects/flink/flink-docs-stable
 
 # Flag whether this is a stable version or not. Used for the quickstart page.
-is_stable: false
+is_stable: true
 
 # Flag to indicate whether an outdated warning should be shown.
 show_outdated_warning: false

Reply via email to