From 23325aaee796e4710f00de5fadff3cff15ea4cec Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Fri, 29 Aug 2025 15:42:18 +0200 Subject: [PATCH 1/4] Update links to the Browser docs --- modules/ROOT/pages/cypher-shell.adoc | 2 +- modules/ROOT/pages/introduction.adoc | 2 +- modules/ROOT/pages/monitoring/logging.adoc | 2 +- modules/ROOT/pages/security/browser.adoc | 2 +- modules/ROOT/pages/tutorial/tutorial-composite-database.adoc | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index 3e64c8bb3..a082aea9e 100644 --- a/modules/ROOT/pages/cypher-shell.adoc +++ b/modules/ROOT/pages/cypher-shell.adoc @@ -485,7 +485,7 @@ Both explicit and implicit transactions run from Cypher Shell will have default .Use fine-grained transaction control ==== The example uses the dataset from the built-in Neo4j Browser guide, called MovieGraph. -For more information, see the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser documentation]. +For more information, see the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation]. . Run a query that shows there is only one person in the database, who is born in 1964. + diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index a034c7ad1..011204d4c 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -130,7 +130,7 @@ a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)] | {check-mark} | {check-mark} -| link:https://neo4j.com/docs/browser-manual/current/visual-tour/#editor[Neo4j Browser with syntax highlighting] +| link:https://neo4j.com/docs/browser/visual-tour/#_cypher_editor/[Neo4j Browser with syntax highlighting] | {check-mark} | {check-mark} diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index 4cd496153..cabdfe350 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -1079,7 +1079,7 @@ Every graph app should follow a convention for passing metadata with the queries This is typically done programmatically but can also be used with the Neo4j dev tools. + In general, you start a transaction on a user database and attach a list of metadata to it by calling `tx.setMetaData`. You can also use the procedure xref:procedures.adoc#procedure_tx_getMetaData[`CALL tx.getMetaData()`] to show the metadata of the current transaction. -These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser guide]. +These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser/visual-tour/[Neo4j Browser guide]. .Using `cypher-shell`, attach metadata to a transaction ==== diff --git a/modules/ROOT/pages/security/browser.adoc b/modules/ROOT/pages/security/browser.adoc index f7af3adea..38a6ab7c8 100644 --- a/modules/ROOT/pages/security/browser.adoc +++ b/modules/ROOT/pages/security/browser.adoc @@ -21,5 +21,5 @@ If the user issues a `:server disconnect` command then any existing session is t [NOTE] ==== -For more information on how to administer and use Neo4j Browser, see the link:https://neo4j.com/docs/browser-manual/current/operations/[Neo4j Browser manual -> Browser operations]. +For more information on how to administer and use Neo4j Browser, see the link:https://neo4j.com/docs/browser/operations/credentials-handling/[Neo4j Browser manual -> Browser operations]. ==== diff --git a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc index 34f325080..521a00dd9 100644 --- a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc @@ -29,7 +29,8 @@ The data includes customers, products, customer orders, warehouse stock, shippin [NOTE] ==== For more information on how Northwind (a relational dataset) is modeled into a graph, run `:guide northwind-graph` in Neo4j Browser to play the built-in guide Northwind Graph. -See the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser documentation]. + +See the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation]. ==== The Northwind graph model consists of the following data: From c5cdeb569980e92ec5b689e66cfc47bfc601cb2c Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Mon, 1 Sep 2025 11:48:53 +0200 Subject: [PATCH 2/4] Fix broken hashes --- modules/ROOT/pages/configuration/neo4j-conf.adoc | 2 +- modules/ROOT/pages/procedures.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/configuration/neo4j-conf.adoc b/modules/ROOT/pages/configuration/neo4j-conf.adoc index 6e4c4844c..6a626bedd 100644 --- a/modules/ROOT/pages/configuration/neo4j-conf.adoc +++ b/modules/ROOT/pages/configuration/neo4j-conf.adoc @@ -6,7 +6,7 @@ The _neo4j.conf_ file is the main source of configuration settings in Neo4j and The location of the _neo4j.conf_ file in the different configurations of Neo4j is listed in xref:configuration/file-locations.adoc[Default file locations]. Most of the configuration settings in the _neo4j.conf_ file apply directly to Neo4j itself, but there are also other settings related to the Java Runtime (the JVM) on which Neo4j runs. -For more information, see the <>. +For more information, see the <<#neo4j-conf-JVM, JVM specific configuration settings>>. Many of the configuration settings are also used by `neo4j` launcher scripts. diff --git a/modules/ROOT/pages/procedures.adoc b/modules/ROOT/pages/procedures.adoc index c3bfa3b1c..5580ff4af 100644 --- a/modules/ROOT/pages/procedures.adoc +++ b/modules/ROOT/pages/procedures.adoc @@ -1140,12 +1140,12 @@ Starting with Neo4j 2025.04, the default database can also be set to a local or | `quarantined` | `BOOLEAN` | Whether or not the database is quarantined. | `result` | `STRING` | Details about the outcome of the procedure. | *Mode* 3+| DBMS -| *Replaced by* 3+| <> +| *Replaced by* 3+| <<#procedure_dbms_unquarantineDatabase, `dbms.unquarantineDatabase()`>> |=== [NOTE] ==== -It is recommended to use <> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option). +It is recommended to use <<#procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option). // The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5, but not in Cypher 25. ==== @@ -1296,7 +1296,7 @@ The types are still enforced as `LIST`. .2+| *Return arguments* | *Name* | *Type* | *Description* | `node` | `NODE` | The node on which the vector property was set. | *Mode* 3+| WRITE -| *Replaced by* 3+| <> and <> +| *Replaced by* 3+| <<#procedure_db_create_setNodeVectorProperty, `db.create.setNodeVectorProperty()`>> and <<#procedure_db_create_setRelationshipVectorProperty, `db.create.setRelationshipVectorProperty()`>> |=== .Known issue From 7ef8d4c9c8b9c928032dd5a878c8606e4ce8e10e Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:25:51 +0200 Subject: [PATCH 3/4] Remove links to the Browser docs because built-in guides are not covered there Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/cypher-shell.adoc | 3 +-- modules/ROOT/pages/monitoring/logging.adoc | 2 +- modules/ROOT/pages/tutorial/tutorial-composite-database.adoc | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index a082aea9e..095a9ef92 100644 --- a/modules/ROOT/pages/cypher-shell.adoc +++ b/modules/ROOT/pages/cypher-shell.adoc @@ -484,8 +484,7 @@ Both explicit and implicit transactions run from Cypher Shell will have default .Use fine-grained transaction control ==== -The example uses the dataset from the built-in Neo4j Browser guide, called MovieGraph. -For more information, see the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation]. +The example uses the dataset from the built-in Neo4j Browser guide, called Movie Graph. . Run a query that shows there is only one person in the database, who is born in 1964. + diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index cabdfe350..c95fd4c87 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -1079,7 +1079,7 @@ Every graph app should follow a convention for passing metadata with the queries This is typically done programmatically but can also be used with the Neo4j dev tools. + In general, you start a transaction on a user database and attach a list of metadata to it by calling `tx.setMetaData`. You can also use the procedure xref:procedures.adoc#procedure_tx_getMetaData[`CALL tx.getMetaData()`] to show the metadata of the current transaction. -These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser/visual-tour/[Neo4j Browser guide]. +These examples use the Movie Graph dataset from the pre-installed Neo4j Browser guide. .Using `cypher-shell`, attach metadata to a transaction ==== diff --git a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc index 521a00dd9..9b9a8a706 100644 --- a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc @@ -28,9 +28,8 @@ The data includes customers, products, customer orders, warehouse stock, shippin [NOTE] ==== -For more information on how Northwind (a relational dataset) is modeled into a graph, run `:guide northwind-graph` in Neo4j Browser to play the built-in guide Northwind Graph. +For more information on how Northwind (a relational dataset) is modeled into a graph, run `:play northwind` in Neo4j Browser to play the built-in guide Northwind Graph. -See the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation]. ==== The Northwind graph model consists of the following data: From 5fdc8c3773facafc4cd5f88d492559357957061b Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:36:12 +0200 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/cypher-shell.adoc | 2 +- modules/ROOT/pages/introduction.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index 095a9ef92..43184aecf 100644 --- a/modules/ROOT/pages/cypher-shell.adoc +++ b/modules/ROOT/pages/cypher-shell.adoc @@ -484,7 +484,7 @@ Both explicit and implicit transactions run from Cypher Shell will have default .Use fine-grained transaction control ==== -The example uses the dataset from the built-in Neo4j Browser guide, called Movie Graph. +The example uses a dataset called the Movie Graph, available in the built-in Neo4j Browser guide. . Run a query that shows there is only one person in the database, who is born in 1964. + diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index 011204d4c..ef04fe280 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -130,7 +130,7 @@ a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)] | {check-mark} | {check-mark} -| link:https://neo4j.com/docs/browser/visual-tour/#_cypher_editor/[Neo4j Browser with syntax highlighting] +| link:https://neo4j.com/docs/browser/visual-tour/#_cypher_editor[Neo4j Browser with syntax highlighting] | {check-mark} | {check-mark}