Skip to content

Commit e8c2885

Browse files
content navigation is important
1 parent ff5ba95 commit e8c2885

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
110110
* xref:constraints/index.adoc[]
111111
** xref:constraints/create-constraints.adoc[]
112+
** xref:constraints/list-constraints.adoc[]
113+
** xref:constraints/drop-constraints.adoc[]
112114
** xref:constraints/syntax.adoc[]
113115
114116
* xref:planning-and-tuning/index.adoc[]

modules/ROOT/pages/constraints/index.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
:description: Information about creating, listing, and dropping Neo4j's constraints.
1+
:description: Overview page for the constraints available in Cypher 5.
22
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]
33
:page-aliases: constraints/examples.adoc
4+
= Constraints
45

56
Neo4j offers several constraints to ensure the quality and integrity of data in a graph.
67
The following constraints are available in Neo4j:
@@ -9,11 +10,13 @@ The following constraints are available in Neo4j:
910
* xref:constraints/create-constraints.adoc#create-property-existence-constraints[Property existence constraints]: ensure that a property exists either for all nodes with a specific label or for all relationships with a specific type. label:enterprise-edition[]
1011
* xref:constraints/create-constraints.adoc#create-property-type-constraints[Property type constraints]: ensure that a property has the required property type for all nodes with a specific label or for all relationships with a specific type. label:new[Introduced in 5.9] label:enterprise-edition[]
1112
* xref:constraints/create-constraints.adoc#create-key-constraints[Key constraints]: ensure that all properties exist and that the combined property values are unique for all nodes with a specific label or all relationships with a specific type.label:enterprise-edition[]
13+
1214
For more information about index-backed constraints, constraint creation failures and data violation scenarios, as well as creating, listing and dropping constraints, see:
1315

1416
* xref:constraints/create-constraints.adoc[]
1517
* xref:constraints/list-constraints.adoc[]
1618
* xref:constraints/drop-constraints.adoc[]
19+
1720
For reference material about the Cypher commands used to manage constraints, see xref:constraints/syntax.adoc#constraints[Syntax -> Constraints].
1821

1922
[TIP]

0 commit comments

Comments
 (0)