You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/07/14 21:35:28 UTC

[hop] branch master updated: HOP-4060 mssing links, minor nav updates

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 0bbbcb190d HOP-4060 mssing links, minor nav updates
     new 435d395f09 Merge pull request #1593 from bamaer/HOP-4060
0bbbcb190d is described below

commit 0bbbcb190d77730fb4d90e29fd907655e1808ebe
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Thu Jul 14 20:04:15 2022 +0200

    HOP-4060 mssing links, minor nav updates
---
 docs/hop-user-manual/modules/ROOT/nav.adoc                       | 4 +++-
 docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc b/docs/hop-user-manual/modules/ROOT/nav.adoc
index 5f031ca27e..71560aac56 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -71,6 +71,7 @@ under the License.
 *** xref:pipeline/transforms/append.adoc[Append Streams]
 *** xref:pipeline/transforms/apache-tika.adoc[Apache Tika]
 *** xref:pipeline/transforms/avro-decode.adoc[Avro Decode]
+*** xref:pipeline/transforms/avro-encode.adoc[Avro Encode]
 *** xref:pipeline/transforms/avro-file-input.adoc[Avro File Input]
 *** xref:pipeline/transforms/avro-file-output.adoc[Avro File Output]
 *** xref:pipeline/transforms/azure-event-hubs-listener.adoc[Azure Event Hubs Listener]
@@ -217,6 +218,7 @@ under the License.
 *** xref:pipeline/transforms/sasinput.adoc[SAS Input]
 *** xref:pipeline/transforms/selectvalues.adoc[Select Values]
 *** xref:pipeline/transforms/serialize-to-file.adoc[Serialize To File]
+*** xref:pipeline/transforms/serverstatus.adoc[Server Status]
 *** xref:pipeline/transforms/setvalueconstant.adoc[Set field value to a constant]
 *** xref:pipeline/transforms/setvaluefield.adoc[Set field Value to a field]
 *** xref:pipeline/transforms/setvariable.adoc[Set Variables]
@@ -293,7 +295,7 @@ under the License.
 *** xref:workflow/actions/pgpencryptfiles.adoc[Encrypt files with PGP]
 *** xref:workflow/actions/repeat-end.adoc[End Repeat]
 *** xref:workflow/actions/evalfilesmetrics.adoc[Evaluate File Metrics]
-*** xref:workflow/actions/evaluatetablecontent.adoc[Evaluate rows number in a table]
+*** xref:workflow/actions/evaluatetablecontent.adoc[Evaluate row number in a table]
 *** xref:workflow/actions/filecompare.adoc[File compare]
 *** xref:workflow/actions/fileexists.adoc[File Exists]
 *** xref:workflow/actions/folderisempty.adoc[Folder is Empty]
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 c27516d314..c5760b9657 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms.adoc
@@ -32,6 +32,7 @@ The pages nested under this topic contain information on how to use the transfor
 * xref:pipeline/transforms/apache-tika.adoc[Apache Tika]
 * xref:pipeline/transforms/append.adoc[Append Streams]
 * xref:pipeline/transforms/avro-decode.adoc[Avro Decode]
+* xref:pipeline/transforms/avro-encode.adoc[Avro Encode]
 * xref:pipeline/transforms/avro-file-input.adoc[Avro File Input]
 * xref:pipeline/transforms/azure-event-hubs-listener.adoc[Azure Event Hubs Listener]
 * xref:pipeline/transforms/azure-event-hubs-writer.adoc[Azure Event Hubs Writer]
@@ -170,6 +171,7 @@ The pages nested under this topic contain information on how to use the transfor
 * xref:pipeline/transforms/sasinput.adoc[SAS Input]
 * xref:pipeline/transforms/selectvalues.adoc[Select Values]
 * xref:pipeline/transforms/serialize-to-file.adoc[Serialize To File]
+* xref:pipeline/transforms/serverstatus.adoc[Server Status]
 * xref:pipeline/transforms/setvalueconstant.adoc[Set field value to a constant]
 * xref:pipeline/transforms/setvaluefield.adoc[Set field Value to a field]
 * xref:pipeline/transforms/setvariable.adoc[Set Variables]