Skip to content

Commit 727287b

Browse files
Add documentation license and remove reference to beginners in introduction (#540)
Original PR: #539
1 parent 7dacbd6 commit 727287b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

modules/ROOT/pages/introduction/index.adoc

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Welcome to the Neo4j Cypher Manual.
1111

1212
Cypher is Neo4j’s declarative query language, allowing users to unlock the full potential of property graph databases.
1313

14+
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
15+
16+
If you are new to Cypher and Neo4j, you can visit the link:{neo4j-docs-base-uri}/getting-started/{page-version}/cypher-intro/[Getting Started Guide -> Introduction to Cypher] chapter.
17+
Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety of free courses tailored for all levels of experience.
18+
1419
For a reference of all available Cypher features, see the link:{neo4j-docs-base-uri}/cypher-cheat-sheet/{page-version}/[Cypher Cheat Sheet].
1520

1621
This introduction will cover the following topics:
@@ -20,14 +25,6 @@ This introduction will cover the following topics:
2025
* xref:introduction/cypher_neo4j.adoc[]
2126
* xref:introduction/cypher_aura.adoc[]
2227
23-
[[intended-readership]]
24-
== Cypher Manual: intended readership
25-
26-
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
27-
In so doing, it assumes a degree of prior knowledge of Cypher.
28-
29-
The Cypher Manual is, therefore, not primarily intended for beginners (in other words, readers who have never used Cypher before).
30-
Beginners are instead encouraged to visit the link:{neo4j-docs-base-uri}/getting-started/{page-version}/cypher-intro/[Cypher Getting Started Guide], and enroll in the free Cypher courses offered by https://graphacademy.neo4j.com/[Neo4j GraphAcademy].
3128
3229
////
3330
TODO: add when new structure of the Manual has been published
@@ -47,3 +44,11 @@ Chapter 9: Query Profiling
4744
Chapter 10: Administration
4845
////
4946
47+
ifndef::backend-pdf[]
48+
License: link:{common-license-page-uri}[Creative Commons 4.0]
49+
endif::[]
50+
51+
//License page should be added at the end when generating pdf. (neo4j-manual-modeling-antora)
52+
ifdef::backend-pdf[]
53+
License: Creative Commons 4.0
54+
endif::[]

0 commit comments

Comments
 (0)