You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2017/10/06 21:41:11 UTC

[geode] branch develop updated: GEODE-3773 Fix documentation's subnav (#884)

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 586f934  GEODE-3773 Fix documentation's subnav (#884)
586f934 is described below

commit 586f9346de365b81db6b18a4c91cf1216f96c5c1
Author: Karen Miller <ka...@users.noreply.github.com>
AuthorDate: Fri Oct 6 14:41:09 2017 -0700

    GEODE-3773 Fix documentation's subnav (#884)
    
    Add gateway-related elements of the <cache> element in the
    cache.xml descriptions.
---
 .../source/subnavs/geode-subnav.erb                | 47 ++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index 2cba239..dec2fc1 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2355,6 +2355,53 @@ gfsh</a>
                                             </li>
                                         </ul>
                                     </li>
+                                    <li>
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/cache_xml.html#dynamic-region-factory">&lt;dynamic-region-factory&gt;</a>
+                                    </li>
+                                    <li>
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-hub">&lt;gateway-hub&gt;</a>
+                                    </li>
+
+                                    <li class="has_submenu">
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway">&lt;gateway&gt;</a>
+                                        <ul>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#topic_99006504F94C4666BE33D3B5E7C90FB2">&lt;gateway-endpoint&gt;</a>
+                                            </li>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#topic_EEA017734DFF438AB8C08034C813D594">&lt;gateway-listener&gt;</a>
+                                            </li>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#topic_4939576D40C74BF28F4BE5EDB9607D8D">&lt;gateway-queue&gt;</a>
+                                            </li>
+                                        </ul>
+                                    </li>
+
+                                    <li class="has_submenu">
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-sender">&lt;gateway-sender&gt;</a>
+                                        <ul>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-event-filter">&lt;gateway-event-filter&gt;</a>
+                                            </li>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-event-substitution-filter">&lt;gateway-event-substitution-filter&gt;</a>
+                                            </li>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-transport-filter">&lt;gateway-transport-filter&gt;</a>
+                                            </li>
+                                        </ul>
+                                    </li>
+                                    <li class="has_submenu">
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-receiver">&lt;gateway-receiver&gt;</a>
+                                        <ul>
+                                            <li>
+                                                <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-receiver_gateway-transport-filter">&lt;gateway-transport-filter&gt;</a>
+                                            </li>
+                                        </ul>
+                                    </li>
+                                    <li>
+                                        <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/gfe_cache_xml.html#gateway-conflict-resolver">&lt;gateway-conflict-resolver&gt;</a>
+                                    </li>
                                     <li class="has_submenu">
                                         <a href="/docs/guide/<%=vars.product_version_nodot%>/reference/topics/cache_xml.html#async-event-queue">&lt;async-event-queue&gt;</a>
                                         <ul>

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].