Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename "Implementing..." section to "User Guides" #2097

Merged
merged 2 commits into from
Sep 19, 2023
Merged
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
11 changes: 2 additions & 9 deletions docs/content/en/docs/implementing/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: Implementing Keptn applications
description: Learn how to implement your Keptn application
layout: quickstart
title: User Guides
description: Learn how to implement metrics, observability, and release lifecycle management with Keptn
weight: 40
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html
---

> **Note**
This section is under development.
Information that is published here has been reviewed for technical accuracy
but the format and content is still evolving.
We welcome your input!**
2 changes: 1 addition & 1 deletion docs/content/en/docs/implementing/dora/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: DORA metrics
description: Access DORA metrics for your cluster
weight: 65
weight: 30
---

DORA metrics are an industry-standard set of measurements
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/implementing/evaluatemetrics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Keptn Metrics
description: Implement Keptn metrics
weight: 85
weight: 20
---

The Keptn Metrics Operator provides a single entry point
Expand Down
4 changes: 1 addition & 3 deletions docs/content/en/docs/implementing/integrate/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: Integrate Keptn with your applications
description: How to integrate Keptn into your Kubernetes cluster
layout: quickstart
weight: 45
hidechildren: false # this flag hides all sub-pages in the sidebar-multicard.html
weight: 10
---

Keptn works
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/implementing/otel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: OpenTelemetry observability
description: How to standardize access to OpenTelemetry observability data
weight: 140
weight: 40
---


Expand Down