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;