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 2021/04/09 18:15:49 UTC

[geode-native] branch support/1.14 updated: Docs: update version to 1.14

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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new bb9457f  Docs: update version to 1.14
bb9457f is described below

commit bb9457f2895d127a0021cfee5c2dd7f1245bf474
Author: Dave Barnes <db...@apache.org>
AuthorDate: Fri Apr 9 11:15:36 2021 -0700

    Docs: update version to 1.14
---
 docs/geode-native-book-cpp/config.yml                          |  6 +++---
 docs/geode-native-book-cpp/redirects.rb                        | 10 ++++++----
 docs/geode-native-book-dotnet/config.yml                       |  8 ++++----
 docs/geode-native-book-dotnet/redirects.rb                     | 10 ++++++----
 .../geode-native-docs-cpp/about-client-users-guide.html.md.erb |  4 ++--
 .../about-client-users-guide.html.md.erb                       |  4 ++--
 6 files changed, 23 insertions(+), 19 deletions(-)

diff --git a/docs/geode-native-book-cpp/config.yml b/docs/geode-native-book-cpp/config.yml
index e955e85..1e6d091 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/113
+  directory: docs/geode-native/cpp/114
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.13"
-  product_version_nodot: 113
+  product_version: "1.14"
+  product_version_nodot: 114
   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 02fdb90..4d3b3a1 100644
--- a/docs/geode-native-book-cpp/redirects.rb
+++ b/docs/geode-native-book-cpp/redirects.rb
@@ -17,10 +17,12 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 'https://geode.apache.org/releases/latest/javadoc/$1'
 r302 %r{/apidocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
+r302 %r{/cppapiref/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
+r302 %r{/dotnetapiref/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-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'
+rewrite '/', '/docs/geode-native/cpp/114/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/cpp/114/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/114/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/114/$1'
diff --git a/docs/geode-native-book-dotnet/config.yml b/docs/geode-native-book-dotnet/config.yml
index d18632e..40ac6ff 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/113
+  directory: docs/geode-native/dotnet/114
   subnav_template: geode-nc-nav
 
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: "1.13"
-  product_version_nodot: 113
+  product_version: "1.14"
+  product_version_nodot: 114
   product_language: dotnet
   client_name: Geode Native Client for .NET
   min_java_update: 121
@@ -46,4 +46,4 @@ template_variables:
   local_header_title: Apache Geode Native .NET
   local_header_img: /images/Apache_Geode_logo_symbol.png
 
-broken_link_exclusions: iefix|using_custom_classes|arrowhead|cppdocs|dotnetdocs|113|#
+broken_link_exclusions: iefix|using_custom_classes|arrowhead|cppdocs|dotnetdocs|114|#
diff --git a/docs/geode-native-book-dotnet/redirects.rb b/docs/geode-native-book-dotnet/redirects.rb
index 7e4d519..52caf4c 100644
--- a/docs/geode-native-book-dotnet/redirects.rb
+++ b/docs/geode-native-book-dotnet/redirects.rb
@@ -17,10 +17,12 @@
 r301 %r{/releases/latest/javadoc/(.*)}, 'https://geode.apache.org/releases/latest/javadoc/$1'
 r302 %r{/apidocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
+r302 %r{/dotnetapiref/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 r302 %r{/cppdocs/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
+r302 %r{/cppapiref/(.*)}, 'https://geode.apache.org/releases/latest/cppdocs/$1'
 
 # Links to User Guides #
-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/112/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/112/$1'
+rewrite '/', '/docs/geode-native/dotnet/114/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/dotnet/114/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/114/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/114/$1'
diff --git a/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb b/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
index e55f621..ddb4495 100644
--- a/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
+++ b/docs/geode-native-docs-cpp/about-client-users-guide.html.md.erb
@@ -25,8 +25,8 @@ The Apache Geode Native Client is a library that provides access for C++ and Mic
 
 See the API docs for API details:
 
-  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/index.html)
-  - [.NET API docs](https://geode.apache.org/releases/latest/dotnetdocs/index.html)
+  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/hierarchy.html)
+  - [.NET API docs](https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html)
 
 See the [_<%=vars.product_name_long%> User Guide_](serverman/about_<%=vars.product_name.downcase%>.html) for information regarding the server.
 
diff --git a/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb b/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
index e55f621..ddb4495 100644
--- a/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
+++ b/docs/geode-native-docs-dotnet/about-client-users-guide.html.md.erb
@@ -25,8 +25,8 @@ The Apache Geode Native Client is a library that provides access for C++ and Mic
 
 See the API docs for API details:
 
-  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/index.html)
-  - [.NET API docs](https://geode.apache.org/releases/latest/dotnetdocs/index.html)
+  - [C++ API docs](https://geode.apache.org/releases/latest/cppdocs/hierarchy.html)
+  - [.NET API docs](https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html)
 
 See the [_<%=vars.product_name_long%> User Guide_](serverman/about_<%=vars.product_name.downcase%>.html) for information regarding the server.