From ae2832d95c3d5ce2a34c9a17dc858a7536a21938 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Mon, 4 Dec 2023 13:48:55 +0100 Subject: [PATCH] fix rest of linting errors Signed-off-by: Moritz Wiesinger --- .markdownlint-cli2.yaml | 1 + dashboards/grafana/README.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 24d8951527..0065b490bb 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -18,3 +18,4 @@ ignores: - "**/CHANGELOG.md" - "node_modules" - "docs/tmp" + - "readme-generator-for-helm" diff --git a/dashboards/grafana/README.md b/dashboards/grafana/README.md index 149f256e3e..7facff69d4 100644 --- a/dashboards/grafana/README.md +++ b/dashboards/grafana/README.md @@ -43,9 +43,14 @@ This section provides links to the official Grafana documentation for creating a ## How to Create Custom Dashboards -Craft personalized Grafana dashboards tailored to your specific needs by exploring the [official Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/create-dashboard/). Discover detailed steps, best practices, and tips for creating visualizations, adding panels, utilizing various data sources, and more. +Craft personalized Grafana dashboards tailored to your specific needs by exploring the [official Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/create-dashboard/). +Discover detailed steps, best practices, and tips for creating visualizations, adding panels, +utilizing various data sources, and more. ## Modifying the Dashboards -Refine and adapt visualizations in existing Grafana dashboards to meet evolving requirements. Visit the [relevant sections](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/modify-dashboard-settings/) of the Grafana documentation to gain insights on adjusting, enhancing, or reconfiguring dashboards efficiently. Learn about editing panels, incorporating new data sources, applying filters, and optimizing dashboard layouts. - +Refine and adapt visualizations in existing Grafana dashboards to meet evolving requirements. +Visit the +[relevant sections](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/modify-dashboard-settings/) +of the Grafana documentation to gain insights on adjusting, enhancing, or reconfiguring dashboards efficiently. +Learn about editing panels, incorporating new data sources, applying filters, and optimizing dashboard layouts.