-
Notifications
You must be signed in to change notification settings - Fork 64
Fix for broken links #1404
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
Fix for broken links #1404
Conversation
| |=== | ||
| | Function | Description | ||
|
|
||
| | xref:functions/list.adoc#functions-toboolean[`toBoolean()`] | Converts a `STRING`, `INTEGER`, or `BOOLEAN` value to a `BOOLEAN` value. |
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.
this seems to be a leftover in the table. all other entries were text only (no link)
| ---- | ||
|
|
||
| | The following constructors of temporal types have been extended with the optional argument `pattern`: | ||
| xref:functions/temporal/index.adoc#functions-date[date()], xref:functions/temporal/index.adoc#functions-datetime[datetime()], xref:functions/temporal/index.adoc#functions-localdatetime[localdatetime()], xref:functions/temporal/index.adoc#functions-localtime[localtime()], xref:functions/temporal/index.adoc#functions-time[time()] and xref:functions/temporal/duration.adoc#query-functions-temporal-duration[duration()]. |
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.
not quite sure why this did not work, but it wasn't consistent with the other anchors. this should hopefully maybe fix it
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
stefano-ottolenghi
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.
The vscode one is because that website handles HEAD and GET requests differently, and 404s on HEAD. I'll find a workaround in code, but it's unlikely I'll make it by monday so it's likely to fail again at the next run.
https://marketplace.visualstudio.com/items?itemName=neo4j-extensions.neo4j-for-vscode
this is #4, but it works for me