You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rv...@apache.org on 2016/09/30 00:33:09 UTC

[02/50] [abbrv] incubator-geode git commit: fix title containing angle brackets by quoting it.

fix title containing angle brackets by quoting it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/62a3bf9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/62a3bf9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/62a3bf9e

Branch: refs/staging/docs-grant1
Commit: 62a3bf9e5fca987da856b1415a49af1dc72ba82c
Parents: 1218f20
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Aug 31 14:57:07 2016 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Aug 31 14:57:07 2016 -0700

----------------------------------------------------------------------
 reference/topics/client-cache-elements-list.html.md.erb |  2 +-
 reference/topics/client-cache.html.md.erb               | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/62a3bf9e/reference/topics/client-cache-elements-list.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/topics/client-cache-elements-list.html.md.erb b/reference/topics/client-cache-elements-list.html.md.erb
index 2b533cc..ee986b3 100644
--- a/reference/topics/client-cache-elements-list.html.md.erb
+++ b/reference/topics/client-cache-elements-list.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title:  &lt;client-cache&gt; Element Hierarchy
+title:  "&lt;client-cache&gt; Element Hierarchy"
 ---
 
 This section shows the hierarchy of `<client-cache>` element sub-elements that you use to configure Geode caches and clients.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/62a3bf9e/reference/topics/client-cache.html.md.erb
----------------------------------------------------------------------
diff --git a/reference/topics/client-cache.html.md.erb b/reference/topics/client-cache.html.md.erb
index bec9d2d..3ae87e0 100644
--- a/reference/topics/client-cache.html.md.erb
+++ b/reference/topics/client-cache.html.md.erb
@@ -1,7 +1,8 @@
+---
+title: "&lt;client-cache&gt; Element Reference"
+---
 <a id="cc-client-cache"></a>
 
-# &lt;client-cache&gt; Element Reference
-
 This section documents all `cache.xml` elements that you use to configure Geode clients. All elements are sub-elements of the `<client-cache>` element.
 
 For Geode server configuration, see [&lt;cache&gt; Element Reference](cache_xml.html).
@@ -13,9 +14,9 @@ API: `com.gemstone.gemfire.cache.client.ClientCacheFactory` and `PoolFactory` in
 <table>
 <caption><span class="tablecap">Table 1. Attributes of &lt;client-cache&gt;</span></caption>
 <colgroup>
-<col width="33%" />
-<col width="33%" />
-<col width="33%" />
+<col width="25%" />
+<col width="50%" />
+<col width="25%" />
 </colgroup>
 <thead>
 <tr class="header">