Skip to content

Commit

Permalink
Update featured docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Feb 15, 2024
1 parent cf052c5 commit 637c12a
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,22 @@ const Page = () => {

<div className="mb-3">
<h3 className="card-title mb-2 fw-bold">
<Link
className="homepage-headling-link"
to="/pge/latest/installing/"
>
EDB Postgres Extended Server Enhanced Installation Details
<Link className="homepage-headling-link" to="/pwr/latest/">
Postgres Workload Report v1 released
</Link>
</h3>
<p>
<Icon
iconName={iconNames.POSTGRESQL}
iconName={iconNames.MONITORING}
className="fill-orange ms-2 float-end"
/>
We've expanded installation instructions to cover
post-install configuration, intial exploration, and
component locations for all supported platforms.
PWR is used for building PostgreSQL workload reports,
mimicking those produced by Oracle's Automatic Workload
Repository (AWR) tool.
</p>
<div className="d-flex align-items-center">
<p>
<Link
className="btn-sm ms-2"
to="/pge/latest/installing/"
>
<Link className="btn-sm ms-2" to="/pwr/latest/">
Find out more &rarr;
</Link>
</p>
Expand All @@ -110,26 +104,25 @@ const Page = () => {
<h3 className="card-title mb-2 fw-bold">
<Link
className="homepage-headling-link"
to="/lasso/latest/"
to="/pg_extensions/pg_squeeze/"
>
Lasso 4.12 Released
New extension: PG Squeeze
</Link>
</h3>
<p>
<Icon
iconName={iconNames.CONTROL}
iconName={iconNames.POSTGRESQL}
className="fill-orange ms-2 float-end"
/>
Lasso, EDB's support diagnostics tool, has been updated to
version 4.12. Documentation now better covers installation
requirements and provides enhanced clarity what and how can
be collected.
Open-source extension PG Squeeze removes unused space from a
table and optionally sorts tuples according to a particular
index.
</p>
<div className="d-flex align-items-center">
<p>
<Link
className="btn-sm ms-2"
to="/lasso/latest/release-notes/"
to="/pg_extensions/pg_squeeze/"
>
Find out more &rarr;
</Link>
Expand Down

2 comments on commit 637c12a

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

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

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65cea26afc32e752522a6c05--edb-docs.netlify.app

Please sign in to comment.