From 14810e39c157628b573a0362aa0bd12438ae0fa1 Mon Sep 17 00:00:00 2001 From: Koby Chan Date: Wed, 25 Sep 2024 17:28:51 -0700 Subject: [PATCH] Add what is redex page Summary: ^ Reviewed By: thezhangwei Differential Revision: D63408231 fbshipit-source-id: a2db276a3a0c3eac3b816a44a387eac19e54ccb1 --- website/sidebars.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 0f69ee9768..00a26dda7e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -105,8 +105,18 @@ module.exports = { { type: 'category', label: 'Redex Team Internal', - link: { type: 'doc', id: 'fb/redex_team_internal/index' }, items: [ + { + type: 'category', + label: 'Redex Introduction', + items: [ + { + type: 'doc', + id: 'fb/redex_team_internal/redex_introduction/what_is_redex', + label: 'What is Redex?', + }, + ] + } ] }, {