From 13aaadc754ad125d1f9096d46c00d6bc7d62272f Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Wed, 2 Nov 2022 23:20:43 -0700 Subject: [PATCH] improvement to `operator` readme, links to documentation (#14692) * operator readme links to documentation * Update operator/README.md Co-authored-by: Stian Thorgersen --- operator/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operator/README.md b/operator/README.md index 7c0010894d..5b895142a7 100644 --- a/operator/README.md +++ b/operator/README.md @@ -3,6 +3,8 @@ The module holds the codebase to build the Keycloak Operator on top of [Quarkus](https://quarkus.io/). Using the [Quarkus Operator SDK](https://github.com/quarkiverse/quarkus-operator-sdk). +Also see [Operator guides](https://www.keycloak.org/guides#operator) + ## Activating the Module When build from the project root directory, this module is only enabled if the installed JDK is 11 or newer.