Skip to content

Commit a0e4959

Browse files
authored
Merge branch 'dev' into imgrefresh-batch1
2 parents 00ed8c5 + fbf7179 commit a0e4959

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following settings are used to configure for this scenario:
112112
* Set `dbms.cluster.discovery.resolver_type=K8S`.
113113
* Set `xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.label_selector[dbms.kubernetes.label_selector]` to the label selector for the cluster services.
114114
For more information, see the link:https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors[Kubernetes official documentation].
115-
* Set xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.discovery.service_port_name[`dbms.kubernetes.discovery.service_port_name]` to the name of the service port used in the Kubernetes service definition for the Core's discovery port.
115+
* Set xref:configuration/configuration-settings.adoc#config_dbms.kubernetes.discovery.service_port_name[`dbms.kubernetes.discovery.service_port_name`] to the name of the service port used in the Kubernetes service definition for the Core's discovery port.
116116
For more information, see the link:https://kubernetes.io/docs/reference/kubernetes-api/service-resources/service-v1/[Kubernetes official documentation].
117117

118118
With this configuration, `dbms.cluster.endpoints` is not used and any value assigned to it is ignored.

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4517,7 +4517,7 @@ a|a URI
45174517
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
45184518
|===
45194519
|Description
4520-
a|A list of procedures (comma separated) that are to be loaded. The list may contain both fully-qualified procedure names, and partial names with the wildcard `*`. The default (`*`) loads all procedures. If no value is specified, no procedures will be loaded.
4520+
a|A list of procedures (comma separated) that are to be loaded. The list may contain both fully-qualified procedure names, and partial names with the wildcard `\*`. The default (`*`) loads all procedures. If no value is specified, no procedures will be loaded.
45214521
|Valid values
45224522
a|A comma-separated list where each element is a string.
45234523
|Default value

modules/ROOT/pages/database-administration/standard-databases/upload-to-aura.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ Otherwise, the command aborts and throws an error.
138138

139139
[CAUTION]
140140
====
141-
This command does not currently support https://neo4j.com/docs/aura/classic/platform/security/secure-connections/#_vpc_isolation[private linking].
142-
Please https://support.neo4j.com/s/[raise a support ticket] if you have public traffic disabled and need to use this command.
141+
If you have public traffic disabled and need to use this command, see https://neo4j.com/docs/aura/security/secure-connections/#_network_access[Network Access]
143142
====
144143

145144
[source, shell,role=nocopy]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@neo4j-antora/antora-page-roles": "^0.3.2",
2626
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
2727
"@neo4j-antora/antora-unlisted-pages": "^0.1.0",
28+
"@neo4j-antora/roles-labels": "^0.1.0-beta.2",
2829
"@neo4j-documentation/macros": "^1.0.2",
2930
"@neo4j-documentation/remote-include": "^1.0.0"
3031
},

preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ urls:
2525
antora:
2626
extensions:
2727
- require: "@neo4j-antora/antora-unlisted-pages"
28+
- "@neo4j-antora/roles-labels"
2829

2930
asciidoc:
3031
extensions:

publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ urls:
2626
antora:
2727
extensions:
2828
- require: "@neo4j-antora/antora-unlisted-pages"
29+
- "@neo4j-antora/roles-labels"
2930

3031
asciidoc:
3132
extensions:

0 commit comments

Comments
 (0)