Skip to content

Commit

Permalink
Adding to main renewed pages from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 22, 2024
1 parent d70bcfe commit 87f80a5
Show file tree
Hide file tree
Showing 27 changed files with 1,400 additions and 614 deletions.
64 changes: 34 additions & 30 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
* xref:introduction.adoc[]
* xref:get-started-with-neo4j/index.adoc[]
** xref:get-started-with-neo4j/graph-database.adoc[]
* xref:data-modeling/index.adoc[]
** xref:data-modeling/guide-data-modeling.adoc[]
** xref:data-modeling/modeling-designs.adoc[]
** xref:data-modeling/relational-to-graph-modeling.adoc[]
** xref:data-modeling/modeling-tips.adoc[]
** xref:data-modeling/graph-model-refactoring.adoc[]
** xref:data-modeling/data-modeling-tools.adoc[]
* xref:data-import/index.adoc[]
** xref:data-import/csv-import.adoc[]
** xref:data-import/json-rest-api-import.adoc[]
** xref:data-import/relational-to-graph-import.adoc[]
* xref:cypher-intro/index.adoc[Query a Neo4j database]
* *Get started*
* xref:introduction.adoc[Introduction]
* xref:whats-neo4j.adoc[What is Neo4j]
* xref:graph-database.adoc[What is a graph database]
** xref:appendix/graphdb-concepts/index.adoc[Graph database concepts]
*** xref:appendix/graphdb-concepts/graphdb-vs-rdbms.adoc[]
*** xref:appendix/graphdb-concepts/graphdb-vs-nosql.adoc[]
* xref:cypher.adoc[What is Cypher]
** xref:cypher-intro/cypher-sql.adoc[]
** xref:cypher-intro/patterns.adoc[]
** xref:cypher-intro/patterns-in-practice.adoc[]
Expand All @@ -25,7 +18,23 @@
** xref:cypher-intro/procedures-functions.adoc[]
** xref:cypher-intro/load-csv.adoc[]
** xref:cypher-intro/resources.adoc[]
* xref:languages-guides/index.adoc[]
* *Work with data*
* xref:data-modeling/index.adoc[Model data]
** xref:data-modeling/guide-data-modeling.adoc[]
** xref:data-modeling/modeling-designs.adoc[]
** xref:data-modeling/relational-to-graph-modeling.adoc[]
** xref:data-modeling/modeling-tips.adoc[]
** xref:data-modeling/graph-model-refactoring.adoc[]
** xref:data-modeling/data-modeling-tools.adoc[]
* xref:data-import/index.adoc[Import data into Neo4j]
** xref:data-import/csv-import.adoc[]
** xref:data-import/json-rest-api-import.adoc[]
** xref:data-import/relational-to-graph-import.adoc[]
* xref:languages-guides/index.adoc[Create an application]
** xref:languages-guides/java/java-intro.adoc[]
*** xref:languages-guides/java/spring-data-neo4j.adoc[]
*** xref:languages-guides/java/quarkus.adoc[]
Expand All @@ -38,19 +47,14 @@
** xref:languages-guides/neo4j-go.adoc[]
** xref:languages-guides/integration-tools/integration.adoc[]
** xref:languages-guides/community-drivers/index.adoc[]
* xref:gds/index.adoc[]
// ** xref:gds/end-to-end-example.adoc[]
* xref:graph-visualization/graph-visualization.adoc[]
* xref:gds/index.adoc[Get insights from data]
* xref:graph-visualization/graph-visualization.adoc[Create data visualizations]
** xref:graph-visualization/graph-visualization-tools.adoc[]
* xref:appendix/index.adoc[]
** xref:appendix/graphdb-concepts/index.adoc[]
*** xref:appendix/graphdb-concepts/graphdb-vs-rdbms.adoc[]
*** xref:appendix/graphdb-concepts/graphdb-vs-nosql.adoc[]
** xref:appendix/example-data.adoc[]
** xref:appendix/getting-started-resources.adoc[]
** xref:appendix/tutorials/tutorials-overview.adoc[]
*** xref:appendix/tutorials/guide-cypher-basics.adoc[]
*** xref:appendix/tutorials/guide-build-a-recommendation-engine.adoc[]
*** xref:appendix/tutorials/guide-import-relational-and-etl.adoc[]
*** xref:appendix/tutorials/guide-import-desktop-csv.adoc[]
* *Reference*
* xref:appendix/example-data.adoc[Example datasets]
* xref:appendix/tutorials/tutorials-overview.adoc[Tutorials]
* xref:appendix/getting-started-resources.adoc[Resources]
File renamed without changes
25 changes: 25 additions & 0 deletions modules/ROOT/images/cypherintro-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions modules/ROOT/images/cypherintro-nodes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 87f80a5

Please sign in to comment.