Skip to content

Commit 0c0cb9b

Browse files
simon-dewsarahlwelton
authored andcommitted
DOC-12533: Feedback on Language Constructs (#297)
* Update Analytics function name and example * Let AsciiDoc generate link text where possible * Prevent awkward line break in the page ToC * Updates after review * Beautify JavaScript example
1 parent cc78499 commit 0c0cb9b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

modules/eventing/pages/eventing-language-constructs.adoc

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ To include comments in multiline statements, use `/* this format */` instead.
196196

197197
The following features are not supported by Eventing Functions:
198198

199-
* <<global-state,Global State>>
200-
* <<asynchrony,Asynchrony>>
201-
* <<browser_extensions,Browser and Other Extensions>>
202-
* <<library_imports,Library Imports>>
199+
* <<global-state>>
200+
* <<asynchrony>>
201+
* <<browser_extensions>>
202+
* <<library_imports>>
203203

204204
[#global-state]
205205
=== Global State
@@ -264,13 +264,13 @@ The Eventing Service does not support importing libraries into Eventing Function
264264

265265
Eventing Functions support the following built-in functions:
266266

267-
* <<n1ql_call,`N1QL()`>>
268-
* <<analytics_call,`ANALYTICS()`>>
269-
* <<crc64_call,`crc64()`>>
270-
* <<crc_64_go_iso_call, `crc_64_go_iso()`>>
271-
* <<base64_call,`base64()`>>
272-
* <<timers_general,`createTimer()` and `cancelTimer()`>>
273-
* <<curl_call,`curl()`>>
267+
* <<n1ql_call>>
268+
* <<analytics_call>>
269+
* <<crc64_call>>
270+
* <<crc_64_go_iso_call>>
271+
* <<base64_call>>
272+
* <<timers_general>>
273+
* <<curl_call>>
274274

275275
[#n1ql_call]
276276
=== `N1QL()`
@@ -379,7 +379,6 @@ The `close()` method on the iterable handle can throw an exception if the underl
379379
=== `couchbase.{zwsp}analyticsQuery({wj})`
380380

381381
ifeval::['{page-component-version}' == '7.6']
382-
383382
[.status]#Introduced in Couchbase Server 7.6#
384383
endif::[]
385384

0 commit comments

Comments
 (0)