Skip to content

Commit cc78499

Browse files
RayOffiahsarahlwelton
authored andcommitted
[DOC-12618]: Feedback on Language Constructs | Couchbase Docs (#292)
Corrected grammar. Added `crc_go_iso` function.
1 parent 244cb5b commit cc78499

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

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

Lines changed: 15 additions & 14 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>>
200-
* <<asynchrony>>
201-
* <<browser_extensions>>
202-
* <<library_imports>>
199+
* <<global-state,Global State>>
200+
* <<asynchrony,Asynchrony>>
201+
* <<browser_extensions,Browser and Other Extensions>>
202+
* <<library_imports,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>>
268-
* <<analytics_call>>
269-
* <<crc64_call>>
270-
* <<crc_64_go_iso_call>>
271-
* <<base64_call>>
272-
* <<timers_general>>
273-
* <<curl_call>>
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()`>>
274274

275275
[#n1ql_call]
276276
=== `N1QL()`
@@ -379,7 +379,8 @@ 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-
_(Introduced in Couchbase Server 7.6)_
382+
383+
[.status]#Introduced in Couchbase Server 7.6#
383384
endif::[]
384385

385386
The `couchbase.analyticsQuery()` function provides integration with {sqlpp} Analytics directly from the Eventing Service.
@@ -472,7 +473,7 @@ This does not apply to any other data type (e.g., numeric data or JSON data type
472473
=== `crc_64_go_iso()`
473474

474475
ifeval::['{page-component-version}' == '7.6']
475-
_(Introduced in Couchbase Server 7.6)_
476+
[.status]#Introduced in Couchbase Server 7.6#
476477
endif::[]
477478

478479
`crc_64_go_iso()` performs the same function as <<crc64_call,`crc64()`>>, but does not include the enclosing quotation marks from the parameter in the translation if its parameter type is `string`.
@@ -493,7 +494,7 @@ function OnUpdate(doc, meta) {
493494
=== `base64()`
494495

495496
ifeval::['{page-component-version}' == '7.6']
496-
_(Introduced in Couchbase Server 7.6)_
497+
[.status]#Introduced in Couchbase Server 7.6#
497498
endif::[]
498499

499500
The `base64()` functions let you pack large-dimensional arrays of floats as base64 encoded strings when you use the Eventing Service to generate vector embeddings.

0 commit comments

Comments
 (0)