From faa0aea217bb1e04bfa8f79f6ed9fa99bbc14531 Mon Sep 17 00:00:00 2001 From: Yolijn Date: Fri, 23 Aug 2024 17:46:25 +0200 Subject: [PATCH] docs: reorder community sidebar and include community sprints --- sidebarConfig.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidebarConfig.ts b/sidebarConfig.ts index 513ee4642ee..32bb899cfa6 100644 --- a/sidebarConfig.ts +++ b/sidebarConfig.ts @@ -230,6 +230,8 @@ const sidebars: SidebarsConfig = { }, items: [ { type: 'doc', id: 'community/sluit-je-aan' }, + { type: 'doc', id: 'community/wie-doet-mee' }, + { type: 'doc', id: 'community/community-sprints' }, { type: 'category', label: 'Events', @@ -301,7 +303,6 @@ const sidebars: SidebarsConfig = { { type: 'doc', id: 'community/events/estafettemodeldag' }, ], }, - { type: 'doc', id: 'community/wie-doet-mee' }, ], }, ],