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

kenhuuu pushed a commit to branch 3.8-documentation
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.8-documentation by this push:
     new ee1cc53fd3 Remove h7 header as it's not supported in asciidoc
ee1cc53fd3 is described below

commit ee1cc53fd30df27d4d984df3f21895af373221a7
Author: Ken Hu <[email protected]>
AuthorDate: Wed Oct 29 16:31:10 2025 -0700

    Remove h7 header as it's not supported in asciidoc
---
 docs/src/upgrade/release-3.8.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.8.x.asciidoc 
b/docs/src/upgrade/release-3.8.x.asciidoc
index 0536372ffe..2d336ddc1c 100644
--- a/docs/src/upgrade/release-3.8.x.asciidoc
+++ b/docs/src/upgrade/release-3.8.x.asciidoc
@@ -381,7 +381,7 @@ g.V().repeat(both().simplePath()).times(4)
 g.V().repeat(both().sample(1)).times(2)
 ----
 
-======= Migration Strategies
+*Migration Strategies*
 
 Before upgrading, analyze existing traversals which use `repeat()` with any 
steps other than `out()`, `in()`, `both()`,
 `inV()`, `outV()`, `otherV()`, `has(key, value)` and determine if the 
semantics of these traversals are as expected when 

Reply via email to