Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjusting kogito page information and fixing typo on nav menu #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

* xref:springboot.adoc[Spring Boot on Kubernetes]

* xref:kogito.adoc[Cloud Native Buiness Automation (Kogito)]
* xref:kogito.adoc[Cloud Native Business Automation (Kogito)]

* xref:build-container-podman.adoc[Build a Container - Podman]

Expand Down
17 changes: 9 additions & 8 deletions documentation/modules/ROOT/pages/kogito.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Cloud Native Business Automation (Kogito)
include::_attributes.adoc[]

Learn the basics of link:https://kogito.kie.org/[Kogito,window=_blank] on Kubernetes as well as the more advanced principles in one module of 1 hour. +
Learn the basics of business automation with link:https://kogito.kie.org/[Kogito,window=_blank] with Quarkus and Kubernetes as well as the more advanced principles in one module of 2 hours. +
+

image::https://redhat-scholars.github.io/cloud-native-business-automation/cnba-tutorial/_images/logo.png[kogito logo,100,float="right"]
Expand All @@ -12,10 +12,10 @@ image::https://redhat-scholars.github.io/cloud-native-business-automation/cnba-t
[#one]
== Cloud Native Business Automation (Kogito)

[cols="1,3,2"]
[cols="1,3,2"]
|===
| *Duration* | *Audience* | *Level*
|1 hour
|2 hours
|Java developers and hands-on architects
|Beginner
|===
Expand All @@ -28,11 +28,12 @@ It is designed from ground up to run at scale on cloud infrastructure. If you th

What you will learn:

* DMN and Business Automation concepts
* Build Decision Service
* Event Driven Decision Services
* Kogito and Quarkus
* Get started with business rules (DRL)
* Decision automation concepts using Kogito and Quarkus
* How to build decision services from scratch
* How to create event driven decision services
* Basics to advanced of decision modeling with DMN
* How to deploy decision services on the cloud
* Business rules automation using DRL and the new Rule Unit concept



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"@babel/preset-env"
]
}
}
}