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 095727a  GEODE-4728: Docs - housekeeping - update build for development
095727a is described below

commit 095727ac3ae99a0df65e9d1cf8f2b5e15f5097cf
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Jul 5 12:04:27 2018 -0700

    GEODE-4728: Docs - housekeeping - update build for development
---
 docs/geode-native-book/config.yml                                 | 6 +++---
 .../master_middleman/source/subnavs/geode-nc-nav.erb              | 8 --------
 docs/geode-native-book/redirects.rb                               | 4 ++--
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/docs/geode-native-book/config.yml 
b/docs/geode-native-book/config.yml
index fdb13f4..64645fc 100644
--- a/docs/geode-native-book/config.yml
+++ b/docs/geode-native-book/config.yml
@@ -21,15 +21,15 @@ public_host: localhost
 sections:
 - repository:
     name: geode-native-docs
-  directory: docs/guide-native/15
+  directory: docs/guide-native/18
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: 1.5
-  product_version_nodot: 15
+  product_version: 1.8
+  product_version_nodot: 18
   client_name: Geode Native
   min_java_update: 121
   support_url: http://geode.apache.org/community
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 eadb74a..9a750c8 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
@@ -76,14 +76,6 @@ limitations under the License.
         </li>
       </ul>
     </li>
-
-    <li>
-      <a 
href="/docs/guide-native/<%=vars.product_version_nodot%>/data-serialization.html">Data
 Serialization</a>
-    </li>
-    <li>
-      <a 
href="/docs/guide-native/<%=vars.product_version_nodot%>/transactions.html">Transactions</a>
-    </li>
-
   </ul>
   </div>
 </div>
diff --git a/docs/geode-native-book/redirects.rb 
b/docs/geode-native-book/redirects.rb
index 87c4e30..ebdbd2e 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -17,7 +17,7 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 
'http://geode.apache.org/releases/latest/javadoc/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/guide-native/15/about-client-users-guide.html'
-rewrite '/index.html', '/docs/guide-native/15/about-client-users-guide.html'
+rewrite '/', '/docs/guide-native/18/about-client-users-guide.html'
+rewrite '/index.html', '/docs/guide-native/18/about-client-users-guide.html'
 r301 %r{/serverman/(.*)}, 'http://geode.apache.org/docs/guide/16/$1'
 r301 %r{/geodeman/(.*)}, 'http://geode.apache.org/docs/guide/16/$1'

Reply via email to