Skip to content

Commit

Permalink
Add new category Dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Feb 1, 2024
1 parent 8e012c8 commit c4d2b34
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
/docs/getstarted /docs/getting-started/getstarted 301
/docs/quickstart /docs/getting-started/quickstart 301


/docs/HowTo/analytics /docs/dashboard/analytics 301
2 changes: 1 addition & 1 deletion current-routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"/docs/Concepts/synchronize",
"/docs/Concepts/users-teams",
"/docs/Concepts/workflows",
"/docs/dashboard/analytics",
"/docs/faq",
"/docs/getting-started/features",
"/docs/getting-started/getstarted",
"/docs/getting-started/quickstart",
"/docs/HowTo/analytics",
"/docs/HowTo/authentication/",
"/docs/HowTo/authentication/azure-ad",
"/docs/HowTo/authentication/google-account",
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 @@ -31,7 +31,7 @@ Explore the comprehensive range of features Klaw offers to manage your Apache Ka
| [_Controlled access to users_](../HowTo/rolespermissions.md) | Define granular roles and permissions, allowing users to view, request, and modify entities as needed. |
| [_Apache Kafka connectivity PLAINTEXT/SSL/SASL_](../HowTo/clusterconnectivity/index.md) | Connect Klaw to Apache Kafka clusters using PLAINTEXT, SSL, or SASL mechanisms. |
| [_Email Notifications_](../HowTo/notifications/index.md) | Stay informed with email notifications for every request, approval, and Apache Kafka cluster change. |
| [_Analytics / Reports_](../HowTo/analytics.md) | Access and download reports on your requests, topics, consumer groups, and ACL ownership in Klaw. Data availability varies based on your role as USER or SUPERADMIN. |
| [_Analytics / Reports_](../dashboard/analytics.md) | Access and download reports on your requests, topics, consumer groups, and ACL ownership in Klaw. Data availability varies based on your role as USER or SUPERADMIN. |
| Audit history | Keep track of every request, approval, and change with a comprehensive audit history. |
| [_Apache Kafka flavor support_](../HowTo/clusters.md) | Klaw is compatible with multiple Apache Kafka flavors, including Apache Kafka, Aiven Apache Kafka, Confluent Apache Kafka, and Confluent Cloud Apache Kafka. |
| [_Klaw login AD/SSO/DB_](../HowTo/authentication/index.md) | Users can log in to Klaw using Windows AD or SSO providers like Azure and Google. |
Expand Down
10 changes: 10 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ const sidebars = {
},
],
},
{
type: "category",
label: "Dashboard",
items: [
{
type: "autogenerated",
dirName: "dashboard", // Generate sidebar slice from docs/dashboard
},
],
},
{
type: "category",
label: "Concepts",
Expand Down

0 comments on commit c4d2b34

Please sign in to comment.