Skip to content

Commit

Permalink
Rename dashboard page to not match category name.
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Feb 5, 2024
1 parent bc25454 commit c601118
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion current-routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/getting-started/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit c601118

Please sign in to comment.