Added thumbnail warning banner to /meta/versions.html
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/5cb9274d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/5cb9274d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/5cb9274d Branch: refs/heads/0.5.0 Commit: 5cb9274d25a6e0f5f819d5192e65a190ccd858d7 Parents: 2f5442a Author: David Toy <[email protected]> Authored: Tue Mar 19 18:09:06 2013 +0000 Committer: David Toy <[email protected]> Committed: Tue Mar 19 18:09:06 2013 +0000 ---------------------------------------------------------------------- docs/meta/versions.md | 8 +++++++- docs/style/images/version banner.png | Bin 0 -> 27048 bytes 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5cb9274d/docs/meta/versions.md ---------------------------------------------------------------------- diff --git a/docs/meta/versions.md b/docs/meta/versions.md index acaf906..a50c4bc 100644 --- a/docs/meta/versions.md +++ b/docs/meta/versions.md @@ -77,8 +77,14 @@ This is the archived documentation for Brooklyn v{{ site.brooklyn-version }} * **[v0.4.0](/v/0.4.0/)**: current RC of first GA release, supporting wide range of entities and examples + + + Note: To prevent accidentally referring to out-of-date information, a banner is displayed when accessing specific versions from the archive. -Optionally you may + +<img src='{{ site.url }}/style/images/version banner.png'/> + +You may <a href="#" onclick="set_user_versions_all(); window.location.reload();">disable all warnings</a> or <a href="#" onclick="clear_user_versions(); window.location.reload();">re-enable all warnings</a>. http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5cb9274d/docs/style/images/version banner.png ---------------------------------------------------------------------- diff --git a/docs/style/images/version banner.png b/docs/style/images/version banner.png new file mode 100644 index 0000000..0582af9 Binary files /dev/null and b/docs/style/images/version banner.png differ
