Skip to content

Commit fc34537

Browse files
Table fixes, remove sitemap extension from playbook (#1167)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent be0343d commit fc34537

File tree

6 files changed

+7
-15
lines changed

6 files changed

+7
-15
lines changed

modules/ROOT/pages/clauses/call.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CALL dbms.checkConfigValue('server.bolt.enabled', 'true')
8686
| "valid" | "message"
8787
| true | "requires restart"
8888
89-
1+d|Rows: 2
89+
2+d|Rows: 2
9090
|===
9191
9292
====
@@ -118,7 +118,7 @@ CALL dbms.checkConfigValue($setting, $value)
118118
| "valid" | "message"
119119
| true | "requires restart"
120120
121-
1+d|Rows: 2
121+
2+d|Rows: 2
122122
|===
123123
124124
[NOTE]
@@ -153,7 +153,7 @@ CALL dbms.checkConfigValue($setting, 'true')
153153
| "valid" | "message"
154154
| true | "requires restart"
155155
156-
1+d|Rows: 2
156+
2+d|Rows: 2
157157
|===
158158
159159
====

modules/ROOT/pages/clauses/where.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ For more information, see the section about the xref:syntax/operators.adoc#match
384384
| 'Andy'
385385
| 'Timothy'
386386
| 'Peter'
387-
2+|Rows: 1
387+
1+|Rows: 3
388388
|===
389389

390390
Note that the `IS NORMALIZED` operator returns `null` when used on a non-`STRING` value.

modules/ROOT/pages/functions/aggregating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The `Guy Pearce` node will, therefore, get counted twice when not using `DISTINC
312312
313313
| friendOfFriend.name | count(friendOfFriend) | count(ALL friendOfFriend) | count(DISTINCT friendOfFriend)
314314
| "Guy Pearce" | 2 | 2 | 1
315-
2+d|Rows: 1
315+
4+d|Rows: 1
316316
317317
|===
318318

modules/ROOT/pages/syntax/operators.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ RETURN "the \u212B char" IS NORMALIZED AS normalized
605605
|===
606606
| normalized
607607
| false
608-
2+|Rows: 1
608+
1+|Rows: 1
609609
|===
610610

611611
Because the given `STRING` contains a non-normalized Unicode character (`\u212B`), `false` is returned.
@@ -632,7 +632,7 @@ RETURN "the \u212B char" IS NOT NORMALIZED AS notNormalized
632632
|===
633633
| notNormalized
634634
| true
635-
2+|Rows: 1
635+
1+|Rows: 1
636636
|===
637637

638638
Because the given `STRING` contains a non-normalized Unicode character (`\u212B`), and is not normalized, `true` is returned.

modules/ROOT/pages/values-and-types/temporal.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ For more information, see the xref::values-and-types/temporal.adoc#cypher-tempor
505505
|
506506
|
507507
|
508-
|
509508

510509
|===
511510

publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ ui:
2222
urls:
2323
html_extension_style: indexify
2424

25-
antora:
26-
extensions:
27-
- require: "@neo4j-antora/antora-modify-sitemaps"
28-
sitemap_version: '2025'
29-
sitemap_loc_version: 'current'
30-
move_sitemaps_to_components: true
31-
3225
asciidoc:
3326
extensions:
3427
- "@neo4j-documentation/remote-include"

0 commit comments

Comments
 (0)