From f8e2392144d2031ad6536dceb4f689c4ad05de00 Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Fri, 26 Jan 2024 16:20:26 +0100 Subject: [PATCH] add: slugs --- sidebars.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index 1be652a3..e6ed1356 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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', @@ -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', @@ -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', ],