Skip to content

Commit c534404

Browse files
committed
Matching content-nav from main to dev
1 parent 6aa4290 commit c534404

30 files changed

+107
-66
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,63 @@
22
* xref:index.adoc[Introduction]
33
* xref:whats-neo4j.adoc[What is Neo4j]
44
* xref:graph-database.adoc[What is a graph database]
5+
** xref:appendix/graphdb-concepts/index.adoc[Graph database concepts]
6+
*** xref:appendix/graphdb-concepts/graphdb-vs-rdbms.adoc[]
7+
*** xref:appendix/graphdb-concepts/graphdb-vs-nosql.adoc[]
58
* xref:cypher.adoc[What is Cypher]
9+
** xref:cypher-intro/cypher-sql.adoc[]
10+
** xref:cypher-intro/patterns.adoc[]
11+
** xref:cypher-intro/patterns-in-practice.adoc[]
12+
** xref:cypher-intro/results.adoc[]
13+
** xref:cypher-intro/updating.adoc[]
14+
** xref:cypher-intro/large-statements.adoc[]
15+
** xref:cypher-intro/subqueries.adoc[]
16+
** xref:cypher-intro/schema.adoc[]
17+
** xref:cypher-intro/dates-datetimes-durations.adoc[]
18+
** xref:cypher-intro/procedures-functions.adoc[]
19+
** xref:cypher-intro/load-csv.adoc[]
20+
** xref:cypher-intro/resources.adoc[]
621
722
* *Work with data*
823
9-
* link:{docs-home}/model[Model data]
10-
* link:{docs-home}/import/[Import data into Neo4j]
11-
* link:{docs-home}/create-applications/[Create an application]
12-
* link:{docs-home}/gds/[Get insights from data]
13-
* link:{docs-home}/visualize/[Create data visualizations]
24+
* xref:data-modeling/index.adoc[Model data]
25+
** xref:data-modeling/guide-data-modeling.adoc[]
26+
** xref:data-modeling/modeling-designs.adoc[]
27+
** xref:data-modeling/relational-to-graph-modeling.adoc[]
28+
** xref:data-modeling/modeling-tips.adoc[]
29+
** xref:data-modeling/graph-model-refactoring.adoc[]
30+
** xref:data-modeling/data-modeling-tools.adoc[]
31+
32+
* xref:data-import/index.adoc[Import data into Neo4j]
33+
** xref:data-import/csv-import.adoc[]
34+
** xref:data-import/json-rest-api-import.adoc[]
35+
** xref:data-import/relational-to-graph-import.adoc[]
36+
37+
* xref:languages-guides/index.adoc[Create an application]
38+
** xref:languages-guides/java/java-intro.adoc[]
39+
*** xref:languages-guides/java/spring-data-neo4j.adoc[]
40+
*** xref:languages-guides/java/quarkus.adoc[]
41+
*** xref:languages-guides/java/java-frameworks.adoc[]
42+
*** xref:languages-guides/java/neo4j-ogm.adoc[]
43+
*** xref:languages-guides/java/java-procedures.adoc[]
44+
** xref:languages-guides/neo4j-dotnet.adoc[]
45+
** xref:languages-guides/neo4j-javascript.adoc[]
46+
** xref:languages-guides/neo4j-python.adoc[]
47+
** xref:languages-guides/neo4j-go.adoc[]
48+
** xref:languages-guides/integration-tools/integration.adoc[]
49+
** xref:languages-guides/community-drivers/index.adoc[]
50+
51+
* xref:gds/index.adoc[Get insights from data]
52+
53+
* xref:graph-visualization/graph-visualization.adoc[Create data visualizations]
54+
** xref:graph-visualization/graph-visualization-tools.adoc[]
1455
1556
* *Reference*
1657
17-
* xref:reference/graphdb-concepts/index.adoc[Graph database concepts]
18-
** xref:reference/graphdb-concepts/cypher-sql.adoc[]
19-
** xref:reference/graphdb-concepts/graphdb-vs-nosql.adoc[]
20-
** xref:reference/graphdb-concepts/graphdb-vs-rdbms.adoc[]
21-
* xref:reference/example-data.adoc[Example datasets]
22-
* link:{docs-home}/tutorials/#_getting_started[Tutorials]
23-
* xref:reference/resources.adoc[Resources]
58+
* xref:appendix/example-data.adoc[Example datasets]
59+
* 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:data-import/import-relational-and-etl.adoc[Import data from a relational database into Neo4j]
64+
* xref:appendix/getting-started-resources.adoc[Resources]

modules/ROOT/pages/reference/example-data.adoc renamed to modules/ROOT/pages/appendix/example-data.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ With them, you can create or import a dataset and learn how to explore it.
157157

158158
From the Aura Console, Workspace can be accessed from your link:{docs-home}/aura[Aura instance] via the `Open` button.
159159
Once in Workspace, use the academic cap icon (image:icon-guides.svg[width=3%]) on the top right to access the interactive guides.
160-
There you find interactive guides that contain several of the xref:reference/example-data.adoc#_available_datasets[available datasets] and learn how to work with them.
160+
There you find interactive guides that contain several of the xref:appendix/example-data.adoc#_available_datasets[available datasets] and learn how to work with them.
161161

162162
image:workspace-guides.png[]
163163

164164
=== Neo4j Browser
165165

166-
Use the command `:guide` to access a list of built-in interactive guides or access them directly using these previously listed xref:reference/example-data.adoc#_available_datasets[commands].
166+
Use the command `:guide` to access a list of built-in interactive guides or access them directly using these previously listed xref:appendix/example-data.adoc#_available_datasets[commands].
167167

168168
image:browser-guides.png[]
169169

@@ -174,11 +174,11 @@ Optionally, you can access the demo server on https://demo.neo4jlabs.com:7473 to
174174
The username and password are the same as the dataset name.
175175
For instance, for the `recommendations` dataset the username is `recommendations` and password is `recommendations` too.
176176

177-
Find the full list of datasets and the username/password entries to use in the xref:reference/example-data.adoc#_available_datasets[available datasets] table.
177+
Find the full list of datasets and the username/password entries to use in the xref:appendix/example-data.adoc#_available_datasets[available datasets] table.
178178

179179
== Database dump files
180180

181-
In the GitHub repository link:http://github.com/neo4j-graph-examples[Neo4j graph examples], you find dump files for several graph example datasets, including the ones listed previously in the xref:reference/example-data.adoc#_available_datasets[available datasets] table.
181+
In the GitHub repository link:http://github.com/neo4j-graph-examples[Neo4j graph examples], you find dump files for several graph example datasets, including the ones listed previously in the xref:appendix/example-data.adoc#_available_datasets[available datasets] table.
182182

183183
There are several ways to load them, depending on the environment that is being used:
184184

modules/ROOT/pages/reference/resources.adoc renamed to modules/ROOT/pages/appendix/getting-started-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To help you along your path of learning more about Neo4j, we want to provide you
2626
== Cypher Query Language
2727
* https://neo4j.com/product/cypher-graph-query-language/[Cypher Query Language^]
2828
* https://neo4j.com/docs/cypher-cheat-sheet/current/[Cypher Cheat Sheet^]
29-
* xref:reference/graphdb-concepts/cypher-sql.adoc[From SQL to Cypher]
29+
* xref:cypher-intro/cypher-sql.adoc[From SQL to Cypher]
3030

3131
[#nosql-graph-resources]
3232
== Graph for NoSQL developers
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[tutorials]]
2+
= Tutorials
3+
4+
In this section, you find how-to guides and tutorials on different topics.
5+
6+
== Overview
7+
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.
9+
This tutorial is based on _the Movie Graph_.
10+
You'll find out how to create, query, and delete data in Neo4j.
11+
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.
13+
14+
* xref:data-import/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.
15+
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.
17+
18+

0 commit comments

Comments
 (0)