From 1314f94319cbedaa88cc6a1499e9c649f2ca0361 Mon Sep 17 00:00:00 2001 From: Ptitlouis6012 <169227848+Ptitlouis6012@users.noreply.github.com> Date: Wed, 16 Sep 2026 17:58:53 +0200 Subject: [PATCH] fix: remove the duplicate FAQ entry from the Reference section FAQ was listed twice in the sidebar -- once under Start here, once under Reference -- both pointing to the same page. Kept the one under Start here. --- src/sidebar.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sidebar.mjs b/src/sidebar.mjs index 41b762d..51b296b 100644 --- a/src/sidebar.mjs +++ b/src/sidebar.mjs @@ -94,7 +94,6 @@ export const sidebar = [ ]), group('Reference', 'Référence', [ - { slug: 'faq' }, { slug: 'glossary' }, { slug: 'certified-partners' }, { slug: 'support' },