diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 67e49d37..3d6c9c5d 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -1,11 +1,11 @@ * *Get started* * xref:index.adoc[Introduction] -* xref:whats-neo4j.adoc[What is Neo4j] +* xref:whats-neo4j.adoc[] * 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.adoc[] ** xref:cypher-intro/cypher-sql.adoc[] ** xref:cypher-intro/patterns.adoc[] ** xref:cypher-intro/patterns-in-practice.adoc[] diff --git a/modules/ROOT/pages/cypher.adoc b/modules/ROOT/pages/cypher.adoc index f0b9040f..5fda54d1 100644 --- a/modules/ROOT/pages/cypher.adoc +++ b/modules/ROOT/pages/cypher.adoc @@ -1,5 +1,5 @@ [[cypher-intro]] -= What is Cypher += What is Cypher? :description: A high-level overview of the graph query language Cypher. :page-ad-overline-link: https://graphacademy.neo4j.com/courses/cypher-fundamentals :page-ad-overline: Neo4j GraphAcademy @@ -12,7 +12,7 @@ [IMPORTANT] ==== This page covers the basics of Cypher. -For the complete documentation, refer to link:{docs-home}/cypher/[Cypher]. +For the complete documentation, refer to the link:{docs-home}/cypher/[Cypher Manual]. ==== .A visual representation of a Cypher query