TINKERPOP-786 Updated reference docs for dsl archetype
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a96544f0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a96544f0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a96544f0 Branch: refs/heads/TINKERPOP-1552 Commit: a96544f08ebc44dcfb14971682c7ef1a39d878a8 Parents: 3142aee Author: Stephen Mallette <[email protected]> Authored: Thu May 11 11:43:17 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 16 11:02:31 2017 -0400 ---------------------------------------------------------------------- docs/src/reference/gremlin-applications.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a96544f0/docs/src/reference/gremlin-applications.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc index 7e25585..e62ce86 100644 --- a/docs/src/reference/gremlin-applications.asciidoc +++ b/docs/src/reference/gremlin-applications.asciidoc @@ -2129,6 +2129,7 @@ Gremlin Archetypes TinkerPop has a number of link:https://maven.apache.org/guides/introduction/introduction-to-archetypes.html[Maven archetypes], which provide example project templates to quickly get started with TinkerPop. The available archetypes are as follows: +* `gremlin-archetype-dsl` - An example project that demonstrates how to build Domain Specific Languages with Gremlin in Java. * `gremlin-archetype-server` - An example project that demonstrates the basic structure of a <<gremlin-server,Gremlin Server>> project, how to connect with the Gremlin Driver, and how to embed Gremlin Server in a testing framework.
