Skip to content

Commit

Permalink
docs: improve guide page section (#3170)
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Pimple <yashpimple22@gmail.com>
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
Co-authored-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
3 people committed Apr 2, 2024
1 parent 8f0c9ca commit 445abf3
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/dora.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# DORA metrics
# DORA Metrics

DORA metrics are an industry-standard set of measurements
that are included in Keptn;
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# Evaluations
# Evaluations in Keptn

A `KeptnEvaluation` does a simple evaluation of the metrics data you capture,
to answer a question such as "Do I have more than four CPUs available?"
Expand Down
40 changes: 40 additions & 0 deletions docs/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,43 @@ comments: true
# Guides

This section provides comprehensive guides about specific features of Keptn.

## Metrics

- [Keptn Metrics](evaluatemetrics.md) - Explore metrics tracking and monitoring capabilities
in Keptn.
- [DORA Metrics](dora.md) - Elevate deployment efficiency with key measurements like frequency
and lead time, seamlessly managed and monitored within Keptn.

## Observability

- [OpenTelemetry Observability](otel.md) - Achieve end-to-end traceability and observability
in Kubernetes deployments.
- [Context Metadata](metadata.md) - Understand how to enhance traceability and context
awareness by adding metadata to applications, workloads, and tasks.

## Deployment Tasks

- [Deployment Tasks with Keptn](tasks.md) - Understand Deployment Tasks in Keptn, including pre and
post-deployment tasks, to automate and streamline your deployment processes.
- [Redeploy/Restart an Application](restart-application-deployment.md) - Learn how to redeploy
or restart applications using Keptn.

## Analysis

- [Analysis with Keptn](slo.md) - Validate your deployments with Keptn Analysis using SLIs and SLOs.
- [Evaluations in Keptn](evaluations.md) - Discover how Keptn conducts evaluations to assess the
performance and quality of your deployments.

## Auto App Discovery

- [Auto App Discovery](auto-app-discovery.md) - Learn how Keptn automates workload aggregation
with Auto App Discovery
- [Integrate Keptn with Your Applications](integrate.md) - Guide on integrating Keptn with
your applications for streamlined deployment and monitoring.

## Multi-Stage Application Delivery

- [Multi-Stage Application Delivery](multi-stage-application-delivery.md) - Discover how to
deploy applications across multiple stages with Keptn, ensuring consistency and reliability
across different environments.
2 changes: 1 addition & 1 deletion docs/docs/guides/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# Context metadata
# Context Metadata

This guide walks you through the usage of context metadata in Keptn.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/otel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# OpenTelemetry observability
# OpenTelemetry Observability

Keptn makes any Kubernetes deployment observable.
In other words, it creates a distributed, end-to-end trace
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/slo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# Analysis
# Analysis with Keptn

The Keptn Metrics Operator Analysis feature
allows you to validate a deployment or release
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
comments: true
---

# Deployment tasks
# Deployment Tasks with Keptn

A
[KeptnTaskDefinition](../reference/crd-reference/taskdefinition.md)
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ nav:
- Auto app discovery: docs/guides/auto-app-discovery.md
- Integrate Keptn with your Applications: docs/guides/integrate.md
- Keptn Metrics: docs/guides/evaluatemetrics.md
- Analysis: docs/guides/slo.md
- Deployment tasks: docs/guides/tasks.md
- Analysis with Keptn: docs/guides/slo.md
- Deployment Tasks with Keptn: docs/guides/tasks.md
- Redeploy/Restart an Application: docs/guides/restart-application-deployment.md
- Evaluations: docs/guides/evaluations.md
- DORA metrics: docs/guides/dora.md
- OpenTelemetry observability: docs/guides/otel.md
- Context metadata: docs/guides/metadata.md
- Evaluations in Keptn: docs/guides/evaluations.md
- DORA Metrics: docs/guides/dora.md
- OpenTelemetry Observability: docs/guides/otel.md
- Context Metadata: docs/guides/metadata.md
- Multi-stage Application delivery: docs/guides/multi-stage-application-delivery.md
- Use Cases:
- docs/use-cases/index.md
Expand Down

0 comments on commit 445abf3

Please sign in to comment.