Skip to content
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

Updated announcement bar, updated meta descriptions, supernav #259

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 5 additions & 1 deletion documentation/_resource/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
{% extends "base.html" %}

{% block announce %}
This is an Alpha1 version of Percona Transparent Encryption extension and it is
This is a Beta version of Percona Transparent Data Encryption extension and it is
<strong>not recommended for production environments</strong> yet. We encourage you to test it and give your feedback.
This will help us improve the product and make it production-ready faster.
<br>
We are working at providing the index encryption and WAL encryption for indexes. This functionality will be available as part of `tde_heap` access method that will be released as the tech preview in Percona Server for PostgreSQL 17.
<br>
Learn more about upcoming changes in the <a src="">Rocky road to an open source Transparent Data Encryption (TDE) for PostgreSQL</a> blog post.
{% endblock %}

{% block scripts %}
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can run tests on your local machine with whatever operating system you have.
## Contribute to documentation

`pg_tde` documentation is written in Markdown language, so you can
[edit it online via GitHub](#edit-documentation-online-vi-github). If you wish to have more control over the doc process, jump to how to [edit documentation locally](#edit-documentation-locally).
[edit it online via GitHub](#edit-documentation-online-via-github). If you wish to have more control over the doc process, jump to how to [edit documentation locally](#edit-documentation-locally).

Before you start, learn what [git], [MkDocs] and [Docker] are and what [Markdown] is and how to write it. For your convenience, there's also a cheat sheet to help you with the syntax.

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pg_tde release notes

`pg_tde` extension brings in [Transparent Data Encryption (TDE)](tde.md) to PostgreSQL and enables you to keep sensitive data safe and secure.
`pg_tde` extension brings in [Transparent Data Encryption (TDE)](../tde.md) to PostgreSQL and enables you to keep sensitive data safe and secure.

[Get started](../install.md){.md-button}

Expand Down