Repository: flink Updated Branches: refs/heads/release-1.0 193a336ac -> 63660ca39
[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/63660ca3 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/63660ca3 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/63660ca3 Branch: refs/heads/release-1.0 Commit: 63660ca39ce57136722c86fdaa71e5d67c563e7b Parents: 193a336 Author: David Anderson <[email protected]> Authored: Tue Jan 31 14:50:43 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Mon Feb 6 18:07:09 2017 +0100 ---------------------------------------------------------------------- docs/_layouts/base.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/63660ca3/docs/_layouts/base.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html index d4e74ef..f30d98d 100644 --- a/docs/_layouts/base.html +++ b/docs/_layouts/base.html @@ -53,6 +53,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 %}
