From 886a642fd007ac80955df18b375e4395fe3d5017 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Wed, 18 Sep 2024 08:56:37 +0100 Subject: [PATCH] Update nav for Develop and Build changes (#1295) Covers nav changes suggested in https://github.com/hazelcast/hz-docs/pull/1293 Note: Backport label might fail / be messy - needs checked and might have to manually backport by updating nav file Co-authored-by: Avtar <118772076+avtarraikmo@users.noreply.github.com> --- docs/modules/ROOT/nav.adoc | 51 ++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index a75dbd4e9..758fba3e1 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -45,10 +45,7 @@ .Develop & build -* Ingestion -** xref:ingest:overview.adoc[] -** xref:computing:distributed-computing.adoc[] -** xref:query:overview.adoc[] +include::architecture:partial$nav.adoc[] * xref:cluster-performance:best-practices.adoc[] ** xref:capacity-planning.adoc[] ** xref:cluster-performance:performance-tips.adoc[] @@ -59,7 +56,6 @@ ** xref:cluster-performance:near-cache.adoc[] ** xref:cluster-performance:imap-bulk-read-operations.adoc[] ** xref:cluster-performance:data-affinity.adoc[] -include::architecture:partial$nav.adoc[] * Member/Client Discovery ** xref:clusters:discovery-mechanisms.adoc[] ** xref:clusters:discovering-by-tcp.adoc[] @@ -67,11 +63,20 @@ include::architecture:partial$nav.adoc[] ** xref:clusters:discovering-native-clients.adoc[] include::kubernetes:partial$nav.adoc[] include::data-structures:partial$nav.adoc[] -* Distributed Compute +// Distributed Computing +* xref:computing:distributed-computing.adoc[] +// ** xref:data-structures:entry-processor.adoc[] also dupe, commenting for now ** Executor Services include::computing:partial$nav.adoc[] +// UCN ** xref:clusters:user-code-namespaces.adoc[] include::clusters:partial$nav.adoc[] +// Pipelines +// ** xref:pipelines:overview.adoc[Data Pipelines] this duped in partial nav below +// Ingestion +* Data Ingestion & Query +** xref:ingest:overview.adoc[] +** xref:query:overview.adoc[] include::mapstore:partial$nav.adoc[] include::pipelines:partial$nav.adoc[] * SQL @@ -166,10 +171,6 @@ include::wan:partial$nav.adoc[] .Integrate * xref:integrate:connectors.adoc[Overview] -* Files -// Files need an overview (options, what's available for SQL, what's available for Jet API) -** xref:integrate:file-connector.adoc[] -** xref:integrate:legacy-file-connector.adoc[] * Integrate with Spring ** xref:spring:overview.adoc[Overview] ** xref:spring:configuration.adoc[] @@ -183,26 +184,34 @@ include::wan:partial$nav.adoc[] ** xref:integrate:feast-config.adoc[] ** xref:integrate:feature-engineering-with-feast.adoc[Get started with Feast batch features] ** xref:integrate:streaming-features-with-feast.adoc[Get started with Feast streaming features] -* xref:integrate:kafka-connect-connectors.adoc[] -* Data Structure Connectors +// Connectors +* Messaging System Connectors +* xref:integrate:messaging-system-connectors.adoc[Overview] +** xref:integrate:kafka-connector.adoc[] +** xref:integrate:kinesis-connector.adoc[] +** xref:integrate:jms-connector.adoc[] +// Database and CDC +* xref:integrate:database-connectors.adoc[Database & CDC Connectors] +** xref:integrate:jdbc-connector.adoc[] +** xref:integrate:cdc-connectors.adoc[] +** xref:integrate:elasticsearch-connector.adoc[] +** xref:integrate:mongodb-connector.adoc[] +* File Connectors +// Need an overview +** xref:integrate:file-connector.adoc[] +** xref:integrate:legacy-file-connector.adoc[] +* Hazelcast Data Structure Connectors // Need an overview ** xref:integrate:map-connector.adoc[] ** xref:integrate:jcache-connector.adoc[] ** xref:integrate:list-connector.adoc[] ** xref:integrate:reliable-topic-connector.adoc[] ** xref:integrate:vector-collection-connector.adoc[] -* xref:integrate:database-connectors.adoc[Database Connectors] -** xref:integrate:jdbc-connector.adoc[] -** xref:integrate:cdc-connectors.adoc[] -** xref:integrate:elasticsearch-connector.adoc[] -** xref:integrate:mongodb-connector.adoc[] -* xref:integrate:messaging-system-connectors.adoc[Messaging System Connectors] -** xref:integrate:kafka-connector.adoc[] -** xref:integrate:kinesis-connector.adoc[] -** xref:integrate:jms-connector.adoc[] +// Kafka Connect * xref:integrate:kafka-connect-connectors.adoc[] * xref:integrate:socket-connector.adoc[] * xref:integrate:test-connectors.adoc[] +// Custom & Community * xref:integrate:custom-connectors.adoc[] * Community Connectors // Need an overview