Skip to content

Question mark consistency #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -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[]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/cypher.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down