Skip to content

Commit

Permalink
fix: add missing slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Jan 29, 2024
1 parent 07d8357 commit 30d5da5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,10 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'How to',
link: {type: 'generated-index'},
link: {
type: 'generated-index',
slug: 'products/kafka/howto',
},
items: [
{
type: 'category',
Expand All @@ -559,7 +562,10 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Tools',
link: {type: 'generated-index'},
link: {
type: 'generated-index',
slug: 'products/kafka/howto/list-tools',
},
items: [
'products/kafka/howto/kafka-tools-config-file',
'products/kafka/howto/kcat',
Expand Down Expand Up @@ -590,7 +596,10 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Administrative tasks',
link: {type: 'generated-index'},
link: {
type: 'generated-index',
slug: 'products/kafka/howto/list-admin',
},
items: [
'products/kafka/howto/list-schema-registry',
'products/kafka/howto/enable-karapace',
Expand All @@ -610,7 +619,10 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Integrations',
link: {type: 'generated-index'},
link: {
type: 'generated-index',
slug: 'products/kafka/howto/list-integration',
},
items: [
'products/kafka/howto/integrate-service-logs-into-kafka-topic',
'products/kafka/howto/kafka-streams-with-aiven-for-kafka',
Expand Down

0 comments on commit 30d5da5

Please sign in to comment.