You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mh...@apache.org on 2019/12/05 17:33:08 UTC

[geode] branch release/1.11.0 updated: GEODE-7454 Document Cluster Management Service: introduce a doc template variable

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

mhanson pushed a commit to branch release/1.11.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.11.0 by this push:
     new 722b9f0  GEODE-7454 Document Cluster Management Service: introduce a doc template variable
722b9f0 is described below

commit 722b9f0f04f2ffab88eed678cf5ccdf87eb2e111
Author: David Barnes <db...@pivotal.io>
AuthorDate: Wed Dec 4 16:42:12 2019 -0800

    GEODE-7454 Document Cluster Management Service: introduce a doc template variable
---
 geode-book/config.yml                                                 | 1 +
 geode-docs/configuring/running/cluster-management-service.html.md.erb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/geode-book/config.yml b/geode-book/config.yml
index 2bd5340..389afa7 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -28,6 +28,7 @@ template_variables:
   product_name_long: Apache Geode
   product_name: Geode
   product_version: '1.11'
+  product_version_geode: '1.11'
   product_version_nodot: '111'
   min_java_update: '121'
   support_url: http://geode.apache.org/community
diff --git a/geode-docs/configuring/running/cluster-management-service.html.md.erb b/geode-docs/configuring/running/cluster-management-service.html.md.erb
index 43b8870..4a53fdb 100644
--- a/geode-docs/configuring/running/cluster-management-service.html.md.erb
+++ b/geode-docs/configuring/running/cluster-management-service.html.md.erb
@@ -51,7 +51,7 @@ The cluster management service is available as a [REST API](#cms-reference) and
 The cluster management service REST API adheres to standard REST semantics, so users can use POST, PATCH, DELETE, and GET to create,
 update, delete, and read, respectively.
 
-This version of <%=vars.product_name%> uses the [<%=vars.product_version%>.0 Management REST API](https://cwiki.apache.org/confluence/display/GEODE/<%=vars.product_version%>.0+Management+REST+API+-+v1).
+This version of <%=vars.product_name%> uses the [<%=vars.product_version_geode%>.0 Management REST API](https://cwiki.apache.org/confluence/display/GEODE/<%=vars.product_version_geode%>.0+Management+REST+API+-+v1).
 As mentioned, the feature is experimental and still undergoing revision.
 
 For a definitive description of the cluster management service for your version of <%=vars.product_name%>, you can use the Swaggerâ„¢ framework.