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

[DOC-11974] Update nav bar with new Eventing page links #3526

Merged
merged 1 commit into from
Mar 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@ include::vector-search:partial$nav.adoc[]
** 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]
*** Step-by-Step Examples
**** 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]
*** Basic Accessor Functions
**** xref:eventing:eventing-handler-basicBucketOps.adoc[basicBucketOps]
**** xref:eventing:eventing-handler-curl-get.adoc[basicCurlGet]
**** xref:eventing:eventing-handler-curl-post.adoc[basicCurlPost]
Expand All @@ -168,10 +168,10 @@ include::vector-search:partial$nav.adoc[]
**** 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]
*** Basic {sqlpp} Functions
**** xref:eventing:eventing-handler-basicN1qlSelectStmt.adoc[]
**** xref:eventing:eventing-handler-basicN1qlPreparedSelectStmt.adoc[]
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-generic[Generic Manipulation Functions]
*** Generic Manipulation Functions
**** xref:eventing:eventing-handler-dateToEpochConversion.adoc[dateToEpochConversion]
**** xref:eventing:eventing-handler-deepCloneAndModify.adoc[deepCloneAndModify]
**** xref:eventing:eventing-handler-removeObjectStubs.adoc[removeObjectStubs]
Expand All @@ -180,7 +180,7 @@ include::vector-search:partial$nav.adoc[]
**** 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]
*** Advanced Accessor Functions
**** xref:eventing:eventing-handler-advancedGetOp.adoc[advancedGetOp]
**** xref:eventing:eventing-handler-advancedGetOpWithCache.adoc[advancedGetOpWithCache]
**** xref:eventing:eventing-handler-advancedInsertOp.adoc[advancedInsertOp]
Expand All @@ -189,13 +189,17 @@ include::vector-search:partial$nav.adoc[]
**** 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-advancedTouchOp.adoc[advancedTouchOp]
**** xref:eventing:eventing-handler-advanced-keepLastN.adoc[advancedKeepLastN]
**** xref:eventing:eventing-handler-advanced-docControlledSelfExpiry.adoc[advanced-DocControlledSelfExpiry]
**** xref:eventing:eventing-handler-advanced-docControlledSelfExpiry.adoc[advancedDocControlledSelfExpiry]
**** xref:eventing:eventing-handler-multiCollectionEventing.adoc[multiCollectionEventing]
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-binary-documents[Binary Document Support]
**** xref:eventing:eventing-handler-advancedSelfRecursion.adoc[advancedSelfRecursion]
**** xref:eventing:eventing-handler-advancedMutateInField.adoc[advancedMutateInField]
**** xref:eventing:eventing-handler-advancedMutateInArray.adoc[advancedMutateInArray]
*** 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]
*** 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]
Expand Down