diff --git a/modules/ROOT/pages/clauses/call.adoc b/modules/ROOT/pages/clauses/call.adoc index 658127b3a..6f2e40205 100644 --- a/modules/ROOT/pages/clauses/call.adoc +++ b/modules/ROOT/pages/clauses/call.adoc @@ -86,7 +86,7 @@ CALL dbms.checkConfigValue('server.bolt.enabled', 'true') | "valid" | "message" | true | "requires restart" -1+d|Rows: 2 +2+d|Rows: 2 |=== ==== @@ -118,7 +118,7 @@ CALL dbms.checkConfigValue($setting, $value) | "valid" | "message" | true | "requires restart" -1+d|Rows: 2 +2+d|Rows: 2 |=== [NOTE] @@ -153,7 +153,7 @@ CALL dbms.checkConfigValue($setting, 'true') | "valid" | "message" | true | "requires restart" -1+d|Rows: 2 +2+d|Rows: 2 |=== ==== diff --git a/modules/ROOT/pages/clauses/where.adoc b/modules/ROOT/pages/clauses/where.adoc index c0487cb30..060b49136 100644 --- a/modules/ROOT/pages/clauses/where.adoc +++ b/modules/ROOT/pages/clauses/where.adoc @@ -384,7 +384,7 @@ For more information, see the section about the xref:syntax/operators.adoc#match | 'Andy' | 'Timothy' | 'Peter' -2+|Rows: 1 +1+|Rows: 3 |=== Note that the `IS NORMALIZED` operator returns `null` when used on a non-`STRING` value. diff --git a/modules/ROOT/pages/functions/aggregating.adoc b/modules/ROOT/pages/functions/aggregating.adoc index 76ae6984c..9bb8d535f 100644 --- a/modules/ROOT/pages/functions/aggregating.adoc +++ b/modules/ROOT/pages/functions/aggregating.adoc @@ -312,7 +312,7 @@ The `Guy Pearce` node will, therefore, get counted twice when not using `DISTINC | friendOfFriend.name | count(friendOfFriend) | count(ALL friendOfFriend) | count(DISTINCT friendOfFriend) | "Guy Pearce" | 2 | 2 | 1 -2+d|Rows: 1 +4+d|Rows: 1 |=== diff --git a/modules/ROOT/pages/syntax/operators.adoc b/modules/ROOT/pages/syntax/operators.adoc index b6ce384ab..599ccf677 100644 --- a/modules/ROOT/pages/syntax/operators.adoc +++ b/modules/ROOT/pages/syntax/operators.adoc @@ -605,7 +605,7 @@ RETURN "the \u212B char" IS NORMALIZED AS normalized |=== | normalized | false -2+|Rows: 1 +1+|Rows: 1 |=== 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 |=== | notNormalized | true -2+|Rows: 1 +1+|Rows: 1 |=== Because the given `STRING` contains a non-normalized Unicode character (`\u212B`), and is not normalized, `true` is returned. diff --git a/modules/ROOT/pages/values-and-types/temporal.adoc b/modules/ROOT/pages/values-and-types/temporal.adoc index bba317da5..546668428 100644 --- a/modules/ROOT/pages/values-and-types/temporal.adoc +++ b/modules/ROOT/pages/values-and-types/temporal.adoc @@ -505,7 +505,6 @@ For more information, see the xref::values-and-types/temporal.adoc#cypher-tempor | | | -| |=== diff --git a/publish.yml b/publish.yml index d321d30c6..dbff37d99 100644 --- a/publish.yml +++ b/publish.yml @@ -22,13 +22,6 @@ ui: urls: html_extension_style: indexify -antora: - extensions: - - require: "@neo4j-antora/antora-modify-sitemaps" - sitemap_version: '2025' - sitemap_loc_version: 'current' - move_sitemaps_to_components: true - asciidoc: extensions: - "@neo4j-documentation/remote-include"