Skip to content

Commit 6888858

Browse files
committed
Adding tutorials to content-nav in order to fix broken links
1 parent 41e8a53 commit 6888858

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@
5757
5858
* xref:appendix/example-data.adoc[Example datasets]
5959
* xref:appendix/tutorials/tutorials-overview.adoc[Tutorials]
60+
** xref:appendix/tutorials/guide-cypher-basics.adoc[Get started with Cypher]
61+
** xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Cypher recommendation engine]
62+
** xref:appendix/tutorials/guide-import-desktop-csv.adoc[Import CSV data with Neo4j Desktop]
63+
** xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Import data from a relational database into Neo4j]
6064
* xref:appendix/getting-started-resources.adoc[Resources]

modules/ROOT/pages/appendix/tutorials/tutorials-overview.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ In this section, you find how-to guides and tutorials on different topics.
55

66
== Overview
77

8-
* xref:appendix/tutorials/guide-cypher-basics.adoc[Tutorial: Getting Started with Cypher] explains the basic concepts of Cypher, Neo4j’s query language, including how to create and query graphs.
8+
* xref:appendix/tutorials/guide-cypher-basics.adoc[Getting Started with Cypher] explains the basic concepts of Cypher, Neo4j’s query language, including how to create and query graphs.
99
This tutorial is based on _the Movie Graph_.
1010
You'll find out how to create, query, and delete data in Neo4j.
1111

12-
* xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Tutorial: Build a Cypher Recommendation Engine] uses examples from _the Movie Graph_ and shows how to create recommendation algorithms with Cypher statements.
12+
* xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[Build a Cypher Recommendation Engine] uses examples from _the Movie Graph_ and shows how to create recommendation algorithms with Cypher statements.
1313

14-
* xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Tutorial: Import data from a relational database into Neo4j] shows the process for moving the data from a relational database into a graph database by translating the schema and using import tools.
14+
* xref:appendix/tutorials/guide-import-relational-and-etl.adoc[Import data from a relational database into Neo4j] shows the process for moving the data from a relational database into a graph database by translating the schema and using import tools.
1515

16-
* xref:appendix/tutorials/guide-import-desktop-csv.adoc[How-To: Import CSV data with Neo4j Desktop] walks through how to import the data into a graph with *Neo4j Desktop* -- a user-friendly interface for starting and creating Neo4j instances, adding or removing plugins, changing configurations, and other functionality.
16+
* xref:appendix/tutorials/guide-import-desktop-csv.adoc[Import CSV data with Neo4j Desktop] walks through how to import the data into a graph with *Neo4j Desktop* -- a user-friendly interface for starting and creating Neo4j instances, adding or removing plugins, changing configurations, and other functionality.
1717

1818

0 commit comments

Comments
 (0)