From d673b746bf9f465fd892a89921239a42e35ada75 Mon Sep 17 00:00:00 2001 From: Efe Torunoglu Date: Thu, 7 Nov 2024 16:51:15 -0800 Subject: [PATCH] Update sidebars.js --- docs/sidebars.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 28c24ef..fcf546e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -5,17 +5,6 @@ module.exports = { { type: 'category', label: 'Tutorial', - items: [ - { type: 'doc', label: 'Foreword', id: 'tutorial/foreword' }, - { - 'Chapter 0': ['tutorial/chapter0/what-is-redwood'], - }, - { - 'Chapter 1': [ - 'tutorial/chapter1/prerequisites', - 'tutorial/chapter1/installation', - 'tutorial/chapter1/file-structure', - 'tutorial/chapter1/first-page', 'tutorial/chapter1/second-page', 'tutorial/chapter1/layouts', ],