This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from b9afe89d0e Merge branch '3.8-dev'
add 9ad6232115 Add TinkerPop Sample Data documentation book
new e678e22c4f Merge branch 'samplebook' into 3.7-dev
new a080dfa6d5 Merge branch '3.7-dev' into 3.8-dev
new 1d8a5c825f Merge branch '3.8-dev'
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/src/data/grateful-dead.asciidoc | 124 +++++++++++++++++++++
docs/src/data/index.asciidoc | 59 ++++++++++
docs/src/data/modern.asciidoc | 106 ++++++++++++++++++
docs/src/data/the-crew.asciidoc | 122 ++++++++++++++++++++
docs/src/dev/io/graphml.asciidoc | 3 +-
docs/src/dev/io/graphson.asciidoc | 3 +-
docs/src/index.asciidoc | 3 +
docs/src/recipes/centrality.asciidoc | 4 +-
docs/src/reference/intro.asciidoc | 5 +-
docs/src/reference/the-graph.asciidoc | 2 +
docs/src/reference/the-traversal.asciidoc | 3 +-
docs/src/tutorials/getting-started/index.asciidoc | 3 +
.../tutorials/the-gremlin-console/index.asciidoc | 12 +-
pom.xml | 55 +++++++++
14 files changed, 493 insertions(+), 11 deletions(-)
create mode 100644 docs/src/data/grateful-dead.asciidoc
create mode 100644 docs/src/data/index.asciidoc
create mode 100644 docs/src/data/modern.asciidoc
create mode 100644 docs/src/data/the-crew.asciidoc