This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch afd
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/afd by this push:
new ab9c5be0e7 Fixed llm-summary for gremlin-variants.asciidoc
ab9c5be0e7 is described below
commit ab9c5be0e748fa635eb44fc9c704ae666b815145
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Jul 27 15:41:11 2026 -0400
Fixed llm-summary for gremlin-variants.asciidoc
---
docs/src/reference/gremlin-variants.asciidoc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/src/reference/gremlin-variants.asciidoc
b/docs/src/reference/gremlin-variants.asciidoc
index 9db40db8cd..5d64ea0492 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -74,6 +74,7 @@ image::gremlin-variant-architecture.png[width=650]
The following sections describe each language variant and driver that is
officially TinkerPop a part of the project,
providing more detailed information about usage, configuration and known
limitations.
+[llms-summary="Using Gremlin from Go: installing gremlin-go, building
traversals, Go syntax differences, and connecting to a remote Gremlin Server."]
[[gremlin-go]]
== Gremlin-Go
@@ -602,6 +603,7 @@ go run basic_gremlin.go
go run modern_traversals.go
----
+[llms-summary="Using Gremlin from Groovy: installing gremlinpython, building
traversals, Pythonic syntax differences, and connecting to a remote Gremlin
Server."]
[[gremlin-groovy]]
== Gremlin-Groovy
@@ -2023,6 +2025,7 @@ node basic-gremlin.js
node modern-traversals.js
----
+[llms-summary="Using Gremlin from .NET: installing gremlinpython, building
traversals, Pythonic syntax differences, and connecting to a remote Gremlin
Server."]
anchor:gremlin-DotNet[]
[[gremlin-dotnet]]
== Gremlin.Net