From be2fd2e1731f0453a3900e7b1500689674571ca3 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 6 Sep 2022 18:57:28 -0400 Subject: [PATCH] PGD: fixed bdr and harp redirects --- product_docs/docs/pgd/4/bdr/index.mdx | 2 -- product_docs/docs/pgd/4/harp/index.mdx | 2 -- static/_redirects | 2 ++ 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pgd/4/bdr/index.mdx b/product_docs/docs/pgd/4/bdr/index.mdx index 3d0de05c84b..43d88128cd7 100644 --- a/product_docs/docs/pgd/4/bdr/index.mdx +++ b/product_docs/docs/pgd/4/bdr/index.mdx @@ -25,8 +25,6 @@ navigation: - twophase - catalogs - functions -redirects: - - /pgd/4/overview/bdr --- ## Overview diff --git a/product_docs/docs/pgd/4/harp/index.mdx b/product_docs/docs/pgd/4/harp/index.mdx index 46a21882004..acfd2e51864 100644 --- a/product_docs/docs/pgd/4/harp/index.mdx +++ b/product_docs/docs/pgd/4/harp/index.mdx @@ -3,8 +3,6 @@ navTitle: HARP title: "High Availability Routing for Postgres (HARP)" directoryDefaults: description: "High Availability Routing for Postgres (HARP) is a cluster-management tool for Bi-directional Replication (BDR) clusters." -redirects: -- /pgd/4/overview/harp --- High Availability Routing for Postgres (HARP) is a cluster-management tool for diff --git a/static/_redirects b/static/_redirects index 496ae820b55..a42e5f0b6df 100644 --- a/static/_redirects +++ b/static/_redirects @@ -36,6 +36,8 @@ /docs/harp/1.0/* /docs/harp/latest/:splat 301 # PGD +/docs/pgd/latest/overview/bdr/* /docs/pgd/latest/bdr/:splat 302 +/docs/pgd/latest/overview/harp/* /docs/pgd/latest/harp/:splat 302 /docs/bdr/latest/* /docs/pgd/latest/overview/bdr/:splat 302 /docs/bdr/4/* /docs/pgd/4/overview/bdr/:splat 301 /docs/bdr/3.7/* /docs/pgd/3.7/bdr/:splat 301