Skip to content

Commit 12ce820

Browse files
committed
Add page-aliases following the removal of the Tools section
1 parent 6dbe996 commit 12ce820

File tree

13 files changed

+16
-6
lines changed

13 files changed

+16
-6
lines changed

modules/ROOT/pages/backup-restore/consistency-checker.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: Describes the Neo4j consistency checker.
2+
:page-aliases: tools/neo4j-admin/consistency-checker.adoc
23
[[consistency-checker]]
34
= Check database consistency
45

modules/ROOT/pages/clustering/clustering-advanced/unbind.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: How to remove cluster state data from a Neo4j server using `neo4j-admin server unbind`.
2+
:page-aliases: tools/neo4j-admin/unbind.adoc
23
[role=enterprise-edition]
34
[[neo4j-admin-unbind]]
45
= Unbind a server

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[neo4j-admin-migrate-configuration]]
22
= Migrate configurations
33
:description: This chapter describes the `neo4j-admin server migrate-configuration` command.
4+
:page-aliases: tools/neo4j-admin/migrate-configuration.adoc
45

56
You can use the `migrate-configuration` command to migrate a legacy Neo4j configuration file to the current format.
67
The new version will be written in a target configuration directory.

modules/ROOT/pages/configuration/neo4j-admin-memrec.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: This chapter describes the `memory-recommendation` command of Neo4j Admin.
2+
:page-aliases: tools/neo4j-admin/neo4j-admin-memrec.adoc
23
[[neo4j-admin-memrec]]
34
= Get initial memory recommendations
45

modules/ROOT/pages/configuration/validate-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
= Validate configurations
33
:page-role: new-5.5
44
:description: How to validate configurations using Neo4j Admin.
5+
:page-aliases: tools/neo4j-admin/validate-config.adoc
56

67

78
The `neo4j-admin server validate-config` command validates the Neo4j and Log4j configurations.

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: Describes Neo4j Cypher Shell command-line interface (CLI) and how to use it.
2+
:page-aliases: tools/cypher-shell.adoc
23
[[cypher-shell]]
34
= Cypher Shell
45

modules/ROOT/pages/database-administration/standard-databases/migrate-database.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: This chapter describes the `neo4j-admin database migrate` command.
2+
:page-aliases: tools/neo4j-admin/migrate-database.adoc
23
[[neo4j-admin-migrate]]
34
= Migrate a database
45

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:description: How to import a database from an existing Neo4j instance into Neo4j Aura using `neo4j-admin database upload`.
2-
:page-aliases: tools/neo4j-admin/push-to-cloud.adoc
2+
:page-aliases: tools/neo4j-admin/upload-to-aura.adoc
3+
34
[role=aura]
45
[[neo4j-admin-upload-to-aura]]
56
= Upload to Neo4j Aura

modules/ROOT/pages/database-internals/neo4j-admin-store-info.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: This chapter describes the `neo4j-admin database info` command.
2-
2+
:page-aliases: tools/neo4j-admin/neo4j-admin-store-info.adoc
33
[[neo4j-admin-store-info]]
44
= Display store information
55

modules/ROOT/pages/import.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: This section describes how to perform bulk offline imports of data into Neo4j using the command line tool `neo4j-admin database import`.
2+
:page-aliases: tools/neo4j-admin/neo4j-admin-import.adoc
23
[[neo4j-admin-import]]
34
= Import
45

@@ -1459,7 +1460,7 @@ Deleting a node also deletes its relationships (`DETACH DELETE`).
14591460
:ACTION,uid:ID(label:Person),name,:LABEL
14601461
CREATE,person1,"Keanu Reeves",Actor
14611462
UPDATE,person2,"Laurence Fishburne",Actor
1462-
DELETE,person4,,
1463+
DELETE,person4,,
14631464
----
14641465

14651466
Nodes are identified by their unique property value for the key/label combination that the header specifies.
@@ -1486,7 +1487,7 @@ U,person2,KNOWS,person1,def,"Laurence Fishburne","Hello Neo"
14861487
----
14871488

14881489
The data in the `p1` column for these relationships helps select relationships "more uniquely" if a multiple of `1,KNOWS,2` exists.
1489-
There can also be multiple identifier properties defined in the header.
1490+
There can also be multiple identifier properties defined in the header.
14901491
Identifier properties match the selected relationships and will not be set on the relationships that already have them.
14911492

14921493
=== Update existing labels

0 commit comments

Comments
 (0)