From e7aad3549cf71dbfc1c7c94ab975b686e01589b0 Mon Sep 17 00:00:00 2001 From: Adalennis Date: Tue, 22 Oct 2024 21:12:54 +0200 Subject: [PATCH 1/3] deleted plugins updated nav. #4381 --- docs/hop-user-manual/modules/ROOT/nav.adoc | 2 +- .../modules/ROOT/pages/plugins/plugins.adoc | 62 ------------------- 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 docs/hop-user-manual/modules/ROOT/pages/plugins/plugins.adoc diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc b/docs/hop-user-manual/modules/ROOT/nav.adoc index 34dc493e4a..f96399c29d 100644 --- a/docs/hop-user-manual/modules/ROOT/nav.adoc +++ b/docs/hop-user-manual/modules/ROOT/nav.adoc @@ -442,7 +442,7 @@ under the License. //::=START AUTO GENERATED LINKS PASSWORDS ** xref:password/passwords/aespasswords.adoc[AES Two way password encoder] //::=END AUTO GENERATED LINKS PASSWORDS -* xref:plugins/plugins.adoc[Plugins] +* xref:plugins/external-plugins.adoc[Plugins] //::=START AUTO GENERATED LINKS //::=END AUTO GENERATED LINKS ** xref:plugins/external-plugins.adoc[External Plugins] diff --git a/docs/hop-user-manual/modules/ROOT/pages/plugins/plugins.adoc b/docs/hop-user-manual/modules/ROOT/pages/plugins/plugins.adoc deleted file mode 100644 index 35004bf79c..0000000000 --- a/docs/hop-user-manual/modules/ROOT/pages/plugins/plugins.adoc +++ /dev/null @@ -1,62 +0,0 @@ -//// -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. -//// -:description: Hop is built around an eco-system of plugins, this gives the end users and infrastructure team the ability to create a custom version of HOP tailored to the project or company needs. - -[[Plugins]] -== Plugins - -Hop is built around an eco-system of plugins, this gives the end users and infrastructure team the ability to create a custom version of HOP tailored to the project or company needs. - -The plugins are located in the following location `Instalation Directory/plugins` - -The current plugin structure looks like this (with the amount of changes happening in Hop, new plugins may have appeared in your latest nightly build). - -This plugin organization is mainly technical, there is no 1 on 1 mapping between the plugins you'll find in the plugins directory and what you'll see in Hop Gui. -For Example, the neo4j plugins category contains plugins for actions, transforms, metadata types, the Neo4j perspective etc. - -* xref:workflow/actions.adoc[Action Plugins] -* xref:database/databases.adoc[Database Plugins] -* Engines: the xref:pipeline/pipeline-run-configurations/beam-spark-pipeline-engine.adoc[Apache Spark], xref:pipeline/pipeline-run-configurations/beam-flink-pipeline-engine.adoc[Apache Flink] and xref:pipeline/pipeline-run-configurations/beam-dataflow-pipeline-engine.adoc[Google Dataflow] run configurations are plugins that run through https://beam.apache.org[Apache Beam] -* Miscellaneous Plugins -** Async -** Debug -** xref:hop-gui/hop-gui-git.adoc[Git] -** Import -** xref:password/passwords.adoc[Passwords] -** xref:projects/index.adoc[Projects] -** Reflection -** Testing -* Tech -** Avro -** AWS -*** xref:vfs/aws-s3-vfs.adoc[AWS S3] -** Azure: a collection of plugins for Azure, including xref:vfs/azure-blob-storage-vfs.adoc[VFS Blob Storage], xref:pipeline/transforms/azure-event-hubs-listener.adoc[Azure Hubs Listener] and xref:pipeline/transforms/azure-event-hubs-writer.adoc[Azure Hubs Writer] -** Cassandra: xref:metadata-types/cassandra/cassandra-connection.adoc[Cassandra Connection], xref:pipeline/transforms/cassandra-input.adoc[Cassandra Input] and xref:pipeline/transforms/cassandra-output.adoc[Cassandra Output] -** Dropbox -** Google: -*** VFS: xref:vfs/google-cloud-storage-vfs.adoc[Google Cloud Storage], xref:vfs/google-drive-vfs.adoc[Google Drive] -** Neo4j: a collection of Neo4j plugins -** Parquet -* xref:pipeline/transforms.adoc[Transform Plugins] -* Value Types -** JSON - -Each type is explained in their own section. - - -// tag::website-links[] -// end::website-links[] From 5c613e0553a13b42ca2378ea41bd6355dcfd57e2 Mon Sep 17 00:00:00 2001 From: Adalennis Date: Tue, 22 Oct 2024 21:20:55 +0200 Subject: [PATCH 2/3] deleted plugins updated nav. #4381 --- docs/hop-user-manual/modules/ROOT/nav.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc b/docs/hop-user-manual/modules/ROOT/nav.adoc index f96399c29d..34dc493e4a 100644 --- a/docs/hop-user-manual/modules/ROOT/nav.adoc +++ b/docs/hop-user-manual/modules/ROOT/nav.adoc @@ -442,7 +442,7 @@ under the License. //::=START AUTO GENERATED LINKS PASSWORDS ** xref:password/passwords/aespasswords.adoc[AES Two way password encoder] //::=END AUTO GENERATED LINKS PASSWORDS -* xref:plugins/external-plugins.adoc[Plugins] +* xref:plugins/plugins.adoc[Plugins] //::=START AUTO GENERATED LINKS //::=END AUTO GENERATED LINKS ** xref:plugins/external-plugins.adoc[External Plugins] From a1b04872bbb8891b562f3af1280bbff94362bb02 Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Wed, 23 Oct 2024 14:47:54 +0200 Subject: [PATCH 3/3] remove plugins from index --- docs/hop-user-manual/modules/ROOT/nav.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc b/docs/hop-user-manual/modules/ROOT/nav.adoc index 34dc493e4a..38806df48f 100644 --- a/docs/hop-user-manual/modules/ROOT/nav.adoc +++ b/docs/hop-user-manual/modules/ROOT/nav.adoc @@ -442,7 +442,6 @@ under the License. //::=START AUTO GENERATED LINKS PASSWORDS ** xref:password/passwords/aespasswords.adoc[AES Two way password encoder] //::=END AUTO GENERATED LINKS PASSWORDS -* xref:plugins/plugins.adoc[Plugins] //::=START AUTO GENERATED LINKS //::=END AUTO GENERATED LINKS ** xref:plugins/external-plugins.adoc[External Plugins]