From c60111881f9616165c4e26bd6a854724679b2277 Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Mon, 5 Feb 2024 09:04:27 +0100 Subject: [PATCH] Rename dashboard page to not match category name. Signed-off-by: Mirjam Aulbach --- _redirects | 2 +- current-routes.json | 2 +- docs/dashboard/{dashboard.md => dashboard-view.md} | 0 docs/getting-started/features.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/dashboard/{dashboard.md => dashboard-view.md} (100%) diff --git a/_redirects b/_redirects index d8e28aa1..45669c3c 100644 --- a/_redirects +++ b/_redirects @@ -9,7 +9,7 @@ /docs/quickstart /docs/getting-started/quickstart 301 /docs/HowTo/analytics /docs/dashboard/analytics 301 -/docs/HowTo/dashboard /docs/dashboard/dashboard 301 +/docs/HowTo/dashboard /docs/dashboard/dashboard-view 301 /docs/HowTo/installation /docs/setup-configuration/klaw-installation 301 /docs/HowTo/installation/configure-klaw-wizard /docs/setup-configuration/klaw-installation/configure-klaw-wizard 301 diff --git a/current-routes.json b/current-routes.json index 6bcf3573..66bafced 100644 --- a/current-routes.json +++ b/current-routes.json @@ -64,8 +64,8 @@ "/docs/connector-management/manage-connectors", "/docs/connector-management/my-connector-requests", "/docs/connector-management/request-connector", - "/docs/dashboard/", "/docs/dashboard/analytics", + "/docs/dashboard/dashboard-view", "/docs/faq", "/docs/getting-started/features", "/docs/getting-started/getstarted", diff --git a/docs/dashboard/dashboard.md b/docs/dashboard/dashboard-view.md similarity index 100% rename from docs/dashboard/dashboard.md rename to docs/dashboard/dashboard-view.md diff --git a/docs/getting-started/features.md b/docs/getting-started/features.md index 62f3eafe..39a60989 100644 --- a/docs/getting-started/features.md +++ b/docs/getting-started/features.md @@ -17,7 +17,7 @@ Explore the comprehensive range of features Klaw offers to manage your Apache Ka | [_Schema evolution_](../workflows/schema/manage-schema-requests.md) | Manage multiple versions of schemas efficiently. | | [_Reset consumer offsets_](../HowTo/operational/Reset-Consumer-Offsets.md) | Gain the ability to reset consumer offsets for specific consumer groups per topic. | | [_View Apache Kafka events_](../HowTo/topics/View-topic-events) | Easily view events on any Apache Kafka topic for better monitoring and debugging. | -| [_Dashboard_](../dashboard/dashboard.md) | Access dashboard to see the topics for which your team has created ACLs, both as a producer and consumer. | +| [_Dashboard_](../dashboard/dashboard-view.md) | Access dashboard to see the topics for which your team has created ACLs, both as a producer and consumer. | | [_View consumer lag_](../HowTo/topics/View-consumer-lag) | Keep track of consumer offsets and view lags for a consumer group. | | [_Sync topics to a cluster_](../cluster-management/kafka-cluster-sync/sync-topics-to-cluster.md) | Synchronize topics with any new or existing Apache Kafka cluster seamlessly. | | [_Sync topics from a cluster_](../cluster-management/kafka-cluster-sync/sync-topics-from-cluster.md) | Synchronize topics from any Apache Kafka cluster to Klaw. |