Repository: flink Updated Branches: refs/heads/release-0.10 644c27504 -> 43f82614f
[FLINK-5575][docs] in old releases, warn users and guide them to the latest stable docs Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/43f82614 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/43f82614 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/43f82614 Branch: refs/heads/release-0.10 Commit: 43f82614fa66a2d25edf51297147d5b341f9e076 Parents: 644c275 Author: David Anderson <[email protected]> Authored: Mon Jan 30 16:24:00 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Mon Feb 6 18:08:17 2017 +0100 ---------------------------------------------------------------------- docs/_layouts/base.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/43f82614/docs/_layouts/base.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html index dfd0f65..37c8b94 100644 --- a/docs/_layouts/base.html +++ b/docs/_layouts/base.html @@ -57,6 +57,10 @@ under the License. <![endif]--> </head> <body> + <div style="position:fixed; bottom:0; left:0; z-index:99999; width:100%; text-align:center; padding:15px; border-top:1px dashed #CE4B65; background:#f6f0e3; font-weight:bold"> + This documentation is for an out-of-date version of Apache Flink. We recommend you use <a href="https://flink.apache.org/q/stable-docs.html">the latest stable version</a>. + </div> + {% comment %} Includes are found in the _includes directory. {% endcomment %} {% include navbar.html %}
