This is an automated email from the ASF dual-hosted git repository. dhanak pushed a commit to branch no-issue-kie-docs-main-readme in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
commit a3dd4801f6b5bfc45de458d9c685a1eae83f019a Author: Dominik HanĂ¡k <[email protected]> AuthorDate: Tue Feb 17 14:15:04 2026 +0100 Create README.md for KIE Apache documentation 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]
