Skip to content

Commit 40ca713

Browse files
authored
docs: improve details (#2925)
1 parent feec001 commit 40ca713

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/content/en/docs/contributing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Contributing To Java Operator SDK
2+
title: Contributing
33
weight: 110
44
---
55

docs/content/en/docs/documentation/error-handling-retries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public class MyReconciler implements Reconciler<MyResource> {
4343

4444
Your custom retry class must:
4545
- Provide a no-argument constructor for automatic instantiation
46-
- Optionally implement `AnnotationConfigurable` for configuration from annotations
46+
- 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#)
47+
implementation for more details.
4748

4849
### Accessing Retry Information
4950

docs/content/en/docs/faq/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Frequently Asked Questions
2+
title: FAQ
33
weight: 90
44
---
55

0 commit comments

Comments
 (0)