Repository: flink Updated Branches: refs/heads/release-0.9 fd64fac44 -> 3ea8ae342
[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/3ea8ae34 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3ea8ae34 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3ea8ae34 Branch: refs/heads/release-0.9 Commit: 3ea8ae3420c607095cd0eb6d637d7fce21c92241 Parents: fd64fac Author: David Anderson <[email protected]> Authored: Mon Jan 30 16:20:06 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Mon Feb 6 18:08:59 2017 +0100 ---------------------------------------------------------------------- docs/_layouts/base.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/3ea8ae34/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 %}
