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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 151cb7c  Added an intro image to reference docs CTR
151cb7c is described below

commit 151cb7cb3a8fc64bcb31b4d4d83c0bfce362e5b3
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Dec 17 08:51:43 2018 -0500

    Added an intro image to reference docs CTR
---
 docs/src/reference/intro.asciidoc        |   2 ++
 docs/static/images/gremlin-reference.png | Bin 0 -> 1481747 bytes
 2 files changed, 2 insertions(+)

diff --git a/docs/src/reference/intro.asciidoc 
b/docs/src/reference/intro.asciidoc
index 8a1643b..9e84e6e 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -38,6 +38,8 @@ with their graph. Moreover, the graph systems themselves are 
not only separated
 also by their implementation patterns, which range everywhere from being an 
embedded graph system to a cloud-only
 graph. One might even find diversity parallel to Gremlin if considering other 
graph query languages.
 
+image::gremlin-reference.png[width=1024]
+
 Despite all this diversity and disparity, Gremlin remains the unifying 
interface for all these different elements of
 the graph community. As a user, choosing a TinkerPop-enabled graph and using 
Gremlin in the correct way when building
 applications shields them from change and disparity in the space. As a graph 
provider, choosing to become
diff --git a/docs/static/images/gremlin-reference.png 
b/docs/static/images/gremlin-reference.png
new file mode 100644
index 0000000..c463c7b
Binary files /dev/null and b/docs/static/images/gremlin-reference.png differ

Reply via email to