This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 5018feb Commit then review: update documentation to be for version
1.6.0
5018feb is described below
commit 5018feb6d02645fb84e34daf0f52ba7cc6e09e50
Author: Karen Miller <[email protected]>
AuthorDate: Mon Mar 19 10:42:43 2018 -0700
Commit then review: update documentation to be for version 1.6.0
---
geode-book/config.yml | 6 +++---
geode-book/redirects.rb | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/geode-book/config.yml b/geode-book/config.yml
index 9633586..c03e9a1 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -21,14 +21,14 @@ public_host: localhost
sections:
- repository:
name: geode-docs
- directory: docs/guide/14
+ directory: docs/guide/16
subnav_template: geode-subnav
template_variables:
product_name_long: Apache Geode
product_name: Geode
- product_version: 1.4
- product_version_nodot: 14
+ product_version: 1.6
+ product_version_nodot: 16
min_java_update: 121
support_url: http://geode.apache.org/community
product_url: http://geode.apache.org/
diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index 7ba2db6..e6a996d 100644
--- a/geode-book/redirects.rb
+++ b/geode-book/redirects.rb
@@ -14,5 +14,5 @@
#permissions and limitations under the License.
r301 %r{/releases/latest/javadoc/(.*)},
'http://geode.apache.org/releases/latest/javadoc/$1'
-rewrite '/', '/docs/guide/14/about_geode.html'
-rewrite '/index.html', '/docs/guide/14/about_geode.html'
+rewrite '/', '/docs/guide/16/about_geode.html'
+rewrite '/index.html', '/docs/guide/16/about_geode.html'
--
To stop receiving notification emails like this one, please contact
[email protected].