Skip to content

Commit

Permalink
Merge pull request #6308 from EnterpriseDB/docs/test/tempk8sfix
Browse files Browse the repository at this point in the history
PG4K - fix for pages and feedback
  • Loading branch information
djw-m authored Dec 12, 2024
2 parents cbc2629 + f94bda5 commit 8ad8dab
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: EDB Postgres Distributed for Kubernetes
title: EDB CloudNativePG Global Cluster
originalFilePath: src/index.md
indexCards: none
navigation:
Expand Down Expand Up @@ -35,6 +35,7 @@ navigation:
- known_issues
directoryDefaults:
iconName: logos/KubernetesMono
displayBanner: "We are in the process of migrating the documentation from the previous EDB Postgres Distributed for Kubernetes name to the new EDB CloudNativePG Global Cluster name. You may see references to both names in this documentation."
---

EDB Postgres Distributed for Kubernetes (`PGD4K`) is an
Expand Down
4 changes: 3 additions & 1 deletion product_docs/docs/postgres_for_kubernetes/1/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: EDB Postgres for Kubernetes
title: EDB CloudNativePG Cluster
originalFilePath: src/index.md
indexCards: none
directoryDefaults:
displayBanner: "We are in the process of migrating the documentation from the previous EDB Postgres for Kubernetes name to the new EDB CloudNativePG Cluster name. You may see references to both names in this documentation."
navigation:
- rel_notes
- '!commercial_support.mdx'
Expand Down
4 changes: 2 additions & 2 deletions src/constants/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import IconNames from "../components/icon/iconNames";

export const updates = [
{
title: "Postgres Distributed for Kubernetes 1.0.1",
title: "EDB CloudNativePG Global Cluster 1.0.1",
icon: IconNames.KUBERNETES,
description:
"PGD4K brings LDAP authentication configuration, tablespace configuration and more in this patch release.",
"EDB CloudNativePG Global Cluster brings LDAP authentication configuration, tablespace configuration and more in this patch release.",
url: "/postgres_distributed_for_kubernetes/latest/",
moreUrl:
"/postgres_distributed_for_kubernetes/latest/rel_notes/1_0_1_rel_notes/",
Expand Down
12 changes: 10 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,19 @@ const Page = () => {
/>

<BannerWideLink to="/postgres_distributed_for_kubernetes/latest/">
EDB Postgres Distributed for Kubernetes
EDB CloudNativePG Global Cluster
<br />
<small>
<small>Formerly EDB Postgres Distributed for Kubernetes</small>
</small>
</BannerWideLink>

<BannerWideLink to="/postgres_for_kubernetes/latest/">
EDB Postgres for Kubernetes
EDB CloudNativePG Cluster
<br />
<small>
<small>Formerly EDB Postgres for Kubernetes</small>
</small>
</BannerWideLink>

<BannerWideLink to="/supported-open-source/cloud_native_pg/">
Expand Down

1 comment on commit 8ad8dab

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.