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

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

commit c146edee71962624ea9584b4826994ac2600b370
Author: Dave Barnes <dbar...@pivotal.io>
AuthorDate: Wed Oct 31 15:25:20 2018 -0700

    GEODE-4728 User Guide: Update config and getting started
---
 .../master_middleman/source/subnavs/geode-nc-nav.erb     | 13 ++++---------
 .../configuring/configuration.html.md.erb                |  6 ------
 .../getting-started-nc-client.html.md.erb                | 16 ++++++++--------
 3 files changed, 12 insertions(+), 23 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 7f17cc0..792c274 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
@@ -24,16 +24,11 @@ limitations under the License.
     <li class="has_submenu">
       <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/getting-started-nc-client.html">Getting
 Started with the Native Library</a>
       <ul>
-        <li class="has_submenu">
+        <li>
+          <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/getting-started-nc-client.html#establish_cluster_access">Establish
 Access to a <%=vars.product_name%> Cluster</a>
+        </li>
+        <li>
           <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/getting-started-nc-client.html#app_dev_walkthroughs">Application
 Development Walkthroughs</a>
-          <ul>
-            <li>
-              <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/app-dev-walkthrough-cpp.html">C++
 App Development Walkthrough</a>
-            </li>
-            <li>
-              <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/app-dev-walkthrough-dotnet.html">.NET
 App Development Walkthrough</a>
-            </li>
-          </ul>
         </li>
         <li>
           <a 
href="/docs/geode-native/<%=vars.product_version_nodot%>/getting-started/getting-started-nc-client.html#programming_examples">Programming
 Examples</a>
diff --git a/docs/geode-native-docs/configuring/configuration.html.md.erb 
b/docs/geode-native-docs/configuring/configuration.html.md.erb
index c452c42..98136a3 100644
--- a/docs/geode-native-docs/configuring/configuration.html.md.erb
+++ b/docs/geode-native-docs/configuring/configuration.html.md.erb
@@ -19,12 +19,6 @@ See the License for the specific language governing 
permissions and
 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
-
 You can configure your native client application:
 
  - Programmatically in your app code
diff --git 
a/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb 
b/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
index 639ef57..2644d1b 100644
--- 
a/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
+++ 
b/docs/geode-native-docs/getting-started/getting-started-nc-client.html.md.erb
@@ -137,14 +137,14 @@ The directory structure resembles this hierarchy (some 
entries are omitted for c
           put-get-remove/
           remotequery/
         dotnet/
-         AuthInitialize/
-         BUILD-DOTNET-EXAMPLES.md
-         CMakeLists.txt
-         DataSerializableCs/
-         PdxAutoSerializer/
-         PdxSerializableCs/
-         PutGetRemove/
-         RemoteQueryCs/
+          AuthInitialize/
+          BUILD-DOTNET-EXAMPLES.md
+          CMakeLists.txt
+          DataSerializableCs/
+          PdxAutoSerializer/
+          PdxSerializableCs/
+          PutGetRemove/
+          RemoteQueryCs/
 
 See the `BUILD-platform-EXAMPLES.md` or `README.md` file in each directory for 
detailed instructions on building
 and executing the examples, and read the source code to understand how the 
examples are constructed.

Reply via email to