Skip to content

Commit

Permalink
Restructuring Expressions (#697)
Browse files Browse the repository at this point in the history
Current Expressions section is nested in Syntax chapter.

This PR will integrate them into more helpful places in the Manual (and
not create a new Expressions chapter, the title of which is too
vague/encompassing to be helpful).

Specific details:

- Expressions page deleted
- New Queries section (containing CASE and expressions in general from
old Expressions page)
- New Subqueries section (containing COLLECT, COUNT and EXISTS subquery
expressions from old Expressions page, and the CALL subquery page
(previously in Clauses)).
- Type predicate expressions moved from old Expressions page as its own
page in Values and types section

Additionally:
- New Queries section contains old Tutorial page from introduction
(renamed Basic queries)
- Queries section also contains new Core concepts pafe

---------

Co-authored-by: Stefano Ottolenghi <[email protected]>
  • Loading branch information
JPryce-Aklundh and stefano-ottolenghi authored Sep 20, 2023
1 parent 3334a7c commit a0060f4
Show file tree
Hide file tree
Showing 46 changed files with 2,670 additions and 3,732 deletions.
33 changes: 21 additions & 12 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
* xref:introduction/index.adoc[]
** xref:introduction/cypher_overview.adoc[]
** xref:introduction/cypher_tutorial.adoc[]
** xref:introduction/cypher_neo4j.adoc[]
** xref:introduction/cypher_aura.adoc[]
* xref:syntax/index.adoc[]
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/expressions.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
* xref:queries/index.adoc[]
** xref:queries/concepts.adoc[]
** xref:queries/basic.adoc[]
** xref:queries/expressions.adoc[]
** xref:queries/case.adoc[]
* xref:clauses/index.adoc[]
** xref:clauses/clause_composition.adoc[]
Expand All @@ -31,7 +26,6 @@
** xref:clauses/remove.adoc[]
** xref:clauses/foreach.adoc[]
** xref:clauses/merge.adoc[]
** xref:clauses/call-subquery.adoc[]
** xref:clauses/call.adoc[]
** xref:clauses/union.adoc[]
** xref:clauses/use.adoc[]
Expand All @@ -42,6 +36,12 @@
** xref:clauses/transaction-clauses.adoc#query-listing-transactions[SHOW TRANSACTIONS]
** xref:clauses/transaction-clauses.adoc#query-terminate-transactions[TERMINATE TRANSACTIONS]
* xref:subqueries/index.adoc[]
** xref:subqueries/call-subquery.adoc[]
** xref:subqueries/subqueries-in-transactions.adoc[]
** xref:subqueries/existential.adoc[]
** xref:subqueries/count.adoc[]
** xref:subqueries/collect.adoc[]
* xref:patterns/index.adoc[]
** xref:patterns/concepts.adoc[]
Expand All @@ -57,7 +57,7 @@
** xref:values-and-types/lists.adoc[]
** xref:values-and-types/maps.adoc[]
** xref:values-and-types/casting-data.adoc[]
** xref:values-and-types/type-predicate.adoc[]
* xref:functions/index.adoc[]
** xref:functions/predicate.adoc[]
Expand Down Expand Up @@ -117,6 +117,15 @@
*** xref:administration/access-control/limitations.adoc[]
*** xref:administration/access-control/privileges-immutable.adoc[]
* xref:syntax/index.adoc[]
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
* xref:deprecations-additions-removals-compatibility.adoc[]
* xref:keyword-glossary.adoc[]
Expand Down
9 changes: 9 additions & 0 deletions modules/ROOT/images/call_subquery_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/images/case_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a0060f4

Please sign in to comment.