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

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


The following commit(s) were added to refs/heads/release/1.10.0 by this push:
     new e1fba60  User Guide config: update for 1.10 release
e1fba60 is described below

commit e1fba6056375dd4a6948355673aa045ee5b0acc0
Author: Dave Barnes <[email protected]>
AuthorDate: Fri Aug 9 11:17:02 2019 -0700

    User Guide config: update for 1.10 release
---
 docs/geode-native-book/config.yml   | 6 +++---
 docs/geode-native-book/redirects.rb | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/geode-native-book/config.yml 
b/docs/geode-native-book/config.yml
index 6a6ea25..11c8904 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/geode-native/19
+  directory: docs/geode-native/110
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: 1.9
-  product_version_nodot: 19
+  product_version: "1.10"
+  product_version_nodot: 110
   client_name: Geode Native
   min_java_update: 121
   support_url: http://geode.apache.org/community
diff --git a/docs/geode-native-book/redirects.rb 
b/docs/geode-native-book/redirects.rb
index ccc631f..9b29538 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -19,7 +19,7 @@ r302 %r{/cppdocs/(.*)}, 
'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 
'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/geode-native/19/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/19/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
+rewrite '/', '/docs/geode-native/110/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/110/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/110/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/110/$1'

Reply via email to