This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 7d02c41ba6 added execution information transform docs page to the
navigation. fixes #2207
new df7e5ba480 Merge pull request #2208 from bamaer/2207
7d02c41ba6 is described below
commit 7d02c41ba614a6bb0c3c494cf338ee49ecff4f48
Author: Bart Maertens <[email protected]>
AuthorDate: Mon Jan 30 17:03:17 2023 +0100
added execution information transform docs page to the navigation. fixes
#2207
---
docs/hop-user-manual/modules/ROOT/nav.adoc | 1 +
docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc
b/docs/hop-user-manual/modules/ROOT/nav.adoc
index 5702e4bfb5..7a7c9f105e 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -129,6 +129,7 @@ under the License.
*** xref:pipeline/transforms/execsqlrow.adoc[Execute row SQL script]
*** xref:pipeline/transforms/execsql.adoc[Execute SQL script]
*** xref:pipeline/transforms/exectests.adoc[Execute Unit Tests]
+*** xref:pipeline/transforms/execinfo.adoc[Execution Information]
*** xref:pipeline/transforms/fake.adoc[Fake data]
*** xref:pipeline/transforms/fileexists.adoc[File exists]
*** xref:pipeline/transforms/filemetadata.adoc[File Metadata]
diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
index ceb8d0bcd7..8467a805eb 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
@@ -84,6 +84,7 @@ The pages nested under this topic contain information on how
to use the transfor
* xref:pipeline/transforms/execsqlrow.adoc[Execute row SQL script]
* xref:pipeline/transforms/execsql.adoc[Execute SQL script]
* xref:pipeline/transforms/exectests.adoc[Execute Unit Tests]
+* xref:pipeline/transforms/execinfo.adoc[Execution Information]
* xref:pipeline/transforms/fake.adoc[Fake data]
* xref:pipeline/transforms/fileexists.adoc[File exists]
* xref:pipeline/transforms/filemetadata.adoc[File Metadata]