Skip to content

Commit

Permalink
Merge pull request #31 from FalkorDB/clean-redundant-clause
Browse files Browse the repository at this point in the history
Clean redundant clause
  • Loading branch information
swilly22 committed Apr 9, 2024
2 parents 43bf2b9 + 3d1326a commit 9689e93
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cypher/call.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "CALL clause"
title: "CALL"
nav_order: 16
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/create.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "CREATE clause"
title: "CREATE"
nav_order: 8
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/delete.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "DELETE clause"
title: "DELETE"
nav_order: 9
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/foreach.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "FOREACH clause"
title: "FOREACH"
nav_order: 15
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Index"
title: "Indexing"
nav_order: 20
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/limit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "LIMIT clause"
title: "LIMIT"
nav_order: 7
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
4 changes: 2 additions & 2 deletions cypher/match.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "MATCH clause"
title: "MATCH"
nav_order: 1
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
parent: "Cypher Language"
---

# MATCH clause
# MATCH

Match describes the relationship between queried entities, using ascii art to represent pattern(s) to match against.

Expand Down
2 changes: 1 addition & 1 deletion cypher/merge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "MERGE clause"
title: "MERGE"
nav_order: 11
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/optional_match.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "OPTIONAL MATCH clause"
title: "OPTIONAL MATCH"
nav_order: 2
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/order_by.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "ORDER BY clause"
title: "ORDER BY"
nav_order: 5
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/return.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "RETURN clause"
title: "RETURN"
nav_order: 4
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/set.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SET clause"
title: "SET"
nav_order: 10
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/skip.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "SKIP clause"
title: "SKIP"
nav_order: 6
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/union.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "UNION clause"
title: "UNION"
nav_order: 13
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/unwind.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "UNWIND clause"
title: "UNWIND"
nav_order: 14
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/where.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "WHERE clause"
title: "WHERE"
nav_order: 3
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down
2 changes: 1 addition & 1 deletion cypher/with.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "WITH clause"
title: "WITH"
nav_order: 12
description: >
FalkorDB implements a subset of the Cypher language, which is growing as development continues.
Expand Down

0 comments on commit 9689e93

Please sign in to comment.