Skip to content

Commit

Permalink
Merge pull request #5546 from EnterpriseDB/docs/josh/update-featured
Browse files Browse the repository at this point in the history
New featured topics: PG4K-PGD, EPAS AMI instructions
  • Loading branch information
josh-heyer authored Apr 25, 2024
2 parents 7974b49 + 4185eca commit 6f211af
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,27 @@ const Page = () => {

<div className="mb-3">
<h3 className="card-title mb-2 fw-bold">
<Link className="homepage-headling-link" to="/pgd/latest/">
EDB Postgres Distributed 5.4.0
<Link
className="homepage-headling-link"
to="/postgres_distributed_for_kubernetes/latest/"
>
EDB Postgres Distributed for Kubernetes 1.0
</Link>
</h3>
<p>
<Icon
iconName={iconNames.HIGH_AVAILABILITY}
iconName={iconNames.KUBERNETES}
className="fill-orange ms-2 float-end"
/>
Documentation for the latest version of PGD includes an
all-new section covering manual configuration and
installation.
EDB Postgres Distributed for Kubernetes is an operator
designed to manage PGD workloads on Kubernetes, with traffic
routed by PGD Proxy.
</p>
<div className="d-flex align-items-center">
<p>
<Link
className="btn-sm ms-2"
to="/pgd/latest/admin-manual/"
to="/postgres_distributed_for_kubernetes/latest/"
>
Find out more &rarr;
</Link>
Expand All @@ -105,21 +108,28 @@ const Page = () => {

<div className="mb-3">
<h3 className="card-title mb-2 fw-bold">
<Link className="homepage-headling-link" to="/tpa/latest/">
Trusted Postgres Architect 23.30
<Link
className="homepage-headling-link"
to="/epas/15/planning/deployment_options/aws_epas/"
>
Advanced Server AWS AMI deployment
</Link>
</h3>
<p>
<Icon
iconName={iconNames.INSTANCES}
iconName={iconNames.DATABASE}
className="fill-orange ms-2 float-end"
/>
TPA now provides a custom Execution Environment image to be
used on RedHat Ansible Automation Controller.
EDB Postgres Advanced Server Amazon Machine Image (AMI) is a
preconfigured template with EDB Postgres Advanced Server 15
installed on RHEL 8.
</p>
<div className="d-flex align-items-center">
<p>
<Link className="btn-sm ms-2" to="/tpa/latest/tower/">
<Link
className="btn-sm ms-2"
to="/epas/15/planning/deployment_options/aws_epas/"
>
Find out more &rarr;
</Link>
</p>
Expand Down

1 comment on commit 6f211af

@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.