This is an automated email from the ASF dual-hosted git repository.
dhanak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 910d27a1b Create README.md for KIE Apache documentation (#4579)
910d27a1b is described below
commit 910d27a1b22beb22c11c191ead69f610dafde488
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Mon Feb 23 14:40:41 2026 +0100
Create README.md for KIE Apache documentation (#4579)
Added initial documentation for KIE Apache components including
prerequisites and contribution guidelines.
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..405b3417e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# KIE (incubating) Apache Documentation repository
+
+Documentation of KIE Apache community components.
+
+You can find source code of the documentation for Drools, Kogito, OptaPlanner
that is being published at our
[website](https://kie.apache.org/docs/documentation/).
+
+## Prerequisites
+
+* Apache Maven
+* Java
+
+## Contribute
+
+In order to contribute to a documentation, create an
[issue](https://github.com/apache/incubator-kie-issues/), navigate to
respective sub-directory, implement the changes and submit a pull-request from
your fork.
+
+Each sub-directory has its own README that describes the necesarry steps to
build the documentation for the component.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]