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 2019/08/09 18:25:59 UTC

[geode-native] branch develop updated: User Guide config: update 'develop' branch for post-1.10 release

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 5bc9c19  User Guide config: update 'develop' branch for post-1.10 release
5bc9c19 is described below

commit 5bc9c1962713c850f4c7340cc4142ecebf544d26
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Aug 9 11:25:52 2019 -0700

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

diff --git a/docs/geode-native-book/config.yml b/docs/geode-native-book/config.yml
index 6a6ea25..9c1d39a 100644
--- a/docs/geode-native-book/config.yml
+++ b/docs/geode-native-book/config.yml
@@ -28,8 +28,8 @@ 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.11"
+  product_version_nodot: 111
   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..6ea5ea2 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/111/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/111/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'