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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new e53ac2a124 Remove 'sh' from hop command examples (#6696)
e53ac2a124 is described below

commit e53ac2a1248f80255707db8e5b801ccdefd4ea5e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Mar 3 08:08:58 2026 +0100

    Remove 'sh' from hop command examples (#6696)
    
    This was creating an error when copy/paste the code
    
    Co-authored-by: Dave Campen <[email protected]>
---
 docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
index d8c2f784b1..8f79408c55 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-doc.adoc
@@ -71,7 +71,7 @@ Linux/macOS::
 --
 [source,shell]
 ----
-./hop.sh doc -s ~/projects/my-hop-project -t ~/docs
+./hop doc -s ~/projects/my-hop-project -t ~/docs
 ----
 ====
 
@@ -108,7 +108,7 @@ Linux/macOS::
 --
 [source,shell]
 ----
-./hop.sh doc -s ~/projects/my-hop-project -t ~/docs --generate-html 
--remove-markdown
+./hop doc -s ~/projects/my-hop-project -t ~/docs --generate-html 
--remove-markdown
 ----
 ====
 
@@ -155,4 +155,4 @@ docs/
 * HTML output includes custom CSS styling and responsive images
 * All links in `index.html` automatically point to `.html` files
 * Supports nested folders and metadata documentation
-* Uses CommonMark for Markdown → HTML conversion
\ No newline at end of file
+* Uses CommonMark for Markdown → HTML conversion

Reply via email to