This is an automated email from the ASF dual-hosted git repository.

Cole-Greer pushed a change to branch docsBuild-3.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 524fc191e9 cleanup old docs build system
     add 1bd5681189 Delegate gremlin execution to console process instead of 
embedded engine
     add 15c014ba65 Fix callout rendering, add Gephi mock, update dev docs
     add c248fdcb15 Switch from highlight.js to Rouge for syntax highlighting

No new revisions were added by this update.

Summary of changes:
 bin/{generate-home.sh => gephi-mock.py}            |  44 +-
 bin/process-docs.sh                                | 137 ++++++-
 .../dev/developer/development-environment.asciidoc |  13 +-
 gremlin-docs/pom.xml                               |  26 --
 .../tinkerpop/gremlin/docs/ConsoleExecutor.java    | 370 +++++++++++++++++
 .../tinkerpop/gremlin/docs/GremlinExecutor.java    | 445 ---------------------
 .../gremlin/docs/GremlinTreeProcessor.java         |  59 +--
 ...emlinExecutorTest.java => GremlinDocsTest.java} |  90 ++---
 pom.xml                                            |  56 +--
 9 files changed, 594 insertions(+), 646 deletions(-)
 copy bin/{generate-home.sh => gephi-mock.py} (53%)
 create mode 100644 
gremlin-docs/src/main/java/org/apache/tinkerpop/gremlin/docs/ConsoleExecutor.java
 delete mode 100644 
gremlin-docs/src/main/java/org/apache/tinkerpop/gremlin/docs/GremlinExecutor.java
 rename 
gremlin-docs/src/test/java/org/apache/tinkerpop/gremlin/docs/{GremlinExecutorTest.java
 => GremlinDocsTest.java} (55%)

Reply via email to