-
Notifications
You must be signed in to change notification settings - Fork 64
Update README to include documenting changes to language and GQL #1100
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
Conversation
README.adoc
Outdated
| * xref:README.adoc#cypher-gql[] | ||
| [[build-locally]] |
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 sure these have to be set
asciidoc generates anchors for headings by default - it should be #building-locally for the line below
edit: just noticed, on github, both anchors are present now (eg https://github.com/JPryce-Aklundh/docs-cypher/tree/updated_readme?tab=readme-ov-file#documenting-changes and https://github.com/JPryce-Aklundh/docs-cypher/tree/updated_readme?tab=readme-ov-file#documenting-changes-to-cypher)
README.adoc
Outdated
| [role=label--new-5.x] | ||
| \== Header |
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.
source block missing, this doesn't render correctly:
https://github.com/JPryce-Aklundh/docs-cypher/tree/updated_readme?tab=readme-ov-file#documenting-changes-to-cypher
README.adoc
Outdated
| [role=label--deprecated] | ||
| \== Header |
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.
here too
| `featureX` label:new[Introduced in 5.x] + | ||
| `featureY` label:deprecated[] |
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.
these work, but i guess they could use a source block as well
README.adoc
Outdated
| In these cases, it is often preferable to note the change in a sentence. | ||
| For example: "As of Neo4j 5.x, featureX supports ..." | ||
|
|
||
| Removed features should be removed from the Cypher Manual. |
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.
I'm a fan of imperative mood for this (usually shorter)
"remove removed ..." isn't exactly elegant though :D
README.adoc
Outdated
|
|
||
| * If the feature is part of GQL's mandatory features, it should be recorded on the page xref:modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc[]. | ||
| * If the feature is part of GQL's optional features, it should be recorded on the page xref:modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc[]. | ||
| * if the feature adds functionality for which there exists an analogous GQL equivalent, it should be recorded on the page xref:modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc[]. |
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.
"analogous GQL equivalent" - is it analogous or equivalent? their use might be synonymous in this context, but then we only need one 🤔
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
No description provided.