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

dbarnes pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new c911643  GEODE-9163: Mark docs for apis compatible with Redis as 
experimental (#6374) (#6389)
c911643 is described below

commit c9116432fba590e109f65788b6bc3b2574e7b2a1
Author: John Hutchison <[email protected]>
AuthorDate: Thu Apr 29 16:10:07 2021 -0400

    GEODE-9163: Mark docs for apis compatible with Redis as experimental 
(#6374) (#6389)
    
    (cherry picked from commit b18836c424736092c38fc2bdbb7842b79c689f79)
---
 geode-apis-compatible-with-redis/README.md                          | 3 ++-
 geode-book/master_middleman/source/subnavs/geode-subnav.erb         | 2 +-
 .../tools_modules/geode_apis_compatible_with_redis.html.md.erb      | 6 ++++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/geode-apis-compatible-with-redis/README.md 
b/geode-apis-compatible-with-redis/README.md
index db7d5e9..2ee7cd1 100644
--- a/geode-apis-compatible-with-redis/README.md
+++ b/geode-apis-compatible-with-redis/README.md
@@ -1,5 +1,7 @@
 # Apache Geode APIs Compatible with Redis
 
+Note: This feature is experimental and is subject to change in future releases 
of Apache Geode.
+
 [Introduction](#introduction)  
 [How To Try It](#how-to-try-it)  
 [Building Apache Geode](#building-apache-geode)  
@@ -8,7 +10,6 @@
 [Shutting Down](#shutting-down)  
 [Redis Commands](#redis-commands)
 
-
 ## <a name="introduction"></a>Introduction
 
 The Geode APIs compatible with Redis allow Geode to function as a drop-in 
replacement for a highly-available Redis data store, letting Redis applications 
take advantage of Geode’s scaling capabilities without changing their client 
code. 
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index 9494747..88cd733 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2206,7 +2206,7 @@ gfsh</a>
                         </ul>
                     </li>
                     <li class="has_submenu">
-                        <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/geode_apis_compatible_with_redis.html"><%=vars.product_name%>
 APIs compatible with Redis</a>
+                        <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/geode_apis_compatible_with_redis.html"><%=vars.product_name%>
 APIs Compatible with Redis (Experimental)</a>
                         <ul>
                             <li>
                                 <a 
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/geode_apis_compatible_with_redis.html#using-the-api">Using
 <%=vars.product_name%> APIs Compatible with Redis</a>
diff --git 
a/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb 
b/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
index 4398b13..c95204d 100644
--- a/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
+++ b/geode-docs/tools_modules/geode_apis_compatible_with_redis.html.md.erb
@@ -1,5 +1,3 @@
-<% set_title(product_name, "APIs Compatible with Redis") %>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -17,6 +15,10 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 -->
 
+<% set_title(product_name, "APIs Compatible with Redis") %>
+
+Note: This feature is experimental and is subject to change in future releases 
of Apache Geode.
+
 The <%=vars.product_name%> APIs compatible with Redis allow 
<%=vars.product_name%> to function as a drop-in replacement for a
 highly-available Redis data store, letting Redis applications take advantage of
 <%=vars.product_name%>’s scaling capabilities without changing their client 
code. Redis clients connect to a <%=vars.product_name%>

Reply via email to