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 2020/04/13 21:51:37 UTC

[geode-native] branch develop updated: Bump doc version to 1.13

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 71ae4c6  Bump doc version to 1.13
71ae4c6 is described below

commit 71ae4c60456c3249ebb482c26b90aa3ce4f6eabb
Author: David Barnes <db...@pivotal.io>
AuthorDate: Mon Apr 13 14:51:27 2020 -0700

    Bump doc version to 1.13
---
 docs/geode-native-book-cpp/config.yml      | 6 +++---
 docs/geode-native-book-cpp/redirects.rb    | 8 ++++----
 docs/geode-native-book-dotnet/config.yml   | 6 +++---
 docs/geode-native-book-dotnet/redirects.rb | 8 ++++----
 docs/manual-build/README.md                | 2 ++
 5 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/docs/geode-native-book-cpp/config.yml b/docs/geode-native-book-cpp/config.yml
index 6679a6c..e955e85 100644
--- a/docs/geode-native-book-cpp/config.yml
+++ b/docs/geode-native-book-cpp/config.yml
@@ -21,15 +21,15 @@ public_host: localhost
 sections:
 - repository:
     name: geode-native-docs-cpp
-  directory: docs/geode-native/cpp/111
+  directory: docs/geode-native/cpp/113
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.11"
-  product_version_nodot: 111
+  product_version: "1.13"
+  product_version_nodot: 113
   product_language: cpp
   client_name: Geode Native Client for C++
   min_java_update: 121
diff --git a/docs/geode-native-book-cpp/redirects.rb b/docs/geode-native-book-cpp/redirects.rb
index aecfebe..9b5dbf4 100644
--- a/docs/geode-native-book-cpp/redirects.rb
+++ b/docs/geode-native-book-cpp/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/cpp/111/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/cpp/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'
+rewrite '/', '/docs/geode-native/cpp/113/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/cpp/113/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/113/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/113/$1'
diff --git a/docs/geode-native-book-dotnet/config.yml b/docs/geode-native-book-dotnet/config.yml
index 162a67b..f1bd9d2 100644
--- a/docs/geode-native-book-dotnet/config.yml
+++ b/docs/geode-native-book-dotnet/config.yml
@@ -21,15 +21,15 @@ public_host: localhost
 sections:
 - repository:
     name: geode-native-docs-dotnet
-  directory: docs/geode-native/dotnet/111
+  directory: docs/geode-native/dotnet/113
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.11"
-  product_version_nodot: 111
+  product_version: "1.13"
+  product_version_nodot: 113
   product_language: dotnet
   client_name: Geode Native Client for .NET
   min_java_update: 121
diff --git a/docs/geode-native-book-dotnet/redirects.rb b/docs/geode-native-book-dotnet/redirects.rb
index 07afaee..e4c90f6 100644
--- a/docs/geode-native-book-dotnet/redirects.rb
+++ b/docs/geode-native-book-dotnet/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/dotnet/111/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/dotnet/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'
+rewrite '/', '/docs/geode-native/dotnet/113/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/dotnet/113/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/113/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/113/$1'
diff --git a/docs/manual-build/README.md b/docs/manual-build/README.md
index 2558667..f659110 100644
--- a/docs/manual-build/README.md
+++ b/docs/manual-build/README.md
@@ -34,11 +34,13 @@ For ease of use, a Docker image is provided that contains a self-consistent Book
 1. To build the documentation, `cd` to the book directory:
 
     For C++ guide:
+    
     ```bash
     $ cd docs/geode-native-book-cpp
     ```
 
     For .NET guide:
+    
     ```bash
     $ cd docs/geode-native-book-dotnet
     ```