From d5b1069b49f722b12ceadde1c32d3ed0c90f5825 Mon Sep 17 00:00:00 2001 From: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:19:40 -0400 Subject: [PATCH] Remove the catalog from the sidebar since the file has been deleted in Update Airbyte Protocol Docs (#13709) (#13813) --- docusaurus/sidebars.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 059e7ac86b5e..70724d75076e 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -247,7 +247,6 @@ module.exports = { label: 'Understand Airbyte', items: [ 'understanding-airbyte/beginners-guide-to-catalog', - 'understanding-airbyte/catalog', 'understanding-airbyte/airbyte-protocol', 'understanding-airbyte/airbyte-protocol-docker', 'understanding-airbyte/basic-normalization',