[docs] Update version to 1.2
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/371b76cd Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/371b76cd Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/371b76cd Branch: refs/heads/release-1.2 Commit: 371b76cd344978e843ce18c2c17dc23418f80434 Parents: 1efc602 Author: Ufuk Celebi <[email protected]> Authored: Fri Feb 3 10:19:01 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 3 10:19:01 2017 +0100 ---------------------------------------------------------------------- docs/_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/371b76cd/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index b3d8d6f..9cb916e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,9 +26,9 @@ # to reference a specific Flink version, because this is the only place where # we change the version for the complete docs when forking of a release branch # etc. -version: "1.2-SNAPSHOT" +version: "1.2" version_short: "1.2" # Used for the top navbar w/o snapshot suffix -is_snapshot_version: true +is_snapshot_version: false # This suffix is appended to the Scala-dependent Maven artifact names scala_version_suffix: "_2.10" @@ -43,8 +43,8 @@ download_url: "http://flink.apache.org/downloads.html" # Flag whether this is the latest stable version or not. If not, a warning # will be printed pointing to the docs of the latest stable version. is_latest: true -is_stable: false -latest_stable_url: http://ci.apache.org/projects/flink/flink-docs-release-1.1 +is_stable: true +latest_stable_url: http://ci.apache.org/projects/flink/flink-docs-release-1.2 previous_docs: 1.1: http://ci.apache.org/projects/flink/flink-docs-release-1.1
