Skip to content

Commit

Permalink
Minor fixes to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell committed Jul 8, 2024
1 parent 11297e6 commit f0bc7ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@ include::maintain-cluster:partial$nav.adoc[]
include::secure-cluster:partial$nav.adoc[]
include::fault-tolerance:partial$nav.adoc[]
** xref:storage:high-density-memory.adoc[]
include::tiered-storage:partial$nav.adoc[]
include::cp-subsystem:partial$nav.adoc[]
** xref:cluster-performance:thread-per-core-tpc.adoc[]
include::tiered-storage:partial$nav.adoc[]
include::data-connections:partial$nav.adoc[]
include::wan:partial$nav.adoc[]
* xref:extending-hazelcast:extending-hazelcast.adoc[]
Expand Down Expand Up @@ -210,6 +209,7 @@ include::wan:partial$nav.adoc[]
* xref:clients:cplusplus.adoc[]
* xref:clients:dotnet.adoc[]
* xref:maintain-cluster:enterprise-rest-api.adoc[]
** xref:maintain-cluster:rest-api.adoc[]
* xref:clients:memcache.adoc[]
* xref:clients:python.adoc[]
* xref:clients:nodejs.adoc[]
Expand Down
3 changes: 1 addition & 2 deletions docs/modules/computing/partials/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
* Java Executor Service
** xref:computing:executor-service.adoc[]
** xref:computing:durable-executor-service.adoc[]
** xref:computing:scheduled-executor-service.adoc[]
** xref:computing:entry-processor.adoc[]
** xref:computing:scheduled-executor-service.adoc[]
1 change: 1 addition & 0 deletions docs/modules/configuration/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
*** xref:configuration:dynamic-config-programmatic-api.adoc[Programmatic API]
*** xref:configuration:dynamic-config-update-and-reload.adoc[Update and Reload with REST]
*** xref:configuration:dynamic-config-persistence.adoc[Configuration Options]
** xref:cluster-performance:thread-per-core-tpc.adoc[]
** xref:phone-homes.adoc[]
1 change: 1 addition & 0 deletions docs/modules/data-structures/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*** xref:data-structures:locking-maps.adoc[]
*** xref:data-structures:listening-for-map-entries.adoc[]
*** xref:data-structures:reading-map-metrics.adoc[]
*** xref:computing:entry-processor.adoc[]
** JCache
*** xref:jcache:jcache.adoc[Overview]
*** xref:jcache:overview.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/integrate/pages/jms-connector.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= JMS Connector
= JMS Message Queue Connector

JMS (Java Message Service) is a standard API for communicating with
various message brokers using the queue or publish-subscribe patterns.
Expand Down

0 comments on commit f0bc7ea

Please sign in to comment.