-
Notifications
You must be signed in to change notification settings - Fork 27
Add Cypher Versions to the APOC docs for Aura #725
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
Add Cypher Versions to the APOC docs for Aura #725
Conversation
b6dd8d6
to
063a373
Compare
063a373
to
cbe2949
Compare
[.procedures, opts=header, cols='5a,2a', separator=¦] | ||
|=== | ||
¦ Qualified Name ¦ Type | ||
¦ Qualified Name ¦ Type and language details |
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.
Maybe we could shrink the column length by using & symbol
¦ Qualified Name ¦ Type and language details | |
¦ Qualified Name ¦ Type & language details |
[.procedures, opts=header, cols='5a,2a', separator=¦] | ||
|=== | ||
¦ Qualified Name ¦ Type | ||
¦ Qualified Name ¦ Type and language details |
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.
Or, perhaps say
¦ Qualified Name ¦ Type and language details | |
¦ Qualified Name ¦ Type & language |
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.
LGTM!
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Here is the script updates and what it generates for APOC and Cypher 25 :)