[docs] Update version to 1.3-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d52d006c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d52d006c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d52d006c Branch: refs/heads/master Commit: d52d006c6b78e6483e5a242d81c905d64ef352ab Parents: 89c7acb Author: Ufuk Celebi <[email protected]> Authored: Fri Feb 3 10:21:39 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 3 10:21:39 2017 +0100 ---------------------------------------------------------------------- docs/_config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/d52d006c/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index b3d8d6f..d1e6897 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,8 +26,8 @@ # 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_short: "1.2" # Used for the top navbar w/o snapshot suffix +version: "1.3-SNAPSHOT" +version_short: "1.3" # Used for the top navbar w/o snapshot suffix is_snapshot_version: true # This suffix is appended to the Scala-dependent Maven artifact names @@ -44,9 +44,10 @@ download_url: "http://flink.apache.org/downloads.html" # 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 +latest_stable_url: http://ci.apache.org/projects/flink/flink-docs-release-1.2 previous_docs: + 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 @@ -79,4 +80,4 @@ kramdown: host: 0.0.0.0 # please use a protocol relative URL here -baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.2 +baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.3
