Skip to content
Closed
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 docs/content/en/docs/documentation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This section contains detailed documentation for all Java Operator SDK features

- **[Eventing](eventing/)** - Understanding the event-driven model
- **[Accessing Resources in Caches](working-with-es-caches/)** - How to access resources in caches
- **[Observability](observability/)** - Monitoring and debugging your operators
- **[Operations](operations/)** - Operations-related features including observability
- **[Other Features](features/)** - Additional capabilities and integrations

Each guide includes practical examples and best practices to help you build robust, production-ready operators.
8 changes: 8 additions & 0 deletions docs/content/en/docs/documentation/operations/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Operations
weight: 85
---

This section covers operations-related features for running and managing operators in production.

- **[Observability](observability/)** - Monitoring and debugging your operators