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

Fix menu layout #2326

Merged
merged 1 commit into from
Oct 31, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ linkTitle: Accessing Grafana
title: How to access Grafana dashboards
description: Guide explaining how to get access to the data collected and stored by the Observability Platform.
menu:
main:
principal:
identifier: tutorials-observability-data-exploration-accessing-grafana
parent: tutorials-observability-data-exploration
weight: 40
aliases:
- /getting-started/observability/visualization/access
- /observability/grafana/access
- /ui-api/observability/grafana/access
- /observability/visualization/access
- /ui-api/observability/visualization/access
last_review_date: 2024-07-17
user_questions:
- How to access Grafana?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ linkTitle: Creating custom Grafana dashboards
title: Creating custom Grafana dashboards
description: Guide explaining how to manage custom Grafana dashboards in the Observability Platform.
menu:
main:
principal:
identifier: tutorials-observability-data-exploration-create-custom-dashboards
parent: tutorials-observability-data-exploration-create-observability-visualization
parent: tutorials-observability-data-exploration
weight: 40
aliases:
- /advanced/observability/visualization/custom-dashboards
- /observability/grafana/custom-dashboards
- /observability/visualization/custom-dashboards
- /ui-api/observability/grafana/custom-dashboards
- /ui-api/observability/visualization/custom-dashboards
last_review_date: 2024-07-17
user_questions:
- How to customize dashboards?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ linkTitle: Exploring logs with LogQL
title: Exploring logs with LogQL
description: Guide explaining how to get explore logs of your management and workload clusters stored in the Observability Platform.
menu:
main:
principal:
identifier: tutorials-observability-data-exploration-exploring-logs
parent: tutorials-observability-data-exploration
weight: 40
aliases:
- /getting-started/observability/visualization/exploring-logs
last_review_date: 2024-07-17
user_questions:
- How to access logs from my installation?
Expand Down
4 changes: 2 additions & 2 deletions src/content/tutorials/registry/zot/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ title: Setting up a caching container registry within a cluster using Zot
description: A registry cache within the cluster can provide benefits for availability, performance, and cost. Here we explain how to set up a registry, using the Zot app provided by Giant Swarm.
weight: 110
menu:
main:
principal:
parent: tutorials-registry
identifier: tutorials-registry-in-cluster-cache-using-zot
user_questions:
- How can I cache container images within the cluster?
- How can I have a backup registry for container images?
last_review_date: 2024-07-12
last_review_date: 2024-10-31
owner:
- https://github.com/orgs/giantswarm/teams/team-honeybadger
---
Expand Down
Loading