Repository: flink Updated Branches: refs/heads/release-0.8 64ef514b6 -> f6f823e6f
[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/f6f823e6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f6f823e6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f6f823e6 Branch: refs/heads/release-0.8 Commit: f6f823e6f470037451ec7cb0bee059aa4b229aed Parents: 64ef514 Author: David Anderson <[email protected]> Authored: Fri Jan 20 11:41:00 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Mon Feb 6 18:09:28 2017 +0100 ---------------------------------------------------------------------- docs/_layouts/default.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/f6f823e6/docs/_layouts/default.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 0548204..61396e3 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -36,6 +36,10 @@ under the License. </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> + {% include navbar.html %} <div style="padding-top:120px" class="container">
