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-website.git
The following commit(s) were added to refs/heads/master by this push:
new dbbcdc8 HOP-3691 remove Q&A page
new 49e19e9 Merge pull request #112 from bamaer/HOP-3691
dbbcdc8 is described below
commit dbbcdc8eca79b372f045e76e6b160fbc69fe45bd
Author: Bart Maertens <[email protected]>
AuthorDate: Wed Jan 19 16:05:16 2022 +0100
HOP-3691 remove Q&A page
---
config.toml | 7 -------
content/docs/qa.adoc | 15 ---------------
2 files changed, 22 deletions(-)
diff --git a/config.toml b/config.toml
index fcba211..924beeb 100644
--- a/config.toml
+++ b/config.toml
@@ -79,13 +79,6 @@ unsafe= true
url = "/docs/roadmap/"
[[menu.main]]
- name = "Q&A"
- parent = "docs"
- weight = 7
- identifier = "docs-qa"
- url = "/docs/qa/"
-
-[[menu.main]]
name = "Community"
identifier = "community"
weight = 2
diff --git a/content/docs/qa.adoc b/content/docs/qa.adoc
deleted file mode 100644
index e5cfe5f..0000000
--- a/content/docs/qa.adoc
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "Q&A"
----
-
-* Is this a fork?
-** Yes this is a fork, in the sense that we used Kettle 8.2.0.7 as a starting
point for Apache Hop. Apache Hop wants to used that as a starting point to
explore the future of data integration. Check out the link:../roadmap/[Roadmap]
and link:../architecture/[Architecture] sections.
-* Is this a hostile fork?
-** By all means no! Kettle will remain a stable and trustworthy platform for
data integration. Apache Hop is a way to decouple the risk of experimentation
and refactoring from the stability needs of Pentaho Data Integration. As such
we’ve invited Hitachi Vantara to contribute to Apache Hop, just like we invite
every individual in the entire Kettle and data engineering community to
contribute. We sincerely hope that cool innovations from this project will
find its way into other code ba [...]
-* Will Apache Hop remain open source?
-** As an Apache project, Apache Hop is and will always be open source. Hop is
getting ready to graduate as an Apache Top Level project. At that point, all
ownership of all the code and artifacts in Apache Hop will be transferred to
the Apache Software Foundation.
-* Can I contribute to Apache Hop?
-** We warmly welcome contributions in all shapes and forms. Check the
link:../../community/contributing/[contributing guides] for more information.
-* What are the plans for Apache Hop
-** While the Hop team is working towards the release of Apache Hop 1.0, we've
already started thinking and working on what comes after that. Check our
link:../roadmap/[roadmap] for more details.
-