From 0945988dc8d7d613fa93730513b3cf9558a563af Mon Sep 17 00:00:00 2001 From: Amruta Ranade <11484018+Amruta-Ranade@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:24:55 -0400 Subject: [PATCH] Docs cleanup (#15174) * Deleted extra pages + removed changelogs from the navigation bar * fixed broken link --- docs/archive/examples/postgres-replication.md | 2 +- docs/integrations/sources/README.md | 6 ------ docusaurus/sidebars.js | 9 --------- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 docs/integrations/sources/README.md diff --git a/docs/archive/examples/postgres-replication.md b/docs/archive/examples/postgres-replication.md index dbb2edf78570..c5c4b72a4ae1 100644 --- a/docs/archive/examples/postgres-replication.md +++ b/docs/archive/examples/postgres-replication.md @@ -30,7 +30,7 @@ You should see an onboarding page. Enter your email and continue. ## 2. Set up your first connection -We support a growing [list of source connectors](../../integrations/sources). For now, we will start out with a Postgres source and destination. +We support a growing [list of source connectors](../../category/sources). For now, we will start out with a Postgres source and destination. **If you don't have a readily available Postgres database to sync, here are some quick instructions:** Run the following commands in a new terminal window to start backgrounded source and destination databases: diff --git a/docs/integrations/sources/README.md b/docs/integrations/sources/README.md deleted file mode 100644 index 177763f40460..000000000000 --- a/docs/integrations/sources/README.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -description: 'We''re adding new source connectors every day: APIs, applications, databases...' ---- - -# Sources - diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index bd652121da27..e54a53b4bdad 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -300,15 +300,6 @@ module.exports = { href: 'https://app.harvestr.io/roadmap/view/pQU6gdCyc/airbyte-roadmap', }, 'project-overview/product-release-stages', - { - type: 'category', - label: 'Changelog', - items: [ - 'project-overview/changelog/README', - 'project-overview/changelog/platform', - 'project-overview/changelog/connectors', - ] - }, 'project-overview/slack-code-of-conduct', 'project-overview/security', {