You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/11/20 15:35:31 UTC

[tinkerpop] branch master updated: Fixed some header formatting problems in upgrade docs CTR

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 8b1faa6  Fixed some header formatting problems in upgrade docs CTR
     new 5f79663  Merge branch '3.4-dev'
8b1faa6 is described below

commit 8b1faa6685c9626555412fc6ec89211a3aa364ea
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Nov 20 10:34:46 2020 -0500

    Fixed some header formatting problems in upgrade docs CTR
---
 docs/src/upgrade/release-3.4.x.asciidoc | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index 67d38ba..9e222b7 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -28,7 +28,9 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 Please see the link:https://github.com/apache/tinkerpop/blob/3.4.9/CHANGELOG.asciidoc#release-3-4-9[changelog] for a
 complete list of all the modifications that are part of this release.
 
-=== Translator Implementations
+=== Upgrading for Users
+
+==== Translator Implementations
 
 One of the silent features of Gremlin is the `ScriptTranslator`. More specifically, the implementation of this
 interface which will convert a `Traversal` object (or Gremlin `Bytecode`) into a proper `String` representation that
@@ -59,7 +61,7 @@ be better to continue use of the deprecated versions.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-2461[TINKERPOP-2461]
 
-=== withStrategies() Groovy Syntax
+==== withStrategies() Groovy Syntax
 
 The `withStrategies()` configuration step accepts a variable number of `TraversalStrategy` instances. In Java, those
 instances are typically constructed with `instance()` if it is a singleton or by way of a builder pattern which
@@ -91,7 +93,7 @@ just now exposed for this purpose.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-2466[TINKERPOP-2466]
 
-=== withEmbedded()
+==== withEmbedded()
 
 The `AnonymousTraversalSource` was introduced in 3.3.5 and is most typically used for constructing remote
 `TraversalSource` instances, but it also provides a way to construct a `TraversalSource` from an embedded `Graph`
@@ -176,7 +178,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-2296[TINKERPOP-2296],
 link:https://issues.apache.org/jira/browse/TINKERPOP-2420[TINKERPOP-2420],
 link:https://issues.apache.org/jira/browse/TINKERPOP-2421[TINKERPOP-2421]
 
-=== GraphManager Extension
+==== GraphManager Extension
 
 The `org.apache.tinkerpop.gremlin.server.util.CheckedGraphManager` can be used instead of
 `org.apache.tinkerpop.gremlin.server.util.DefaultGraphManager` (in gremlin-server.yml  to ensures that Gremlin Server