-
Notifications
You must be signed in to change notification settings - Fork 83
Update links to new Values and Types chapter in Cypher Manual #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update links to new Values and Types chapter in Cypher Manual #760
Conversation
|
Looks like you've updated the documentation! Check out your changes at https://neo4j-docs-operations-760.surge.sh |
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @JPryce-Aklundh! Found a small typo.
|
|
||
| Special considerations for temporal data types:: | ||
| The format for all temporal data types must be defined as described in link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/temporal/#cypher-temporal-instants[Cypher Manual -> Temporal instants syntax] and link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/syntax/temporal/#cypher-temporal-durations[Cypher Manual -> Durations syntax]. | ||
| The format for all temporal data types must be defined as described in link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/values-and-types/temporal/#cypher-temporal-instants[Cypher Manual -> Temporal instants syntax] and link:{neo4j-docs-base-uri}/cypher-manual/{page-version}values-and-types/temporal/#cypher-temporal-durations[Cypher Manual -> Durations syntax]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The format for all temporal data types must be defined as described in link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/values-and-types/temporal/#cypher-temporal-instants[Cypher Manual -> Temporal instants syntax] and link:{neo4j-docs-base-uri}/cypher-manual/{page-version}values-and-types/temporal/#cypher-temporal-durations[Cypher Manual -> Durations syntax]. | |
| The format for all temporal data types must be defined as described in link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/values-and-types/temporal/#cypher-temporal-instants[Cypher Manual -> Temporal instants syntax] and link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/values-and-types/temporal/#cypher-temporal-durations[Cypher Manual -> Durations syntax]. |
- Creates stand-alone chapter for Values and types, including a new page for casting data values - Fixes all the affected xref links. Companion PRs - Operations Manual: neo4j/docs-operations#760 - Cypher Cheat Sheet: neo4j/docs-cheat-sheet#80 - APOC: neo4j/docs-apoc#138 ---------
- Creates stand-alone chapter for Values and types, including a new page for casting data values - Fixes all the affected xref links. Companion PRs - Operations Manual: neo4j/docs-operations#760 - Cypher Cheat Sheet: neo4j/docs-cheat-sheet#80 - APOC: neo4j/docs-apoc#138 ---------
Cypher Manual PR: neo4j/docs-cypher#516