Skip to content

Add cards in the index page of the website #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 33 additions & 3 deletions contrib/pg_tde/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ Percona Transparent Data Encryption for PostgreSQL (`pg_tde`) is an open source,
There is no safe upgrade path from the previous versions, such as Release Candidate 2, to the General Availability (GA) version of `pg_tde`.
We recommend starting with a **clean installation** for GA deployments. Avoid using RC environments in production.

[Learn more about TDE and pg_tde :material-arrow-right:](index/about-tde.md){.md-button}
[Get started with installation :material-arrow-right:](install.md){.md-button}
[Check out what's new in pg_tde {{release}} :material-arrow-right:](release-notes/release-notes.md){.md-button}
<div data-grid markdown><div data-banner markdown>

### :material-progress-download: Installation guide { .title }

Get started quickly with the step-by-step installation instructions.

[How to install `pg_tde` :material-arrow-right:](install.md){ .md-button }

</div><div data-banner markdown>

### :rocket: Features { .title }

Explore what features Percona's `pg_tde` extension brings to PostgreSQL.

[Check what you can do with `pg_tde` :material-arrow-right:](features.md){ .md-button }

</div><div data-banner markdown>

### :material-cog-refresh-outline: Architecture { .title }

Understand how `pg_tde` integrates into PostgreSQL with Percona's architecture. Learn how keys are managed, how encryption is applied, and how our design ensures performance and security.

[Check what’s under the hood for `pg_tde` :material-arrow-right:](architecture/architecture.md){.md-button}

</div><div data-banner markdown>

### :loudspeaker: What's new? { .title }

Learn about the releases and changes in `pg_tde`.

[Check what’s new in the latest version :material-arrow-right:](release-notes/{{latestreleasenotes}}.md){.md-button}
</div>
</div>
1 change: 1 addition & 0 deletions contrib/pg_tde/documentation/variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Variables used throughout the docs

latestreleasenotes: 'release-notes-v1.0'
tdeversion: '1.0'
release: '1.0'
pgversion17: '17.5'
Expand Down