You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2020/04/29 14:58:58 UTC

[geode] branch develop updated: GEODE-8038: Fix product name in docs (#5017)

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

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1098fc2  GEODE-8038: Fix product name in docs (#5017)
1098fc2 is described below

commit 1098fc2772951304f87d3eab3b9c7cd31afc4727
Author: Karen Miller <ka...@users.noreply.github.com>
AuthorDate: Wed Apr 29 07:58:19 2020 -0700

    GEODE-8038: Fix product name in docs (#5017)
---
 geode-book/master_middleman/source/subnavs/geode-subnav.erb |  2 +-
 geode-docs/prereq_and_install.html.md.erb                   | 10 +++++-----
 geode-docs/tools_modules/redis_adapter.html.md.erb          |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index 22f4084..14fc168 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2180,7 +2180,7 @@ gfsh</a>
                         </ul>
                     </li>
                     <li class="has_submenu">
-                        <a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html">Geode Redis Adapter</a>
+                        <a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html">Redis Adapter</a>
                         <ul>
                             <li>
                                 <a href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/redis_adapter.html#using-the-redis-adapter">Using the Redis Adapter</a>
diff --git a/geode-docs/prereq_and_install.html.md.erb b/geode-docs/prereq_and_install.html.md.erb
index c487f64..c49472e 100644
--- a/geode-docs/prereq_and_install.html.md.erb
+++ b/geode-docs/prereq_and_install.html.md.erb
@@ -19,22 +19,22 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Each host of Apache Geode that meets a small set of prerequisites may follow the provided installation instructions.
+Each host of <%=vars.product_name_long%> that meets a small set of prerequisites may follow the provided installation instructions.
 
 -   **[Host Machine Requirements](getting_started/system_requirements/host_machine.html)**
 
-    Host machines must meet a set of requirements for Apache Geode.
+    Host machines must meet a set of requirements for <%=vars.product_name_long%>.
 
 -   **[How to Install](getting_started/installation/install_standalone.html)**
 
-    Build from source or use the ZIP or TAR distribution to install Apache Geode on every physical and virtual machine that will run Apache Geode.
+    Build from source or use the ZIP or TAR distribution to install <%=vars.product_name_long%> on every physical and virtual machine that will run <%=vars.product_name_long%>.
 
 -   **[Setting Up the CLASSPATH](getting_started/setup_classpath.html)**
 
-    This topic describes how Geode processes set their CLASSPATH.
+    This topic describes how <%=vars.product_name_long%> processes set their CLASSPATH.
 
 -   **[How to Uninstall](getting_started/uninstall_geode.html)**
 
-    This section describes how to remove Geode.
+    This section describes how to remove <%=vars.product_name_long%>.
 
 
diff --git a/geode-docs/tools_modules/redis_adapter.html.md.erb b/geode-docs/tools_modules/redis_adapter.html.md.erb
index f5bcbbd..175c601 100644
--- a/geode-docs/tools_modules/redis_adapter.html.md.erb
+++ b/geode-docs/tools_modules/redis_adapter.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Geode Redis Adapter
+title: Redis Adapter
 ---
 
 <!--