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 2019/05/29 19:48:57 UTC

[geode] branch develop updated: GEODE-6571 Remove unneccessary list of region shortcuts (#3642)

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 ee42d7f  GEODE-6571 Remove unneccessary list of region shortcuts (#3642)
ee42d7f is described below

commit ee42d7fe91677062eb7d3d02371903bc804e2e1a
Author: mkevo <48...@users.noreply.github.com>
AuthorDate: Wed May 29 21:48:38 2019 +0200

    GEODE-6571 Remove unneccessary list of region shortcuts (#3642)
    
    * GEODE-6571 Remove unneccessary list of region shortcuts
    
    * Reinstated quick-reference link.
---
 .../chapter_overview_regionshortcuts.html.md.erb   | 53 +---------------------
 1 file changed, 2 insertions(+), 51 deletions(-)

diff --git a/geode-docs/reference/topics/chapter_overview_regionshortcuts.html.md.erb b/geode-docs/reference/topics/chapter_overview_regionshortcuts.html.md.erb
index 1b266e9..b3555e1 100644
--- a/geode-docs/reference/topics/chapter_overview_regionshortcuts.html.md.erb
+++ b/geode-docs/reference/topics/chapter_overview_regionshortcuts.html.md.erb
@@ -53,55 +53,6 @@ If you change the cache.xml file that defines a region, you must restart the mem
 For more information about configuring regions, see [Region Management](../../basic_config/data_regions/managing_data_regions.html).
 
 For more information about using the various types of <%=vars.product_name%> regions and when to use them, see [Region Types](../../developing/region_options/region_types.html#region_types).
-
--   **[Region Shortcuts Quick Reference](region_shortcuts_table.html)**
-
-    This section provides a quick reference for all region shortcuts.
-
--   **[LOCAL](region_shortcuts_reference.html#reference_w2h_3cd_lk)**
-
--   **[LOCAL\_HEAP\_LRU](region_shortcuts_reference.html#reference_wd5_lpy_lk)**
-
--   **[LOCAL\_OVERFLOW](region_shortcuts_reference.html#reference_adk_y4y_lk)**
-
--   **[LOCAL\_PERSISTENT](region_shortcuts_reference.html#reference_l5r_y4y_lk)**
-
--   **[LOCAL\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_a45_y4y_lk)**
-
--   **[PARTITION](region_shortcuts_reference.html#reference_ow5_4qy_lk)**
-
--   **[PARTITION\_HEAP\_LRU](region_shortcuts_reference.html#reference_twx_y4y_lk)**
-
--   **[PARTITION\_OVERFLOW](region_shortcuts_reference.html#reference_js1_z4y_lk)**
-
--   **[PARTITION\_PERSISTENT](region_shortcuts_reference.html#reference_d4k_jpy_lk)**
-
--   **[PARTITION\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_v5l_jpy_lk)**
-
--   **[PARTITION\_PROXY](region_shortcuts_reference.html#reference_v4m_jpy_lk)**
-
--   **[PARTITION\_PROXY\_REDUNDANT](region_shortcuts_reference.html#reference_c1n_jpy_lk)**
-
--   **[PARTITION\_REDUNDANT](region_shortcuts_reference.html#reference_shn_jpy_lk)**
-
--   **[PARTITION\_REDUNDANT\_HEAP\_LRU](region_shortcuts_reference.html#reference_m4n_jpy_lk)**
-
--   **[PARTITION\_REDUNDANT\_OVERFLOW](region_shortcuts_reference.html#reference_own_jpy_lk)**
-
--   **[PARTITION\_REDUNDANT\_PERSISTENT](region_shortcuts_reference.html#reference_bd4_jpy_lk)**
-
--   **[PARTITION\_REDUNDANT\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_xqq_tvc_lk)**
-
--   **[REPLICATE](region_shortcuts_reference.html#reference_wq4_jpy_lk)**
-
--   **[REPLICATE\_HEAP\_LRU](region_shortcuts_reference.html#reference_xx4_jpy_lk)**
-
--   **[REPLICATE\_OVERFLOW](region_shortcuts_reference.html#reference_t2p_jpy_lk)**
-
--   **[REPLICATE\_PERSISTENT](region_shortcuts_reference.html#reference_emp_jpy_lk)**
-
--   **[REPLICATE\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_tsp_jpy_lk)**
-
--   **[REPLICATE\_PROXY](region_shortcuts_reference.html#reference_n1q_jpy_lk)**
-
+     
+For a quick reference listing all region shortcuts, see [Region Shortcuts Quick Reference](region_shortcuts_table.html).