Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user guide doc to website #266

Merged
merged 1 commit into from
Oct 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 37 additions & 0 deletions docs/guide/CONTRIBUTE
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<h1>Contributing to the Apache Geode Documentation</h1>

<p>Apache Geode welcomes your contributions to the community&rsquo;s documentation efforts. You can participate by writing new content, reviewing and editing existing content, or fixing bugs. This document covers the following topics:</p>

<ul>
<li><a href="#working-with-markdown-files">Working with Markdown Files</a></li>
<li><a href="#working-with-images-and-graphics">Working with Images and Graphics</a></li>
<li><a href="#writing-guidelines">Writing Guidelines</a></li>
</ul>

<p>For instructions on building the documentation locally, see <code>../geode-book/README.md</code>.</p>

<h2>Working with Markdown Files</h2>

<p>You can edit markdown files in any text editor. For more, read <a href="https://daringfireball.net/projects/markdown/syntax">Daring Fireball&rsquo;s Markdown Syntax page</a>.</p>

<h2>Working with Images and Graphics</h2>

<p>Image files in .gif or .png format are in the <code>docs/images</code> directory in the Apache Geode docs repo. Images in .svg format are in the <code>docs/images_svg</code> directory.</p>

<p>Most of the Apache Geode image files have been converted to the open source SVG format. You can insert SVG images directly into an XML topic and modify images using a SVG editor.</p>

<p>The Wikipedia page <a href="http://en.wikipedia.org/wiki/Comparison_of_vector_graphics_editors">Comparison of Vector Graphics Editors</a> provides a list and comparison of commercial and free vector graphics editors. Note, however, that not all of these programs support the SVG format.</p>

<h2>Writing Guidelines</h2>

<p>The most important advice we can provide for working with the Apache Geode docs is to spend some time becoming familiar with the existing source files and the structure of the project directory. In particular, note the following conventions and tips:</p>

<ul>
<li>Top-level subdirectories organize topics into &ldquo;books&rdquo;: basic_config, configuring, developing, etc.</li>
<li>Use lowercase characters for all file and directory names. Separate words in filenames with an underscore (<code>_</code>) character.</li>
<li>Use the <code>.md</code> file extension for topic files.</li>
<li>Add new topics to the existing directories by subject type. Only create a new directory if you are starting a new subject or a new book.</li>
<li>To start a new topic, you can make a copy of an existing file with similar content and edit it.</li>
<li>Use the appropriate document type for the content you are writing. Create multiple topics if you are writing overview, procedural, and reference content.</li>
<li>To edit elements in the navigation pane (the &ldquo;subnav&rdquo;) that appears on the left side of the documentation, navigate to <code>../geode-book/master_middleman/source/subnavs/geode-subnav.md</code>.</li>
</ul>
3,241 changes: 3,241 additions & 0 deletions docs/guide/about_geode.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/basic_config/book_intro.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/basic_config/config_concepts/chapter_overview.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,244 changes: 3,244 additions & 0 deletions docs/guide/basic_config/config_concepts/local_vs_remote.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/basic_config/data_entries_custom_classes/chapter_overview.html

Large diffs are not rendered by default.

3,347 changes: 3,347 additions & 0 deletions docs/guide/basic_config/data_entries_custom_classes/managing_data_entries.html

Large diffs are not rendered by default.

3,273 changes: 3,273 additions & 0 deletions docs/guide/basic_config/data_entries_custom_classes/using_custom_classes.html

Large diffs are not rendered by default.

3,273 changes: 3,273 additions & 0 deletions docs/guide/basic_config/data_regions/chapter_overview.html

Large diffs are not rendered by default.

3,280 changes: 3,280 additions & 0 deletions docs/guide/basic_config/data_regions/create_a_region_with_API.html

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions docs/guide/basic_config/data_regions/create_a_region_with_cacheXML.html

Large diffs are not rendered by default.

3,259 changes: 3,259 additions & 0 deletions docs/guide/basic_config/data_regions/create_a_region_with_gfsh.html

Large diffs are not rendered by default.

3,282 changes: 3,282 additions & 0 deletions docs/guide/basic_config/data_regions/creating_custom_attributes.html

Large diffs are not rendered by default.

3,438 changes: 3,438 additions & 0 deletions docs/guide/basic_config/data_regions/managing_data_regions.html

Large diffs are not rendered by default.

3,317 changes: 3,317 additions & 0 deletions docs/guide/basic_config/data_regions/managing_region_attributes.html

Large diffs are not rendered by default.

3,243 changes: 3,243 additions & 0 deletions docs/guide/basic_config/data_regions/new_region_existing_data.html

Large diffs are not rendered by default.

3,249 changes: 3,249 additions & 0 deletions docs/guide/basic_config/data_regions/region_naming.html

Large diffs are not rendered by default.

3,348 changes: 3,348 additions & 0 deletions docs/guide/basic_config/data_regions/region_shortcuts.html

Large diffs are not rendered by default.

3,290 changes: 3,290 additions & 0 deletions docs/guide/basic_config/data_regions/store_retrieve_region_shortcuts.html

Large diffs are not rendered by default.

3,291 changes: 3,291 additions & 0 deletions docs/guide/basic_config/gemfire_properties/setting_distributed_properties.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/basic_config/the_cache/chapter_overview.html

Large diffs are not rendered by default.

3,311 changes: 3,311 additions & 0 deletions docs/guide/basic_config/the_cache/intro_cache_management.html

Large diffs are not rendered by default.

3,288 changes: 3,288 additions & 0 deletions docs/guide/basic_config/the_cache/managing_a_client_cache.html

Large diffs are not rendered by default.

3,282 changes: 3,282 additions & 0 deletions docs/guide/basic_config/the_cache/managing_a_multiuser_cache.html

Large diffs are not rendered by default.

3,290 changes: 3,290 additions & 0 deletions docs/guide/basic_config/the_cache/managing_a_peer_server_cache.html

Large diffs are not rendered by default.

3,276 changes: 3,276 additions & 0 deletions docs/guide/basic_config/the_cache/managing_a_secure_cache.html

Large diffs are not rendered by default.

3,282 changes: 3,282 additions & 0 deletions docs/guide/basic_config/the_cache/setting_cache_initializer.html

Large diffs are not rendered by default.

3,257 changes: 3,257 additions & 0 deletions docs/guide/basic_config/the_cache/setting_cache_properties.html

Large diffs are not rendered by default.

3,288 changes: 3,288 additions & 0 deletions docs/guide/configuring/chapter_overview.html

Large diffs are not rendered by default.

3,318 changes: 3,318 additions & 0 deletions docs/guide/configuring/cluster_config/deploying_application_jars.html

Large diffs are not rendered by default.

3,265 changes: 3,265 additions & 0 deletions docs/guide/configuring/cluster_config/export-import.html

Large diffs are not rendered by default.

3,292 changes: 3,292 additions & 0 deletions docs/guide/configuring/cluster_config/gfsh_config_troubleshooting.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/configuring/cluster_config/gfsh_load_from_shared_dir.html

Large diffs are not rendered by default.

3,357 changes: 3,357 additions & 0 deletions docs/guide/configuring/cluster_config/gfsh_persist.html

Large diffs are not rendered by default.

3,295 changes: 3,295 additions & 0 deletions docs/guide/configuring/cluster_config/gfsh_remote.html

Large diffs are not rendered by default.

3,494 changes: 3,494 additions & 0 deletions docs/guide/configuring/cluster_config/persisting_configurations.html

Large diffs are not rendered by default.

3,261 changes: 3,261 additions & 0 deletions docs/guide/configuring/cluster_config/using_member_groups.html

Large diffs are not rendered by default.

3,265 changes: 3,265 additions & 0 deletions docs/guide/configuring/running/change_file_spec.html

Large diffs are not rendered by default.

3,295 changes: 3,295 additions & 0 deletions docs/guide/configuring/running/default_file_specs.html

Large diffs are not rendered by default.

3,253 changes: 3,253 additions & 0 deletions docs/guide/configuring/running/deploy_config_files_intro.html

Large diffs are not rendered by default.

3,259 changes: 3,259 additions & 0 deletions docs/guide/configuring/running/deploying_config_files.html

Large diffs are not rendered by default.

3,268 changes: 3,268 additions & 0 deletions docs/guide/configuring/running/deploying_config_jar_files.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/configuring/running/firewall_ports_config.html

Large diffs are not rendered by default.

3,252 changes: 3,252 additions & 0 deletions docs/guide/configuring/running/firewalls_connections.html

Large diffs are not rendered by default.

3,302 changes: 3,302 additions & 0 deletions docs/guide/configuring/running/firewalls_multisite.html

Large diffs are not rendered by default.

3,461 changes: 3,461 additions & 0 deletions docs/guide/configuring/running/firewalls_ports.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/configuring/running/managing_output_files.html

Large diffs are not rendered by default.

3,374 changes: 3,374 additions & 0 deletions docs/guide/configuring/running/running_the_cacheserver.html

Large diffs are not rendered by default.

3,430 changes: 3,430 additions & 0 deletions docs/guide/configuring/running/running_the_locator.html

Large diffs are not rendered by default.

3,337 changes: 3,337 additions & 0 deletions docs/guide/configuring/running/starting_up_shutting_down.html

Large diffs are not rendered by default.

3,280 changes: 3,280 additions & 0 deletions docs/guide/developing/book_intro.html

Large diffs are not rendered by default.

3,253 changes: 3,253 additions & 0 deletions docs/guide/developing/continuous_querying/chapter_overview.html

Large diffs are not rendered by default.

3,363 changes: 3,363 additions & 0 deletions docs/guide/developing/continuous_querying/continuous_querying_whats_next.html

Large diffs are not rendered by default.

3,329 changes: 3,329 additions & 0 deletions docs/guide/developing/continuous_querying/how_continuous_querying_works.html

Large diffs are not rendered by default.

3,414 changes: 3,414 additions & 0 deletions docs/guide/developing/continuous_querying/implementing_continuous_querying.html

Large diffs are not rendered by default.

3,257 changes: 3,257 additions & 0 deletions docs/guide/developing/data_serialization/PDX_Serialization_Features.html

Large diffs are not rendered by default.

3,348 changes: 3,348 additions & 0 deletions docs/guide/developing/data_serialization/auto_serialization.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/data_serialization/chapter_overview.html

Large diffs are not rendered by default.

3,321 changes: 3,321 additions & 0 deletions docs/guide/developing/data_serialization/data_serialization_options.html

Large diffs are not rendered by default.

3,341 changes: 3,341 additions & 0 deletions docs/guide/developing/data_serialization/extending_the_autoserializer.html

Large diffs are not rendered by default.

3,266 changes: 3,266 additions & 0 deletions docs/guide/developing/data_serialization/gemfire_data_serialization.html

Large diffs are not rendered by default.

3,272 changes: 3,272 additions & 0 deletions docs/guide/developing/data_serialization/gemfire_pdx_serialization.html

Large diffs are not rendered by default.

3,244 changes: 3,244 additions & 0 deletions docs/guide/developing/data_serialization/java_serialization.html

Large diffs are not rendered by default.

3,267 changes: 3,267 additions & 0 deletions docs/guide/developing/data_serialization/jsonformatter_pdxinstances.html

Large diffs are not rendered by default.

3,268 changes: 3,268 additions & 0 deletions docs/guide/developing/data_serialization/persist_pdx_metadata_to_disk.html

Large diffs are not rendered by default.

3,320 changes: 3,320 additions & 0 deletions docs/guide/developing/data_serialization/program_application_for_pdx.html

Large diffs are not rendered by default.

3,264 changes: 3,264 additions & 0 deletions docs/guide/developing/data_serialization/use_pdx_high_level_steps.html

Large diffs are not rendered by default.

3,326 changes: 3,326 additions & 0 deletions docs/guide/developing/data_serialization/use_pdx_serializable.html

Large diffs are not rendered by default.

3,351 changes: 3,351 additions & 0 deletions docs/guide/developing/data_serialization/use_pdx_serializer.html

Large diffs are not rendered by default.

3,263 changes: 3,263 additions & 0 deletions docs/guide/developing/data_serialization/using_PdxInstanceFactory.html

Large diffs are not rendered by default.

3,246 changes: 3,246 additions & 0 deletions docs/guide/developing/data_serialization/using_pdx_region_entry_keys.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/developing/delta_propagation/chapter_overview.html

Large diffs are not rendered by default.

3,346 changes: 3,346 additions & 0 deletions docs/guide/developing/delta_propagation/delta_propagation_example.html

Large diffs are not rendered by default.

3,308 changes: 3,308 additions & 0 deletions docs/guide/developing/delta_propagation/delta_propagation_properties.html

Large diffs are not rendered by default.

3,258 changes: 3,258 additions & 0 deletions docs/guide/developing/delta_propagation/errors_in_delta_propagation.html

Large diffs are not rendered by default.

3,297 changes: 3,297 additions & 0 deletions docs/guide/developing/delta_propagation/how_delta_propagation_works.html

Large diffs are not rendered by default.

3,261 changes: 3,261 additions & 0 deletions docs/guide/developing/delta_propagation/implementing_delta_propagation.html

Large diffs are not rendered by default.

3,251 changes: 3,251 additions & 0 deletions docs/guide/developing/delta_propagation/when_to_use_delta_prop.html

Large diffs are not rendered by default.

3,257 changes: 3,257 additions & 0 deletions docs/guide/developing/distributed_regions/chapter_overview.html

Large diffs are not rendered by default.

3,252 changes: 3,252 additions & 0 deletions docs/guide/developing/distributed_regions/choosing_level_of_dist.html

Large diffs are not rendered by default.

3,265 changes: 3,265 additions & 0 deletions docs/guide/developing/distributed_regions/how_distribution_works.html

Large diffs are not rendered by default.

3,344 changes: 3,344 additions & 0 deletions docs/guide/developing/distributed_regions/how_region_versioning_works.html

Large diffs are not rendered by default.

3,259 changes: 3,259 additions & 0 deletions docs/guide/developing/distributed_regions/how_region_versioning_works_wan.html

Large diffs are not rendered by default.

3,269 changes: 3,269 additions & 0 deletions docs/guide/developing/distributed_regions/how_replication_works.html

Large diffs are not rendered by default.

3,316 changes: 3,316 additions & 0 deletions docs/guide/developing/distributed_regions/locking_in_global_regions.html

Large diffs are not rendered by default.

3,270 changes: 3,270 additions & 0 deletions docs/guide/developing/distributed_regions/managing_distributed_regions.html

Large diffs are not rendered by default.

3,262 changes: 3,262 additions & 0 deletions docs/guide/developing/distributed_regions/region_entry_versions.html

Large diffs are not rendered by default.

3,351 changes: 3,351 additions & 0 deletions docs/guide/developing/events/cache_event_handler_examples.html

Large diffs are not rendered by default.

3,257 changes: 3,257 additions & 0 deletions docs/guide/developing/events/chapter_overview.html

Large diffs are not rendered by default.

3,296 changes: 3,296 additions & 0 deletions docs/guide/developing/events/configure_client_server_event_messaging.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/events/configure_multisite_event_messaging.html

Large diffs are not rendered by default.

3,265 changes: 3,265 additions & 0 deletions docs/guide/developing/events/configure_p2p_event_messaging.html

Large diffs are not rendered by default.

3,366 changes: 3,366 additions & 0 deletions docs/guide/developing/events/configuring_gateway_concurrency_levels.html

Large diffs are not rendered by default.

3,322 changes: 3,322 additions & 0 deletions docs/guide/developing/events/configuring_highly_available_gateway_queues.html

Large diffs are not rendered by default.

3,280 changes: 3,280 additions & 0 deletions docs/guide/developing/events/configuring_highly_available_servers.html

Large diffs are not rendered by default.

3,331 changes: 3,331 additions & 0 deletions docs/guide/developing/events/conflate_multisite_gateway_queue.html

Large diffs are not rendered by default.

3,262 changes: 3,262 additions & 0 deletions docs/guide/developing/events/conflate_server_subscription_queue.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/events/event_handler_overview.html

Large diffs are not rendered by default.

3,326 changes: 3,326 additions & 0 deletions docs/guide/developing/events/filtering_multisite_events.html

Large diffs are not rendered by default.

3,305 changes: 3,305 additions & 0 deletions docs/guide/developing/events/ha_event_messaging_whats_next.html

Large diffs are not rendered by default.

3,298 changes: 3,298 additions & 0 deletions docs/guide/developing/events/how_cache_events_work.html

Large diffs are not rendered by default.

3,378 changes: 3,378 additions & 0 deletions docs/guide/developing/events/how_client_server_distribution_works.html

Large diffs are not rendered by default.

3,334 changes: 3,334 additions & 0 deletions docs/guide/developing/events/how_events_work.html

Large diffs are not rendered by default.

3,292 changes: 3,292 additions & 0 deletions docs/guide/developing/events/how_multisite_distribution_works.html

Large diffs are not rendered by default.

3,357 changes: 3,357 additions & 0 deletions docs/guide/developing/events/implementing_cache_event_handlers.html

Large diffs are not rendered by default.

3,417 changes: 3,417 additions & 0 deletions docs/guide/developing/events/implementing_durable_client_server_messaging.html

Large diffs are not rendered by default.

3,437 changes: 3,437 additions & 0 deletions docs/guide/developing/events/implementing_write_behind_event_handler.html

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions docs/guide/developing/events/limit_server_subscription_queue_size.html

Large diffs are not rendered by default.

3,396 changes: 3,396 additions & 0 deletions docs/guide/developing/events/list_of_event_handlers_and_events.html

Large diffs are not rendered by default.

3,291 changes: 3,291 additions & 0 deletions docs/guide/developing/events/resolving_multisite_conflicts.html

Large diffs are not rendered by default.

3,262 changes: 3,262 additions & 0 deletions docs/guide/developing/events/tune_client_message_tracking_timeout.html

Large diffs are not rendered by default.

3,252 changes: 3,252 additions & 0 deletions docs/guide/developing/events/tune_client_server_event_messaging.html

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions docs/guide/developing/events/writing_callbacks_that_modify_the_cache.html

Large diffs are not rendered by default.

3,250 changes: 3,250 additions & 0 deletions docs/guide/developing/eviction/chapter_overview.html

Large diffs are not rendered by default.

3,297 changes: 3,297 additions & 0 deletions docs/guide/developing/eviction/configuring_data_eviction.html

Large diffs are not rendered by default.

3,255 changes: 3,255 additions & 0 deletions docs/guide/developing/eviction/how_eviction_works.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/expiration/chapter_overview.html

Large diffs are not rendered by default.

3,294 changes: 3,294 additions & 0 deletions docs/guide/developing/expiration/configuring_data_expiration.html

Large diffs are not rendered by default.

3,291 changes: 3,291 additions & 0 deletions docs/guide/developing/expiration/how_expiration_works.html

Large diffs are not rendered by default.

3,251 changes: 3,251 additions & 0 deletions docs/guide/developing/function_exec/chapter_overview.html

Large diffs are not rendered by default.

3,474 changes: 3,474 additions & 0 deletions docs/guide/developing/function_exec/function_execution.html

Large diffs are not rendered by default.

3,356 changes: 3,356 additions & 0 deletions docs/guide/developing/function_exec/how_function_execution_works.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/management_all_region_types/chapter_overview.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/outside_data_sources/chapter_overview.html

Large diffs are not rendered by default.

3,269 changes: 3,269 additions & 0 deletions docs/guide/developing/outside_data_sources/how_data_loaders_work.html

Large diffs are not rendered by default.

3,302 changes: 3,302 additions & 0 deletions docs/guide/developing/outside_data_sources/implementing_data_loaders.html

Large diffs are not rendered by default.

3,251 changes: 3,251 additions & 0 deletions docs/guide/developing/outside_data_sources/sync_outside_data.html

Large diffs are not rendered by default.

3,269 changes: 3,269 additions & 0 deletions docs/guide/developing/partitioned_regions/chapter_overview.html

Large diffs are not rendered by default.

3,264 changes: 3,264 additions & 0 deletions docs/guide/developing/partitioned_regions/checking_region_redundancy.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/partitioned_regions/configure_pr_single_hop.html

Large diffs are not rendered by default.

3,282 changes: 3,282 additions & 0 deletions docs/guide/developing/partitioned_regions/configuring_bucket_for_pr.html

Large diffs are not rendered by default.

3,275 changes: 3,275 additions & 0 deletions docs/guide/developing/partitioned_regions/configuring_ha_for_pr.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,276 changes: 3,276 additions & 0 deletions docs/guide/developing/partitioned_regions/how_partitioning_works.html

Large diffs are not rendered by default.

3,283 changes: 3,283 additions & 0 deletions docs/guide/developing/partitioned_regions/how_pr_ha_works.html

Large diffs are not rendered by default.

3,267 changes: 3,267 additions & 0 deletions docs/guide/developing/partitioned_regions/how_pr_single_hop_works.html

Large diffs are not rendered by default.

3,303 changes: 3,303 additions & 0 deletions docs/guide/developing/partitioned_regions/join_query_partitioned_regions.html

Large diffs are not rendered by default.

3,261 changes: 3,261 additions & 0 deletions docs/guide/developing/partitioned_regions/managing_partitioned_regions.html

Large diffs are not rendered by default.

3,285 changes: 3,285 additions & 0 deletions docs/guide/developing/partitioned_regions/moving_partitioned_data.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/partitioned_regions/overview_how_pr_ha_works.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/partitioned_regions/overview_how_pr_single_hop_works.html

Large diffs are not rendered by default.

3,317 changes: 3,317 additions & 0 deletions docs/guide/developing/partitioned_regions/rebalancing_pr_data.html

Large diffs are not rendered by default.

3,280 changes: 3,280 additions & 0 deletions docs/guide/developing/partitioned_regions/set_crash_redundancy_recovery.html

Large diffs are not rendered by default.

3,246 changes: 3,246 additions & 0 deletions docs/guide/developing/partitioned_regions/set_enforce_unique_host.html

Large diffs are not rendered by default.

3,286 changes: 3,286 additions & 0 deletions docs/guide/developing/partitioned_regions/set_join_redundancy_recovery.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/developing/partitioned_regions/set_pr_redundancy.html

Large diffs are not rendered by default.

3,255 changes: 3,255 additions & 0 deletions docs/guide/developing/partitioned_regions/set_redundancy_zones.html

Large diffs are not rendered by default.

3,436 changes: 3,436 additions & 0 deletions docs/guide/developing/partitioned_regions/using_custom_partition_resolvers.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/developing/query_additional/advanced_querying.html

Large diffs are not rendered by default.

3,245 changes: 3,245 additions & 0 deletions docs/guide/developing/query_additional/case_sensitivity.html

Large diffs are not rendered by default.

3,304 changes: 3,304 additions & 0 deletions docs/guide/developing/query_additional/literals.html

Large diffs are not rendered by default.

3,291 changes: 3,291 additions & 0 deletions docs/guide/developing/query_additional/operators.html

Large diffs are not rendered by default.

3,247 changes: 3,247 additions & 0 deletions docs/guide/developing/query_additional/order_by_on_partitioned_regions.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,294 changes: 3,294 additions & 0 deletions docs/guide/developing/query_additional/query_debugging.html

Large diffs are not rendered by default.

3,251 changes: 3,251 additions & 0 deletions docs/guide/developing/query_additional/query_language_features.html

Large diffs are not rendered by default.

3,377 changes: 3,377 additions & 0 deletions docs/guide/developing/query_additional/query_on_a_single_node.html

Large diffs are not rendered by default.

3,361 changes: 3,361 additions & 0 deletions docs/guide/developing/query_additional/supported_keywords.html

Large diffs are not rendered by default.

3,276 changes: 3,276 additions & 0 deletions docs/guide/developing/query_additional/using_query_bind_parameters.html

Large diffs are not rendered by default.

3,278 changes: 3,278 additions & 0 deletions docs/guide/developing/query_index/create_multiple_indexes.html

Large diffs are not rendered by default.

3,309 changes: 3,309 additions & 0 deletions docs/guide/developing/query_index/creating_an_index.html

Large diffs are not rendered by default.

3,278 changes: 3,278 additions & 0 deletions docs/guide/developing/query_index/creating_hash_indexes.html

Large diffs are not rendered by default.

3,274 changes: 3,274 additions & 0 deletions docs/guide/developing/query_index/creating_key_indexes.html

Large diffs are not rendered by default.

3,264 changes: 3,264 additions & 0 deletions docs/guide/developing/query_index/creating_map_indexes.html

Large diffs are not rendered by default.

3,289 changes: 3,289 additions & 0 deletions docs/guide/developing/query_index/index_samples.html

Large diffs are not rendered by default.

3,258 changes: 3,258 additions & 0 deletions docs/guide/developing/query_index/indexes_on_single_region_queries.html

Large diffs are not rendered by default.

3,266 changes: 3,266 additions & 0 deletions docs/guide/developing/query_index/indexes_with_overflow_regions.html

Large diffs are not rendered by default.

3,261 changes: 3,261 additions & 0 deletions docs/guide/developing/query_index/indexing_guidelines.html

Large diffs are not rendered by default.

3,282 changes: 3,282 additions & 0 deletions docs/guide/developing/query_index/maintaining_indexes.html

Large diffs are not rendered by default.

3,284 changes: 3,284 additions & 0 deletions docs/guide/developing/query_index/query_index.html

Large diffs are not rendered by default.

3,249 changes: 3,249 additions & 0 deletions docs/guide/developing/query_index/query_index_hints.html

Large diffs are not rendered by default.

3,301 changes: 3,301 additions & 0 deletions docs/guide/developing/query_index/using_indexes_with_equijoin_queries.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,320 changes: 3,320 additions & 0 deletions docs/guide/developing/query_select/aggregates.html

Large diffs are not rendered by default.

3,298 changes: 3,298 additions & 0 deletions docs/guide/developing/query_select/the_from_clause.html

Large diffs are not rendered by default.

3,243 changes: 3,243 additions & 0 deletions docs/guide/developing/query_select/the_import_statement.html

Large diffs are not rendered by default.

3,392 changes: 3,392 additions & 0 deletions docs/guide/developing/query_select/the_select_statement.html

Large diffs are not rendered by default.

3,518 changes: 3,518 additions & 0 deletions docs/guide/developing/query_select/the_where_clause.html

Large diffs are not rendered by default.

3,253 changes: 3,253 additions & 0 deletions docs/guide/developing/querying_basics/chapter_overview.html

Large diffs are not rendered by default.

3,242 changes: 3,242 additions & 0 deletions docs/guide/developing/querying_basics/comments_in_query_strings.html

Large diffs are not rendered by default.

3,255 changes: 3,255 additions & 0 deletions docs/guide/developing/querying_basics/monitor_queries_for_low_memory.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/querying_basics/oql_compared_to_sql.html

Large diffs are not rendered by default.

3,250 changes: 3,250 additions & 0 deletions docs/guide/developing/querying_basics/performance_considerations.html

Large diffs are not rendered by default.

3,264 changes: 3,264 additions & 0 deletions docs/guide/developing/querying_basics/query_basics.html

Large diffs are not rendered by default.

3,372 changes: 3,372 additions & 0 deletions docs/guide/developing/querying_basics/query_grammar_and_reserved_words.html

Large diffs are not rendered by default.

3,253 changes: 3,253 additions & 0 deletions docs/guide/developing/querying_basics/querying_partitioned_regions.html

Large diffs are not rendered by default.

3,338 changes: 3,338 additions & 0 deletions docs/guide/developing/querying_basics/reserved_words.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,298 changes: 3,298 additions & 0 deletions docs/guide/developing/querying_basics/running_a_query.html

Large diffs are not rendered by default.

3,239 changes: 3,239 additions & 0 deletions docs/guide/developing/querying_basics/supported_character_sets.html

Large diffs are not rendered by default.

3,266 changes: 3,266 additions & 0 deletions docs/guide/developing/querying_basics/what_is_a_query_string.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/developing/region_options/chapter_overview.html

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions docs/guide/developing/region_options/data_hosts_and_accessors.html

Large diffs are not rendered by default.

3,406 changes: 3,406 additions & 0 deletions docs/guide/developing/region_options/dynamic_region_creation.html

Large diffs are not rendered by default.

3,371 changes: 3,371 additions & 0 deletions docs/guide/developing/region_options/region_types.html

Large diffs are not rendered by default.

3,258 changes: 3,258 additions & 0 deletions docs/guide/developing/region_options/storage_distribution_options.html

Large diffs are not rendered by default.

3,256 changes: 3,256 additions & 0 deletions docs/guide/developing/storing_data_on_disk/chapter_overview.html

Large diffs are not rendered by default.

3,281 changes: 3,281 additions & 0 deletions docs/guide/developing/storing_data_on_disk/how_persist_overflow_work.html

Large diffs are not rendered by default.

3,264 changes: 3,264 additions & 0 deletions docs/guide/developing/storing_data_on_disk/overflow_config_examples.html

Large diffs are not rendered by default.

3,301 changes: 3,301 additions & 0 deletions docs/guide/developing/storing_data_on_disk/storing_data_on_disk.html

Large diffs are not rendered by default.

3,436 changes: 3,436 additions & 0 deletions docs/guide/developing/transactions/JTA_transactions.html

Large diffs are not rendered by default.

3,263 changes: 3,263 additions & 0 deletions docs/guide/developing/transactions/about_transactions.html

Large diffs are not rendered by default.

3,243 changes: 3,243 additions & 0 deletions docs/guide/developing/transactions/cache_plugins_with_jta.html

Large diffs are not rendered by default.

3,246 changes: 3,246 additions & 0 deletions docs/guide/developing/transactions/cache_transaction_performance.html

Large diffs are not rendered by default.

3,262 changes: 3,262 additions & 0 deletions docs/guide/developing/transactions/cache_transactions.html

Large diffs are not rendered by default.

3,384 changes: 3,384 additions & 0 deletions docs/guide/developing/transactions/cache_transactions_by_region_type.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/developing/transactions/chapter_overview.html

Large diffs are not rendered by default.

3,268 changes: 3,268 additions & 0 deletions docs/guide/developing/transactions/client_server_transactions.html

Large diffs are not rendered by default.

3,522 changes: 3,522 additions & 0 deletions docs/guide/developing/transactions/configuring_db_connections_using_JNDI.html

Large diffs are not rendered by default.

3,249 changes: 3,249 additions & 0 deletions docs/guide/developing/transactions/data_location_cache_transactions.html

Large diffs are not rendered by default.

3,291 changes: 3,291 additions & 0 deletions docs/guide/developing/transactions/how_cache_transactions_work.html

Large diffs are not rendered by default.

3,263 changes: 3,263 additions & 0 deletions docs/guide/developing/transactions/jca_adapter_example.html

Large diffs are not rendered by default.

3,276 changes: 3,276 additions & 0 deletions docs/guide/developing/transactions/monitor_troubleshoot_transactions.html

Large diffs are not rendered by default.

3,330 changes: 3,330 additions & 0 deletions docs/guide/developing/transactions/run_a_cache_transaction.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,257 changes: 3,257 additions & 0 deletions docs/guide/developing/transactions/transaction_coding_examples.html

Large diffs are not rendered by default.

3,265 changes: 3,265 additions & 0 deletions docs/guide/developing/transactions/transaction_event_management.html

Large diffs are not rendered by default.

3,260 changes: 3,260 additions & 0 deletions docs/guide/developing/transactions/transaction_jta_gemfire_example.html

Large diffs are not rendered by default.

3,271 changes: 3,271 additions & 0 deletions docs/guide/developing/transactions/transaction_semantics.html

Large diffs are not rendered by default.

3,250 changes: 3,250 additions & 0 deletions docs/guide/developing/transactions/transaction_suspend_resume_example.html

Large diffs are not rendered by default.

3,456 changes: 3,456 additions & 0 deletions docs/guide/developing/transactions/transactional_and_nontransactional_ops.html

Large diffs are not rendered by default.

3,284 changes: 3,284 additions & 0 deletions docs/guide/developing/transactions/transactional_function_example.html

Large diffs are not rendered by default.

3,279 changes: 3,279 additions & 0 deletions docs/guide/developing/transactions/transactions_overview.html

Large diffs are not rendered by default.

3,252 changes: 3,252 additions & 0 deletions docs/guide/developing/transactions/turning_off_jta.html

Large diffs are not rendered by default.

3,421 changes: 3,421 additions & 0 deletions docs/guide/developing/transactions/working_with_transactions.html

Large diffs are not rendered by default.

3,646 changes: 3,646 additions & 0 deletions docs/guide/getting_started/15_minute_quickstart_gfsh.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/getting_started/book_intro.html

Large diffs are not rendered by default.

3,254 changes: 3,254 additions & 0 deletions docs/guide/getting_started/geode_overview.html

Large diffs are not rendered by default.

3,314 changes: 3,314 additions & 0 deletions docs/guide/getting_started/installation/install_standalone.html

Large diffs are not rendered by default.

3,320 changes: 3,320 additions & 0 deletions docs/guide/getting_started/product_intro.html

Large diffs are not rendered by default.

3,706 changes: 3,706 additions & 0 deletions docs/guide/getting_started/querying_quick_reference.html

Large diffs are not rendered by default.

3,316 changes: 3,316 additions & 0 deletions docs/guide/getting_started/setup_classpath.html

Large diffs are not rendered by default.

3,270 changes: 3,270 additions & 0 deletions docs/guide/getting_started/system_requirements/host_machine.html

Large diffs are not rendered by default.

3,241 changes: 3,241 additions & 0 deletions docs/guide/getting_started/uninstall_gemfire.html

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/ContinuousQuerying-1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/ContinuousQuerying-3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/DataManagement-9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/DeltaPropagation-1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/DeltaPropagation-3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/Events-2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/Events-3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/FuncExecOnMembers.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/FuncExecOnRegionNoMetadata.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/FuncExecOnRegionWithFilter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/FuncExecOnServers.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/Gemcached.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/JConsole.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/MultiSite-4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/SQLite_Persistence_Mgr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/Transaction-simple.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/consistent_multisite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/diskStores-1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/guide/images/diskStores-3.gif
Binary file added docs/guide/images/jconsole_mbeans.png
Binary file added docs/guide/images/jvisualvm.png
Binary file added docs/guide/images/logging-1.gif
Binary file added docs/guide/images/member_view_list.png
Binary file added docs/guide/images/multisite-topology-avoid-3.png
Binary file added docs/guide/images/multisite-topology-hybrid-1.png
Binary file added docs/guide/images/multisite-topology-hybrid-2.png
Binary file added docs/guide/images/multisite-topology-parallel.png
Binary file added docs/guide/images/multisite-topology-serial.png
Binary file added docs/guide/images/parallel_sender.png
Binary file added docs/guide/images/pulse-data-browser.png
Binary file added docs/guide/images/pulse-region-detail.png
Binary file added docs/guide/images/pulse_alerts_widget.png
Binary file added docs/guide/images/pulse_cluster_view.png
Binary file added docs/guide/images/pulse_data_view.png
Binary file added docs/guide/images/pulse_locator.png
Binary file added docs/guide/images/pulse_member_view.png
Binary file added docs/guide/images/rest_example_java_packages.png
Binary file added docs/guide/images/security-1.gif
Binary file added docs/guide/images/security-3.gif
Binary file added docs/guide/images/security-4.gif
Binary file added docs/guide/images/security-5.gif
Binary file added docs/guide/images/serial_sender.png
Binary file added docs/guide/images/statistics-1.gif
Binary file added docs/guide/images/swagger_home.png
Binary file added docs/guide/images/swagger_post_region.png
Binary file added docs/guide/images/swagger_v1.png
Binary file added docs/guide/images/swagger_v1_response.png
Binary file added docs/guide/images/transactions-client-1.png
Binary file added docs/guide/images/transactions_jca_adapter.png
Binary file added docs/guide/images/transactions_jta.png
Binary file added docs/guide/images/transactions_jta_app_server.png
3 changes: 3 additions & 0 deletions docs/guide/images_svg/JMX_Architecture.svg

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/guide/images_svg/MBeans.svg

Large diffs are not rendered by default.