Skip to content

Commit

Permalink
add: slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Jan 26, 2024
1 parent 21ed585 commit f8e2392
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,10 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Security',
link: {type: 'generated-index'},
link: {
type: 'generated-index',
slug: 'products/kafka/howto/list-security',
},
items: [
'products/kafka/howto/keystore-truststore',
'products/kafka/howto/manage-acls',
Expand Down Expand Up @@ -1377,6 +1380,7 @@ const sidebars: SidebarsConfig = {
label: 'Manage dashboards',
link: {
type: 'generated-index',
slug: 'products/grafana/howto/list-manage-dashboards',
},
items: [
'products/grafana/howto/dashboard-previews',
Expand Down Expand Up @@ -2067,7 +2071,11 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Troubleshooting',
link: {type: 'generated-index', title: 'Troubleshooting'},
link: {
type: 'generated-index',
title: 'Troubleshooting',
slug: 'products/redis/troubleshooting',
},
items: [
'products/redis/troubleshooting/troubleshoot-redis-connection-issues',
],
Expand Down

0 comments on commit f8e2392

Please sign in to comment.