From 285c3632cb055d02060e7ae83548b4653723b66d Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:24:05 +0900 Subject: [PATCH] docs: fix sidebar warning --- docs/sidebars.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index cf12131f5..00eb8d40d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -40,13 +40,6 @@ const sidebars = { dirName: "about", }, ], - - postmortemSidebar: [ - { - type: "autogenerated", - dirName: "postmortem", - }, - ], }; module.exports = sidebars;