diff --git a/documentation/_resource/overrides/main.html b/documentation/_resource/overrides/main.html index a40887aa..a3249c4e 100644 --- a/documentation/_resource/overrides/main.html +++ b/documentation/_resource/overrides/main.html @@ -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 not recommended for production environments yet. We encourage you to test it and give your feedback. This will help us improve the product and make it production-ready faster. +
+ 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. +
+ Learn more about upcoming changes in the Rocky road to an open source Transparent Data Encryption (TDE) for PostgreSQL blog post. {% endblock %} {% block scripts %} diff --git a/documentation/docs/contribute.md b/documentation/docs/contribute.md index 41452963..622ebdce 100644 --- a/documentation/docs/contribute.md +++ b/documentation/docs/contribute.md @@ -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. diff --git a/documentation/docs/release-notes/release-notes.md b/documentation/docs/release-notes/release-notes.md index 169eb41e..117bb72c 100644 --- a/documentation/docs/release-notes/release-notes.md +++ b/documentation/docs/release-notes/release-notes.md @@ -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}