From 7e45a9576e2d0bac7749d5a5f4bb12eb29a04732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 1 Sep 2025 11:40:12 +0200 Subject: [PATCH 1/2] docs: improve details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/content/en/docs/documentation/error-handling-retries.md | 3 ++- docs/content/en/docs/faq/_index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/documentation/error-handling-retries.md b/docs/content/en/docs/documentation/error-handling-retries.md index 136c643cc4..eeecf54751 100644 --- a/docs/content/en/docs/documentation/error-handling-retries.md +++ b/docs/content/en/docs/documentation/error-handling-retries.md @@ -43,7 +43,8 @@ public class MyReconciler implements Reconciler { Your custom retry class must: - Provide a no-argument constructor for automatic instantiation -- Optionally implement `AnnotationConfigurable` for configuration from annotations +- Optionally implement `AnnotationConfigurable` for configuration from annotations. See [`GenericRetry`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/retry/GenericRetry.java#) + implementation for more details. ### Accessing Retry Information diff --git a/docs/content/en/docs/faq/_index.md b/docs/content/en/docs/faq/_index.md index 31840965ae..977a725b0d 100644 --- a/docs/content/en/docs/faq/_index.md +++ b/docs/content/en/docs/faq/_index.md @@ -1,5 +1,5 @@ --- -title: Frequently Asked Questions +title: FAQ weight: 90 --- From 7d94764e23db4c9f7e9cdbc54b171651befa0e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 1 Sep 2025 13:39:04 +0200 Subject: [PATCH 2/2] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/content/en/docs/contributing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/contributing/_index.md b/docs/content/en/docs/contributing/_index.md index 064e0c1f4f..0ab40d55b1 100644 --- a/docs/content/en/docs/contributing/_index.md +++ b/docs/content/en/docs/contributing/_index.md @@ -1,5 +1,5 @@ --- -title: Contributing To Java Operator SDK +title: Contributing weight: 110 ---