From 9ee96c95d67ef10ffca4a0e0c2db4b3fe66fef30 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Wed, 7 Aug 2024 15:06:38 +0300 Subject: [PATCH 1/2] Updated announcement bar, updated meta descriptions, supernav --- documentation/_resource/overrides/main.html | 6 +++++- documentation/docs/contribute.md | 2 +- documentation/docs/release-notes/release-notes.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/documentation/_resource/overrides/main.html b/documentation/_resource/overrides/main.html index a40887aa..bb2286fd 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 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} From 000bbb1b6311771647e4f10342eada1964a1a8a8 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Wed, 21 Aug 2024 14:23:04 +0300 Subject: [PATCH 2/2] Updated wording --- documentation/_resource/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/_resource/overrides/main.html b/documentation/_resource/overrides/main.html index bb2286fd..a3249c4e 100644 --- a/documentation/_resource/overrides/main.html +++ b/documentation/_resource/overrides/main.html @@ -8,7 +8,7 @@ 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 in Percona Server for PostgreSQL 17. + 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 %}