This is an automated email from the ASF dual-hosted git repository.

mwalch 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 4eff211  Fluo 1.2.0 documentation and API updates (#132)
4eff211 is described below

commit 4eff211903b20085c5a740ec376a1c8905a8904c
Author: Mike Walch <[email protected]>
AuthorDate: Wed Feb 28 09:55:06 2018 -0500

    Fluo 1.2.0 documentation and API updates (#132)
---
 _config.yml            | 1 +
 _layouts/default.html  | 2 +-
 _layouts/fluo-1.2.html | 2 +-
 docs/index.md          | 2 ++
 pages/api.md           | 1 +
 5 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 2fbd9e8..3747922 100644
--- a/_config.yml
+++ b/_config.yml
@@ -80,6 +80,7 @@ color: default
 
 # Fluo specific settings
 latest_fluo_release: "1.2.0"
+latest_fluo_minor: "1.2"
 latest_recipes_release: "1.1.0-incubating"
 
 # Sets links to external API
diff --git a/_layouts/default.html b/_layouts/default.html
index dcd034c..6401b5c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -37,7 +37,7 @@
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" 
href="#">Docs<span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="{{ site.baseurl }}/docs/fluo/{{ 
site.latest_fluo_release }}/">Fluo</a></li>
+                <li><a href="{{ site.baseurl }}/docs/fluo/{{ 
site.latest_fluo_minor }}/">Fluo</a></li>
                 <li><a href="{{ site.baseurl }}/docs/fluo-recipes/{{ 
site.latest_recipes_release }}/">Fluo Recipes</a></li>
               </ul>
             </li>
diff --git a/_layouts/fluo-1.2.html b/_layouts/fluo-1.2.html
index 1eaf114..ff39d6f 100644
--- a/_layouts/fluo-1.2.html
+++ b/_layouts/fluo-1.2.html
@@ -37,7 +37,7 @@ layout: default
     <p>Fluo {{ page.version }} documentation &nbsp;&gt;&gt;&nbsp; {{ 
page.category | capitalize | replace: "-", " " }} &nbsp;&gt;&gt;&nbsp; {{ 
page.title }}</p>
     {% endif %}
 
-    <div class="alert alert-warning" style="margin-bottom: 0px;" 
role="alert">This documentation is for a future release of Apache Fluo! <a 
href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_release }}/">View 
documentation for the latest release</a>.</div>
+    <!--div class="alert alert-warning" style="margin-bottom: 0px;" 
role="alert">This documentation is for a future release of Apache Fluo! <a 
href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_minor }}/">View 
documentation for the latest release</a>.</div>-->
 
     {% unless page.nodoctitle %}
     <div class="row">
diff --git a/docs/index.md b/docs/index.md
index 9e718e5..2a239e3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,6 +10,7 @@ redirect_from:
 
 ### Apache Fluo documentation
 
+* [1.2][fluo-1.2] - February 26, 2018
 * [1.1.0-incubating][fluo-1.1] - June 12, 2017
 * [1.0.0-incubating][fluo-1.0] - October 14, 2016
 
@@ -22,6 +23,7 @@ Documentation for releases before joining Apache have been 
[archived](archive).
 
 [Apache Fluo]: https://github.com/apache/fluo
 [Apache Fluo Recipes]: https://github.com/apache/fluo-recipes
+[fluo-1.2]: /docs/fluo/1.2/
 [fluo-1.1]: /docs/fluo/1.1.0-incubating/
 [fluo-1.0]: /docs/fluo/1.0.0-incubating/
 [recipes-1.1]: /docs/fluo-recipes/1.1.0-incubating/
diff --git a/pages/api.md b/pages/api.md
index a777dda..60db9a1 100644
--- a/pages/api.md
+++ b/pages/api.md
@@ -12,6 +12,7 @@ redirect_from:
 
 #### Apache Fluo API
 
+* <a href="{{ site.fluo_api_base }}/1.2.0/" target="_blank">1.2.0</a> - 
Februrary 26, 2018
 * <a href="{{ site.fluo_api_base }}/1.1.0-incubating/" 
target="_blank">1.1.0-incubating</a> - June 12, 2017
 * <a href="{{ site.fluo_api_base }}/1.0.0-incubating/" 
target="_blank">1.0.0-incubating</a> - October 14, 2016
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to