This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 18dea2c fix link in old docs to new docs (#136)
18dea2c is described below
commit 18dea2c84341bfb854536e6f89f99918a7627efe
Author: Keith Turner <[email protected]>
AuthorDate: Wed Feb 28 11:33:27 2018 -0500
fix link in old docs to new docs (#136)
---
_layouts/fluo-doc.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/_layouts/fluo-doc.html b/_layouts/fluo-doc.html
index 2c45447..249e124 100644
--- a/_layouts/fluo-doc.html
+++ b/_layouts/fluo-doc.html
@@ -3,9 +3,8 @@ layout: default
---
<div class="fluo-doc">
- {% if page.version != site.latest_fluo_release %}
- <div class="alert alert-danger" role="alert">These docs are for Fluo {{
page.version }} which is an old version! Check out the <a href="{{ site.baseurl
}}/docs/fluo/{{ site.latest_fluo_release }}/">latest docs</a>!</div>
- {% endif %}
+ <!-- This layout is only used by old documentation -->
+ <div class="alert alert-danger" role="alert">These docs are for Fluo {{
page.version }} which is an old version! Check out the <a href="{{ site.baseurl
}}/docs/fluo/{{ site.latest_fluo_minor }}/">latest docs</a>!</div>
{% if page.version == '1.0.0-beta-2' or page.version == '1.0.0-beta-1' or
page.version == '1.0.0-alpha-1' %}
<div class="alert alert-danger" role="alert">These docs are for a release of
Fluo made before Apache incubation.</div>
--
To stop receiving notification emails like this one, please contact
[email protected].