Skip to content

Commit

Permalink
CTR updates in docs to remove :remote in console, gephi plugin, bytec…
Browse files Browse the repository at this point in the history
…ode instances, deprecate neo4j to enable docs building.
  • Loading branch information
xiazcy committed Dec 5, 2024
1 parent adc953f commit 68d175f
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 479 deletions.
2 changes: 1 addition & 1 deletion docs/src/recipes/anti-patterns.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for (relation in relations) {
from("p${relation.from}").
to("p${relation.to}")
} ; []
traversalAsString = org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.of("g").translate(t.bytecode).getScript() ; []
traversalAsString = traversalAsString = t.gremlinLang.getGremlin() ; []
[ "Traversal String Length": traversalAsString.length()
, "Traversal Preview": traversalAsString.replaceFirst(/^(.{104}).*(.{64})$/, '$1 ... $2') ]
----
Expand Down
Loading

0 comments on commit 68d175f

Please sign in to comment.