Skip to content

Commit 606433c

Browse files
authored
Revert "Moved Eventing nav to a partial in the docs-devex repo (#3510)" (#3524)
This reverts commit 8933963.
1 parent 8933963 commit 606433c

File tree

1 file changed

+66
-5
lines changed

1 file changed

+66
-5
lines changed

modules/ROOT/nav.adoc

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ include::search:partial$nav.adoc[]
2828
** xref:sdk:sdk-doctor.adoc[Troubleshooting Connections with SDK Doctor]
2929
3030
include::n1ql:partial$nav.adoc[]
31-
3231
include::vector-search:partial$nav.adoc[]
33-
3432
* xref:fts:fts-introduction.adoc[Search]
3533
** xref:fts:fts-quickstart-guide.adoc[Quickstart Guide]
3634
** xref:fts:fts-creating-indexes.adoc[Create Search Indexes]
@@ -137,9 +135,72 @@ include::vector-search:partial$nav.adoc[]
137135
*** xref:fts:fts-advanced-settings-CBFT-ENV-OPTIONS.adoc[CBFT_ENV_OPTIONS]
138136
** xref:fts:fts-monitor.adoc[Statistics and Monitoring]
139137
** xref:fts:fts-troubleshooting.adoc[Troubleshooting and FAQs]
140-
141-
include::eventing:partial$nav.adoc[]
142-
138+
* xref:eventing:eventing-overview.adoc[Eventing]
139+
** xref:eventing:eventing-Terminologies.adoc[Terminology]
140+
** xref:eventing:eventing-language-constructs.adoc[Language Constructs]
141+
*** xref:eventing:eventing-advanced-keyspace-accessors.adoc[Advanced Keyspace Accessors]
142+
*** xref:eventing:eventing-timers.adoc[Timers]
143+
*** xref:eventing:eventing-curl-spec.adoc[cURL]
144+
** xref:eventing:eventing-lifecycle.adoc[Eventing Lifecycle]
145+
** xref:eventing:eventing-buckets-to-collections.adoc[Buckets vs Collections]
146+
** xref:eventing:eventing-rbac.adoc[Eventing Role-Based Access Control]
147+
** xref:eventing:eventing-examples.adoc[Examples: Using the Eventing Service]
148+
*** xref:eventing:eventing-example-data-enrichment.adoc[Data Enrichment]
149+
*** xref:eventing:eventing-examples-cascade-delete.adoc[Cascade Delete]
150+
*** xref:eventing:eventing-examples-docexpiry.adoc[Document Expiry]
151+
*** xref:eventing:eventing-examples-delete-v-expiry.adoc[Delete v Expiry]
152+
*** xref:eventing:eventing-examples-docarchive.adoc[Document Archival]
153+
*** xref:eventing:eventing-examples-cancel-overwrite-timer.adoc[Cancel or Overwrite Timer]
154+
*** xref:eventing:eventing-examples-recurring-timer.adoc[Recurring Timer]
155+
*** xref:eventing:eventing-examples-rest-via-curl-get.adoc[External REST via cURL GET]
156+
*** xref:eventing:eventing-examples-high-risk.adoc[Risk Assessment]
157+
** xref:eventing:eventing-examples.adoc#examples-scriptlets[Examples: Terse Scriptlets]
158+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-kv[Basic KV Functions]
159+
**** xref:eventing:eventing-handler-basicBucketOps.adoc[basicBucketOps]
160+
**** xref:eventing:eventing-handler-curl-get.adoc[basicCurlGet]
161+
**** xref:eventing:eventing-handler-curl-post.adoc[basicCurlPost]
162+
**** xref:eventing:eventing-handler-simpleTimer.adoc[simpleTimer]
163+
**** xref:eventing:eventing-handler-cascadeKvDeleteWithDoc.adoc[cascadeKvDeleteWithDoc]
164+
**** xref:eventing:eventing-handler-redactSharedData.adoc[redactSharedData]
165+
**** xref:eventing:eventing-handler-simpleFlatten.adoc[simpleFlatten]
166+
**** xref:eventing:eventing-handler-fixEmailDomains.adoc[fixEmailDomains]
167+
**** xref:eventing:eventing-handler-keepLastN.adoc[keepLastN]
168+
**** xref:eventing:eventing-handler-docControlledSelfExpiry.adoc[docControlledSelfExpiry]
169+
**** xref:eventing:eventing-handler-shippingNotifier.adoc[shippingNotifier]
170+
**** xref:eventing:eventing-handler-ConvertBucketToCollections.adoc[ConvertBucketToCollections]
171+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-n1ql[Basic {sqlpp} Eventing Functions]
172+
**** xref:eventing:eventing-handler-basicN1qlSelectStmt.adoc[]
173+
**** xref:eventing:eventing-handler-basicN1qlPreparedSelectStmt.adoc[]
174+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-generic[Generic Manipulation Functions]
175+
**** xref:eventing:eventing-handler-dateToEpochConversion.adoc[dateToEpochConversion]
176+
**** xref:eventing:eventing-handler-deepCloneAndModify.adoc[deepCloneAndModify]
177+
**** xref:eventing:eventing-handler-removeObjectStubs.adoc[removeObjectStubs]
178+
**** xref:eventing:eventing-handler-removeNullsAndEmptys.adoc[removeNullsAndEmptys]
179+
**** xref:eventing:eventing-handler-genericRename.adoc[genericRename]
180+
**** xref:eventing:eventing-handler-genericFlatten.adoc[genericFlatten]
181+
**** xref:eventing:eventing-handler-convertXMLtoJSON.adoc[convertXMLtoJSON]
182+
**** xref:eventing:eventing-handler-convertAdvXMLtoJSON.adoc[convertAdvXMLtoJSON]
183+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-advanced-accessors[Advanced Accessor Functions]
184+
**** xref:eventing:eventing-handler-advancedGetOp.adoc[advancedGetOp]
185+
**** xref:eventing:eventing-handler-advancedGetOpWithCache.adoc[advancedGetOpWithCache]
186+
**** xref:eventing:eventing-handler-advancedInsertOp.adoc[advancedInsertOp]
187+
**** xref:eventing:eventing-handler-advancedUpsertOp.adoc[advancedUpsertOp]
188+
**** xref:eventing:eventing-handler-advancedReplaceOp.adoc[advancedReplaceOp]
189+
**** xref:eventing:eventing-handler-advancedDeleteOp.adoc[advancedDeleteOp]
190+
**** xref:eventing:eventing-handler-advancedIncrementOp.adoc[advancedIncrementOp]
191+
**** xref:eventing:eventing-handler-advancedDecrementOp.adoc[advancedDecrementOp]
192+
**** xref:eventing:eventing-handler-advanced-keepLastN.adoc[advancedKeepLastN]
193+
**** xref:eventing:eventing-handler-advanced-docControlledSelfExpiry.adoc[advanced-DocControlledSelfExpiry]
194+
**** xref:eventing:eventing-handler-multiCollectionEventing.adoc[multiCollectionEventing]
195+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-binary-documents[Binary Document Support]
196+
**** xref:eventing:eventing-handler-basicBinaryKV.adoc[basicBinaryKV]
197+
**** xref:eventing:eventing-handler-advancedBinaryKV.adoc[advancedBinaryKV]
198+
*** xref:eventing:eventing-examples.adoc#examples-scriptlets-performance[Performance Functions]
199+
**** xref:eventing:eventing-handler-fasterToLocalString.adoc[fasterToLocalString]
200+
** xref:eventing:eventing-debugging-and-diagnosability.adoc[Debugging and Diagnosability]
201+
** xref:eventing:eventing-statistics.adoc[Statistics]
202+
** xref:eventing:troubleshooting-best-practices.adoc[Troubleshooting and Best Practices]
203+
** xref:eventing:eventing-faq.adoc[Frequently Asked Questions]
143204
include::analytics:partial$nav.adoc[]
144205

145206
.Learn

0 commit comments

Comments
 (0)