Skip to content

Commit

Permalink
fix sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Apr 9, 2024
1 parent 7aca490 commit 3705219
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypher/algorithms.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "Algorithms"
nav_order: 19
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/call.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "CALL clause"
nav_order: 16
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/create.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "CREATE clause"
nav_order: 8
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/delete.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "DELETE clause"
nav_order: 9
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/foreach.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "FOREACH clause"
nav_order: 15
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/functions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "Functions"
nav_order: 17
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "Index"
nav_order: 20
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/limit.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "LIMIT clause"
nav_order: 7
description: >
Expand Down
3 changes: 2 additions & 1 deletion cypher/match.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "MATCH clause"
nav_order: 1
description: >
Expand Down Expand Up @@ -296,7 +297,7 @@ Result:
* An array of the relationship's weights along the path can be retrieved with `[r in relationships(path) | r.weight]` where weight is the name of the weight property
Behavior in presence on multiple-edges:
---
* multi-edges are two or more edges connecting the same pair of vertices (possibly with different weights and costs).
* All matching edges are considered. Paths with identical vertices and different edges are different paths. The following are 3 different paths ('n1', 'n2', and 'n3' are nodes; 'e1', 'e2', 'e3', and 'e4' are edges): (n1)-[e1]-(n2)-[e2]-(n3), (n1)-[e1]-(n2)-[e3]-(n3), (n1)-[e4]-(n2)-[e3]-(n3)
Expand Down
1 change: 1 addition & 0 deletions cypher/merge.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "MERGE clause"
nav_order: 11
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/optional_match.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "OPTIONAL MATCH clause"
nav_order: 2
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/order_by.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "ORDER BY clause"
nav_order: 5
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/procedures.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "Procedures"
nav_order: 18
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/return.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "RETURN clause"
nav_order: 4
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/set.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "SET clause"
nav_order: 10
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/skip.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "SKIP clause"
nav_order: 6
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/union.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "UNION clause"
nav_order: 13
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/unwind.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "UNWIND clause"
nav_order: 14
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/where.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "WHERE clause"
nav_order: 3
description: >
Expand Down
1 change: 1 addition & 0 deletions cypher/with.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: "WITH clause"
nav_order: 12
description: >
Expand Down

0 comments on commit 3705219

Please sign in to comment.