Repository: flink Updated Branches: refs/heads/release-1.3 90d0d9114 -> 05a5fd99e
[docs] Set version to 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/05a5fd99 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/05a5fd99 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/05a5fd99 Branch: refs/heads/release-1.3 Commit: 05a5fd99e0c4b2aca747a45ab4dc895de29b1caf Parents: 90d0d91 Author: Robert Metzger <[email protected]> Authored: Thu Jun 1 16:26:27 2017 +0200 Committer: Robert Metzger <[email protected]> Committed: Thu Jun 1 16:26:41 2017 +0200 ---------------------------------------------------------------------- docs/_config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/05a5fd99/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 9167ace..809c6bc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,7 +26,7 @@ # 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.3-SNAPSHOT" +version: "1.3.0" version_short: "1.3" # Used for the top navbar w/o snapshot suffix is_snapshot_version: true @@ -43,9 +43,10 @@ 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 +is_stable: true previous_docs: + 1.3: http://ci.apache.org/projects/flink/flink-docs-release-1.3 1.2: http://ci.apache.org/projects/flink/flink-docs-release-1.2 1.1: http://ci.apache.org/projects/flink/flink-docs-release-1.1 1.0: http://ci.apache.org/projects/flink/flink-docs-release-1.0
