diff --git a/modules/ROOT/pages/database-administration/composite-databases/concepts.adoc b/modules/ROOT/pages/database-administration/composite-databases/concepts.adoc index 47649db08..20806234e 100644 --- a/modules/ROOT/pages/database-administration/composite-databases/concepts.adoc +++ b/modules/ROOT/pages/database-administration/composite-databases/concepts.adoc @@ -58,5 +58,5 @@ image::federation-sharding.png[title="Data federation and sharding", width=450, [TIP] ==== -For a step-by-step tutorial on setting up and using a Composite database with federated and sharded data, see xref:tutorial/tutorial-composite-database.adoc[Set up and use a Composite database]. +For a step-by-step tutorial on setting up and using a Composite database with federated and sharded data, see xref:tutorial/tutorial-composite-database.adoc[Tutorials -> Setting up and using a composite database]. ==== \ No newline at end of file diff --git a/modules/ROOT/pages/docker/clustering.adoc b/modules/ROOT/pages/docker/clustering.adoc index 6808a623c..fffc9ea2e 100644 --- a/modules/ROOT/pages/docker/clustering.adoc +++ b/modules/ROOT/pages/docker/clustering.adoc @@ -3,9 +3,9 @@ [[docker-cc]] = Deploy a Neo4j cluster on multiple Docker hosts -Neo4j supports clustering in a containerized environment without an orchestration tool. -This section describes how to use Docker to set up a cluster across multiple machines. -For a tutorial on how to set up a cluster locally for testing purposes, see xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container]. +Neo4j supports clustering in a containerized environment without an orchestration tool. +This section describes how to use Docker to set up a cluster across multiple machines. +For a tutorial on how to set up a cluster locally for testing purposes, see xref:tutorial/tutorial-clustering-docker.adoc[Tutorials -> Deploying a Neo4j cluster in a Docker container]. [NOTE] ==== diff --git a/modules/ROOT/pages/import.adoc b/modules/ROOT/pages/import.adoc index 33951d718..57b02d0a1 100644 --- a/modules/ROOT/pages/import.adoc +++ b/modules/ROOT/pages/import.adoc @@ -46,7 +46,7 @@ This section describes the `neo4j-admin database import` option. [TIP] ==== For information on `LOAD CSV`, see the link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/load-csv[Cypher Manual -> `LOAD CSV`]. -For in-depth examples of using the command `neo4j-admin database import`, refer to the xref:tutorial/neo4j-admin-import.adoc[Tutorials -> Neo4j Admin import]. +For in-depth examples of using the command `neo4j-admin database import`, refer to the xref:tutorial/neo4j-admin-import.adoc[Tutorials -> Importing data]. ==== These are some things you need to keep in mind when creating your input files: diff --git a/modules/ROOT/pages/tutorial/index.adoc b/modules/ROOT/pages/tutorial/index.adoc index d406be74c..a888a5ec8 100644 --- a/modules/ROOT/pages/tutorial/index.adoc +++ b/modules/ROOT/pages/tutorial/index.adoc @@ -7,8 +7,8 @@ The following step-by-step tutorials cover common operational tasks or otherwise //* <> -- This tutorial walks through the basics of setting up a Neo4j Causal Cluster. //* <> -- This tutorial provides a detailed example of how to back up and restore a database in a running Causal Cluster. -* xref:tutorial/neo4j-admin-import.adoc[Neo4j Admin import] -- This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`. -* xref:tutorial/tutorial-composite-database.adoc[Set up and use a Composite database] -- This tutorial walks through the basics of setting up and using Composite databases. +* xref:tutorial/neo4j-admin-import.adoc[Importing data] -- This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`. +* xref:tutorial/tutorial-composite-database.adoc[Setting up and using a composite database] -- This tutorial walks through the basics of setting up and using Composite databases. * xref:tutorial/access-control.adoc[Fine-grained access control] -- This tutorial presents an example that illustrates various aspects of security and fine-grained access control. * xref:tutorial/tutorial-sso-configuration.adoc[Configuring Neo4j Single Sign-On (SSO)] -- Examples and solutions to common problems when configuring SSO. -* xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container] -- This tutorial walks through setting up a Neo4j cluster on your local computer for testing purposes. +* xref:tutorial/tutorial-clustering-docker.adoc[Deploying a Neo4j cluster in a Docker container] -- This tutorial walks through setting up a Neo4j cluster on your local computer for testing purposes. diff --git a/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc b/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc index e01bd1636..3842b0a9e 100644 --- a/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tutorial/neo4j-admin-import.adoc @@ -1,5 +1,5 @@ [[tutorial-neo4j-admin-import]] -= Neo4j-admin import += Importing data :description: This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command `neo4j-admin database import`. This tutorial provides detailed examples to illustrate the capabilities of importing data from CSV files with the command xref:import.adoc[`neo4j-admin database import`]. diff --git a/modules/ROOT/pages/tutorial/tutorial-clustering-docker.adoc b/modules/ROOT/pages/tutorial/tutorial-clustering-docker.adoc index 0df007dbd..87e2c2cd7 100644 --- a/modules/ROOT/pages/tutorial/tutorial-clustering-docker.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-clustering-docker.adoc @@ -1,7 +1,7 @@ :description: How to deploy a Neo4j cluster in a containerized environment without an orchestration tool. [role=enterprise-edition] [[docker-cc]] -= Deploy a Neo4j cluster in a Docker container += Deploying a Neo4j cluster in a Docker container Neo4j supports clustering in a containerized environment without an orchestration tool. This tutorial walks through setting this up locally for testing purposes. diff --git a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc index dac27a73f..34f325080 100644 --- a/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-composite-database.adoc @@ -1,7 +1,7 @@ [role=enterprise-edition] [[tutorial-composite-database]] -= Set up and use a Composite database -:description: This tutorial walks through the basics of setting up and using a Composite database. += Setting up and using a composite database +:description: This tutorial walks through the basics of setting up and using a composite database. :page-aliases: tutorial/fabric-tutorial.adoc Composite databases allow queries that access multiple graphs at once. @@ -685,4 +685,4 @@ Then, using the returned product IDs, it queries both `db1` and `db2` *in parall You have just learned how to store and retrieve data from multiple databases using a single Cypher query. -For more details on Composite databases, see xref:database-administration/composite-databases/concepts.adoc[]. \ No newline at end of file +For more details on Composite databases, see xref:database-administration/composite-databases/concepts.adoc[].