From 424402d7087424468274783ee28d50bbf716364e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Sla=CC=81dek?= Date: Wed, 26 Jul 2023 07:25:26 +0200 Subject: [PATCH] Starter kits are outdated, remove from documentation --- sidebars.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sidebars.js b/sidebars.js index 2f26b8e..fdaf234 100644 --- a/sidebars.js +++ b/sidebars.js @@ -228,16 +228,5 @@ module.exports = { 'guides/outdated-application', ], }, - { - type: "category", - label: "Starter kits", - collapsed: true, - items: [ - { - type: "autogenerated", - dirName: "starter-kits", - }, - ], - }, ], }