Skip to content

Add banners 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

Draft
wants to merge 1 commit into
base: TDE_REL_17_STABLE
Choose a base branch
from
Draft
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
34 changes: 34 additions & 0 deletions contrib/pg_tde/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,37 @@ Percona Transparent Data Encryption for PostgreSQL (`pg_tde`) is an open source,
[Overview](index/index.md){.md-button}
[Get Started](install.md){.md-button}
[What's new in pg_tde {{release}}](release-notes/release-notes.md){.md-button}

<div data-grid markdown><div data-banner markdown>

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

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

[Install guide :material-arrow-right:](install.md){ .md-button }

</div><div data-banner markdown>

### :material-stars: Features { .title }

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

[Explore features :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.

[Explore the architecture :material-arrow-right:](architecture/index.md){.md-button}

</div><div data-banner markdown>

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

Learn about the releases and changes in `pg_tde`.

[Release notes :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