spmallette commented on a change in pull request #1574: URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r821040635
########## File path: docs/src/dev/provider/gremlin-semantics.asciidoc ########## @@ -611,3 +611,84 @@ resolve to a `Map`. See: link:https://github.com/apache/tinkerpop/tree/master/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MergeVertexStep.java[source], link:https://tinkerpop.apache.org/docs/current/reference/#mergev-step[reference] + +=== call() Review comment: nice - thanks for adding to this section of docs. could you please move it above `mergeV/E()` to hold alphabetical order? also, i'm not sure I recall what i was thinking when i developed the style for this documentation, but i pointed the docs at `master` and `current` in the links - i would think those should be switched to the documentation system's dynamic form of x.y.z. For example: https://tinkerpop.apache.org/docs/x.y.z/reference/#call-step https://github.com/apache/tinkerpop/tree/x.y.z/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/service/Service.java The documentation system will replace that "x.y.z" variable with the current version on generation. If you don't mind, please make the changes to `mergeV/E()` as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
