You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/05/10 17:57:32 UTC

[geode-native] branch develop updated: GEODE-4728: Docs - Configuration (WIP)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 282aa3e  GEODE-4728: Docs - Configuration (WIP)
282aa3e is described below

commit 282aa3ee2eea090ae121eb62e302b74520dc42f1
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu May 10 10:57:25 2018 -0700

    GEODE-4728: Docs - Configuration (WIP)
---
 .../master_middleman/source/subnavs/geode-nc-nav.erb      |  2 +-
 .../configuring/configuration.html.md.erb                 | 15 +++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb b/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
index ebf0f22..6b782ca 100644
--- a/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
+++ b/docs/geode-native-book/master_middleman/source/subnavs/geode-nc-nav.erb
@@ -33,7 +33,7 @@ limitations under the License.
       </ul>
     </li>
     <li class="has_submenu">
-      <a href="/docs/guide-native/<%=vars.product_version_nodot%>/configuring/configuration.html">Configuring <%=vars.client_name%></a>
+      <a href="/docs/guide-native/<%=vars.product_version_nodot%>/configuring/configuration.html">Configuring a Client Application</a>
       <ul>
         <li class="has_submenu">
           <a href="/docs/guide-native/<%=vars.product_version_nodot%>/configuring/system-level-configuration.html">System Level Configuration</a>
diff --git a/docs/geode-native-docs/configuring/configuration.html.md.erb b/docs/geode-native-docs/configuring/configuration.html.md.erb
index b5138ed..620ce1a 100644
--- a/docs/geode-native-docs/configuring/configuration.html.md.erb
+++ b/docs/geode-native-docs/configuring/configuration.html.md.erb
@@ -1,8 +1,7 @@
 ---
-title: Configuring the Client
+title: Configuring a Client Application
 ---
 
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -22,15 +21,15 @@ limitations under the License.
 
 You configure your native client to establish connectivity to a server, which requires specifying
 
-  - locator address and port
-  - connection credentials
-  - identity of a shared region on the server
+  - Locator address and port
+  - Connection credentials
+  - Identity of a shared region on the server
 
 You can configure your native client application:
 
- - programmatically in your app code
- - via XML files and properties files
- - through a combination of programmatic and file-based approaches
+ - Programmatically in your app code
+ - Via XML files and properties files
+ - Through a combination of programmatic and file-based approaches
 
 This section describes configuration on two levels, the system level and the cache level.
 

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.