spmallette opened a new pull request, #3553:
URL: https://github.com/apache/tinkerpop/pull/3553

   The `Connecting via Console` section of the reference docs shows Gremlin 
traversals against the modern toy graph (`marko`, `vadas`, `lop`, ...), but it 
never tells the reader that a compatible Gremlin Server has to be running 
first, nor which configuration to use. A newcomer who follows the section as 
written—or who starts the server with the default configuration—gets an empty 
or incompatible graph, so every traversal shown returns nothing with no 
explanation.
   
   This adds a short prerequisite before the console instructions:
   
   - Start Gremlin Server with `conf/gremlin-server-modern.yaml`, with a 
cross-link to the existing *Starting Gremlin Server* section.
   - A NOTE clarifying that a different (or the default) configuration serves a 
different or empty graph, so the examples would not return the results shown.
   
   The existing properties-file, `DriverRemoteConnection`, and client examples 
are unchanged; only the prerequisite was added. The docs were rendered locally 
(full live build) and the new content appears correctly in the Connecting via 
Console section.


-- 
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]

Reply via email to