From 8c8ccede27016420f22cb0cca224b0422ad76a21 Mon Sep 17 00:00:00 2001 From: Julia B <150837331+julia-cb@users.noreply.github.com> Date: Sat, 16 Mar 2024 00:47:00 -0700 Subject: [PATCH] Revert "Moved Eventing nav to a partial in the docs-devex repo (#3510)" This reverts commit 8933963ecf0acbf891db7a9fefa74d0a81765ac7. --- modules/ROOT/nav.adoc | 71 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 66 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index c9bc0d50b5..dfcf2e538b 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -28,9 +28,7 @@ include::search:partial$nav.adoc[] ** xref:sdk:sdk-doctor.adoc[Troubleshooting Connections with SDK Doctor] include::n1ql:partial$nav.adoc[] - include::vector-search:partial$nav.adoc[] - * xref:fts:fts-introduction.adoc[Search] ** xref:fts:fts-quickstart-guide.adoc[Quickstart Guide] ** xref:fts:fts-creating-indexes.adoc[Create Search Indexes] @@ -137,9 +135,72 @@ include::vector-search:partial$nav.adoc[] *** xref:fts:fts-advanced-settings-CBFT-ENV-OPTIONS.adoc[CBFT_ENV_OPTIONS] ** xref:fts:fts-monitor.adoc[Statistics and Monitoring] ** xref:fts:fts-troubleshooting.adoc[Troubleshooting and FAQs] - -include::eventing:partial$nav.adoc[] - +* xref:eventing:eventing-overview.adoc[Eventing] + ** xref:eventing:eventing-Terminologies.adoc[Terminology] + ** xref:eventing:eventing-language-constructs.adoc[Language Constructs] + *** xref:eventing:eventing-advanced-keyspace-accessors.adoc[Advanced Keyspace Accessors] + *** xref:eventing:eventing-timers.adoc[Timers] + *** xref:eventing:eventing-curl-spec.adoc[cURL] + ** xref:eventing:eventing-lifecycle.adoc[Eventing Lifecycle] + ** xref:eventing:eventing-buckets-to-collections.adoc[Buckets vs Collections] + ** xref:eventing:eventing-rbac.adoc[Eventing Role-Based Access Control] + ** xref:eventing:eventing-examples.adoc[Examples: Using the Eventing Service] + *** xref:eventing:eventing-example-data-enrichment.adoc[Data Enrichment] + *** xref:eventing:eventing-examples-cascade-delete.adoc[Cascade Delete] + *** xref:eventing:eventing-examples-docexpiry.adoc[Document Expiry] + *** xref:eventing:eventing-examples-delete-v-expiry.adoc[Delete v Expiry] + *** xref:eventing:eventing-examples-docarchive.adoc[Document Archival] + *** xref:eventing:eventing-examples-cancel-overwrite-timer.adoc[Cancel or Overwrite Timer] + *** xref:eventing:eventing-examples-recurring-timer.adoc[Recurring Timer] + *** xref:eventing:eventing-examples-rest-via-curl-get.adoc[External REST via cURL GET] + *** xref:eventing:eventing-examples-high-risk.adoc[Risk Assessment] + ** xref:eventing:eventing-examples.adoc#examples-scriptlets[Examples: Terse Scriptlets] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-kv[Basic KV Functions] + **** xref:eventing:eventing-handler-basicBucketOps.adoc[basicBucketOps] + **** xref:eventing:eventing-handler-curl-get.adoc[basicCurlGet] + **** xref:eventing:eventing-handler-curl-post.adoc[basicCurlPost] + **** xref:eventing:eventing-handler-simpleTimer.adoc[simpleTimer] + **** xref:eventing:eventing-handler-cascadeKvDeleteWithDoc.adoc[cascadeKvDeleteWithDoc] + **** xref:eventing:eventing-handler-redactSharedData.adoc[redactSharedData] + **** xref:eventing:eventing-handler-simpleFlatten.adoc[simpleFlatten] + **** xref:eventing:eventing-handler-fixEmailDomains.adoc[fixEmailDomains] + **** xref:eventing:eventing-handler-keepLastN.adoc[keepLastN] + **** xref:eventing:eventing-handler-docControlledSelfExpiry.adoc[docControlledSelfExpiry] + **** xref:eventing:eventing-handler-shippingNotifier.adoc[shippingNotifier] + **** xref:eventing:eventing-handler-ConvertBucketToCollections.adoc[ConvertBucketToCollections] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-n1ql[Basic {sqlpp} Eventing Functions] + **** xref:eventing:eventing-handler-basicN1qlSelectStmt.adoc[] + **** xref:eventing:eventing-handler-basicN1qlPreparedSelectStmt.adoc[] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-generic[Generic Manipulation Functions] + **** xref:eventing:eventing-handler-dateToEpochConversion.adoc[dateToEpochConversion] + **** xref:eventing:eventing-handler-deepCloneAndModify.adoc[deepCloneAndModify] + **** xref:eventing:eventing-handler-removeObjectStubs.adoc[removeObjectStubs] + **** xref:eventing:eventing-handler-removeNullsAndEmptys.adoc[removeNullsAndEmptys] + **** xref:eventing:eventing-handler-genericRename.adoc[genericRename] + **** xref:eventing:eventing-handler-genericFlatten.adoc[genericFlatten] + **** xref:eventing:eventing-handler-convertXMLtoJSON.adoc[convertXMLtoJSON] + **** xref:eventing:eventing-handler-convertAdvXMLtoJSON.adoc[convertAdvXMLtoJSON] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-advanced-accessors[Advanced Accessor Functions] + **** xref:eventing:eventing-handler-advancedGetOp.adoc[advancedGetOp] + **** xref:eventing:eventing-handler-advancedGetOpWithCache.adoc[advancedGetOpWithCache] + **** xref:eventing:eventing-handler-advancedInsertOp.adoc[advancedInsertOp] + **** xref:eventing:eventing-handler-advancedUpsertOp.adoc[advancedUpsertOp] + **** xref:eventing:eventing-handler-advancedReplaceOp.adoc[advancedReplaceOp] + **** xref:eventing:eventing-handler-advancedDeleteOp.adoc[advancedDeleteOp] + **** xref:eventing:eventing-handler-advancedIncrementOp.adoc[advancedIncrementOp] + **** xref:eventing:eventing-handler-advancedDecrementOp.adoc[advancedDecrementOp] + **** xref:eventing:eventing-handler-advanced-keepLastN.adoc[advancedKeepLastN] + **** xref:eventing:eventing-handler-advanced-docControlledSelfExpiry.adoc[advanced-DocControlledSelfExpiry] + **** xref:eventing:eventing-handler-multiCollectionEventing.adoc[multiCollectionEventing] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-binary-documents[Binary Document Support] + **** xref:eventing:eventing-handler-basicBinaryKV.adoc[basicBinaryKV] + **** xref:eventing:eventing-handler-advancedBinaryKV.adoc[advancedBinaryKV] + *** xref:eventing:eventing-examples.adoc#examples-scriptlets-performance[Performance Functions] + **** xref:eventing:eventing-handler-fasterToLocalString.adoc[fasterToLocalString] + ** xref:eventing:eventing-debugging-and-diagnosability.adoc[Debugging and Diagnosability] + ** xref:eventing:eventing-statistics.adoc[Statistics] + ** xref:eventing:troubleshooting-best-practices.adoc[Troubleshooting and Best Practices] + ** xref:eventing:eventing-faq.adoc[Frequently Asked Questions] include::analytics:partial$nav.adoc[] .Learn