This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-website.git

commit 57836e81483fae98ff2d153cd4de4ec4fd7d56da
Author: Tiago Bento <[email protected]>
AuthorDate: Mon Aug 10 18:24:16 2026 -0400

    Polish overview pages: drop Learn more sections, link components, prefer 
JDK 21
    
    The Learn more sections on the Drools, OptaPlanner and Kogito overviews
    duplicated the sidebar, as did the Get Started pointer on the Kogito
    overview. The About > Components headings now link to each component's
    section, and the Kogito prerequisites prefer JDK 21 (with 17 still an
    option) without the JAVA_HOME setup detail.
    
    Co-Authored-By: Claude Fable 5 <[email protected]>
---
 docs/about/components.md        | 12 ++++++------
 docs/drools/drools.md           |  8 --------
 docs/kogito/get-started.md      |  2 +-
 docs/kogito/kogito.mdx          | 10 ----------
 docs/optaplanner/optaplanner.md |  6 ------
 5 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/docs/about/components.md b/docs/about/components.md
index 6ca37dc..526ee98 100644
--- a/docs/about/components.md
+++ b/docs/about/components.md
@@ -7,31 +7,31 @@ sidebar_position: 1
 The components that make up Apache KIE predate the umbrella by many years. Each
 one stands on its own, and they are designed to work together.
 
-## Drools
+## [Drools](/drools)
 
 The rule engine at the core of KIE. Started in 2001 as an open source rule
 engine and grew into a full business rule management system, today covering DRL
 rules and the DMN decision standard.
 
-## OptaPlanner
+## [OptaPlanner](/optaplanner)
 
 A constraint solver for planning problems — scheduling, routing, rostering and
 the like. It began in 2006 as Drools Planner before becoming a project in its
 own right.
 
-## jBPM
+## [jBPM](/jbpm)
 
 A workflow engine for long-running business processes, covering BPMN, case
 management and human tasks. From jBPM 5 onwards it was rebuilt around the same
 knowledge core as Drools.
 
-## Kogito
+## [Kogito](/kogito)
 
 The cloud-native generation of the engines, announced in 2019. It builds on
 Quarkus and code generation to run rules, decisions and processes as
 microservices.
 
-## SonataFlow
+## [SonataFlow](/sonataflow)
 
 A workflow engine for building serverless applications, implementing the
 [CNCF Serverless Workflow](https://serverlessworkflow.io/) specification —
@@ -39,7 +39,7 @@ SonataFlow worked with
 [version 0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x).
 It grew out of Kogito.
 
-## Tools
+## [Tools](/tools)
 
 The editors, extensions and developer tooling used to author and run KIE 
assets.
 
diff --git a/docs/drools/drools.md b/docs/drools/drools.md
index 18cbd2a..6eb5ee6 100644
--- a/docs/drools/drools.md
+++ b/docs/drools/drools.md
@@ -27,11 +27,3 @@ Conformance level 3: every feature in the OMG standard.
 
 Reason over streams of events in the same engine: temporal operators, sliding
 time and length windows, and event expiration.
-
-## Learn more
-
-- [DMN](/drools/dmn) — what DMN is, and what the Drools DMN engine supports.
-- [Books](/drools/books) — books on Drools itself, and on business rules and 
decision modelling more broadly.
-- [Papers](/drools/papers) — academic papers and theses, from Forgy's original 
Rete paper onwards.
-- [Videos](/drools/videos) — presentations and playlists, including the DMN 
engine series and the workbench archive.
-- [Upgrade recipe](/drools/upgrade-recipe) — what to change in your code when 
moving between Drools versions.
diff --git a/docs/kogito/get-started.md b/docs/kogito/get-started.md
index 2066dfb..1965c26 100644
--- a/docs/kogito/get-started.md
+++ b/docs/kogito/get-started.md
@@ -11,7 +11,7 @@ Everything you need to build and run your first Kogito 
service.
 1. **An IDE** — [VS Code](https://code.visualstudio.com/Download) (preferred),
    [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) or
    [Eclipse](https://www.eclipse.org/downloads/).
-2. **JDK 17** — with `JAVA_HOME` set; [Temurin](https://adoptium.net/) works
+2. **JDK 21** (preferred) or JDK 17 — [Temurin](https://adoptium.net/) works
    well. Optionally [GraalVM](https://www.graalvm.org/) for native compilation.
 3. **Maven 3.9+** — [Apache Maven](https://maven.apache.org/). The exact
    versions behind a release are in the
diff --git a/docs/kogito/kogito.mdx b/docs/kogito/kogito.mdx
index c4f0e4e..882d65c 100644
--- a/docs/kogito/kogito.mdx
+++ b/docs/kogito/kogito.mdx
@@ -10,14 +10,4 @@ import KogitoHighlights from 
"@site/src/components/KogitoHighlights";
 Kogito is cloud-native business automation for building intelligent
 applications, backed by battle-tested capabilities.
 
-New to Kogito? [Get Started](/kogito/get-started) walks you through building
-and running your first service.
-
 <KogitoHighlights />
-
-## Learn more
-
-- [Get Started](/kogito/get-started) — everything you need to build and run 
your first Kogito service.
-- [Guides](/kogito/guides) — topic guides for building decision and process 
services.
-- [Examples](https://github.com/apache/incubator-kie-kogito-examples/) — from 
hello world to advanced use cases with DMN, BPMN and Knative, constantly 
updated as features land.
-- [Documentation](pathname:///docs/10.2.x/kogito/) — the Kogito documentation, 
published with every Apache KIE release.
diff --git a/docs/optaplanner/optaplanner.md b/docs/optaplanner/optaplanner.md
index 24ef8ff..f6855fb 100644
--- a/docs/optaplanner/optaplanner.md
+++ b/docs/optaplanner/optaplanner.md
@@ -36,9 +36,3 @@ OptaPlanner supports:
 OptaPlanner is open source software, released under the Apache License. It is
 written in 100% pure Java™, runs on any JVM and is available in the Maven
 Central repository.
-
-## Learn more
-
-- [Use cases](/optaplanner/use-cases) — the planning problems OptaPlanner 
optimizes.
-- [Code example](/optaplanner/code-example) — solving a problem from Java code.
-- [Compatibility](/optaplanner/compatibility) — the languages, frameworks and 
platforms OptaPlanner works with.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to