Skip to content

Commit 954098d

Browse files
conflict fix
2 parents 107adf2 + 90f1992 commit 954098d

File tree

93 files changed

+4249
-1915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+4249
-1915
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
branches:
77
- "dev"
88
- "cypher-25"
9-
- "5.x"
10-
- "4.[0-9]"
11-
- "3.5"
12-
9+
- "cypher-5"
1310

1411
jobs:
1512

.github/workflows/docs-teardown.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ on:
66
branches:
77
- "dev"
88
- "cypher-25"
9-
- "5.x"
10-
- "4.[0-9]"
11-
- "3.5"
9+
- "cypher-5"
10+
1211
types:
1312
- closed
1413

antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: cypher-manual
22
title: Cypher Manual
33
version: '25'
4+
prerelease: true
45
start_page: ROOT:introduction/index.adoc
56
nav:
67
- modules/ROOT/content-nav.adoc
78
asciidoc:
89
attributes:
9-
neo4j-version: '2025.06'
10+
neo4j-version: '2025.09'

modules/ROOT/content-nav.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* xref:queries/index.adoc[]
77
** xref:queries/concepts.adoc[]
88
** xref:queries/basic.adoc[]
9+
** xref:queries/select-version.adoc[]
910
** xref:queries/composed-queries/index.adoc[]
1011
*** xref:queries/composed-queries/combined-queries.adoc[]
1112
*** xref:queries/composed-queries/conditional-queries.adoc[]
@@ -100,16 +101,17 @@
100101
** xref:functions/string.adoc[]
101102
** xref:functions/temporal/duration.adoc[]
102103
** xref:functions/temporal/index.adoc[]
104+
** xref:functions/temporal/format.adoc[]
103105
** xref:functions/user-defined.adoc[]
104106
** xref:functions/vector.adoc[]
105107
106108
* xref:genai-integrations.adoc[]
107109
* xref:indexes/index.adoc[]
108-
** xref:indexes/search-performance-indexes/overview.adoc[]
110+
** xref:indexes/search-performance-indexes/index.adoc[]
109111
*** xref:indexes/search-performance-indexes/managing-indexes.adoc[]
110112
*** xref:indexes/search-performance-indexes/using-indexes.adoc[]
111113
*** xref:indexes/search-performance-indexes/index-hints.adoc[]
112-
** xref:indexes/semantic-indexes/overview.adoc[]
114+
** xref:indexes/semantic-indexes/index.adoc[]
113115
*** xref:indexes/semantic-indexes/full-text-indexes.adoc[]
114116
*** xref:indexes/semantic-indexes/vector-indexes.adoc[]
115117
** xref:indexes/syntax.adoc[]
@@ -153,5 +155,4 @@
153155
*** xref:appendix/gql-conformance/additional-cypher.adoc[]
154156
** xref:appendix/tutorials/index.adoc[]
155157
*** xref:appendix/tutorials/basic-query-tuning.adoc[]
156-
*** xref:appendix/tutorials/advanced-query-tuning.adoc[]
157-
*** xref:appendix/tutorials/shortestpath-planning.adoc[]
158+
*** xref:appendix/tutorials/advanced-query-tuning.adoc[]

modules/ROOT/images/conditional-query-graph.svg

Lines changed: 27 additions & 0 deletions
Loading

modules/ROOT/images/conditional_query_graph.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)