kirill-stepanishin commented on code in PR #3218: URL: https://github.com/apache/tinkerpop/pull/3218#discussion_r2388614481
########## docs/src/dev/developer/development-environment.asciidoc: ########## @@ -496,6 +496,7 @@ and GLVs will run automatically with integration tests against the TinkerTransac * `cd site` ** Generate web site locally: `bin/generate-home.sh` ** Publish web site: `bin/publish-home.sh <username>` +* GLV Examples: TinkerPop maintains GLV examples in two distinct locations. User-facing examples in the `glv-examples/` directory utilize published driver versions and are referenced in the main documentation. Module-level examples within each GLV directory (e.g., `gremlin-python/src/main/python/examples/`) use local development code and are executed as part of the build process to ensure compatibility and prevent regressions. Review Comment: fixed in 7c2f8a993cd0ae54c5cf79f9afa7238de9d92811, thank you -- 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]
